Class ServerFormLoginAuthenticationConverterEx

java.lang.Object
org.springframework.security.web.server.ServerFormLoginAuthenticationConverter
org.springframework.security.web.server.authentication.ServerFormLoginAuthenticationConverter
com.cloudimpl.outstack.spring.security.ServerFormLoginAuthenticationConverterEx
All Implemented Interfaces:
java.util.function.Function<org.springframework.web.server.ServerWebExchange,​reactor.core.publisher.Mono<org.springframework.security.core.Authentication>>, org.springframework.security.web.server.authentication.ServerAuthenticationConverter

public class ServerFormLoginAuthenticationConverterEx
extends org.springframework.security.web.server.authentication.ServerFormLoginAuthenticationConverter
Author:
nuwan
  • Constructor Summary

    Constructors
    Constructor Description
    ServerFormLoginAuthenticationConverterEx()  
  • Method Summary

    Modifier and Type Method Description
    reactor.core.publisher.Mono<org.springframework.security.core.Authentication> apply​(org.springframework.web.server.ServerWebExchange exchange)  

    Methods inherited from class org.springframework.security.web.server.authentication.ServerFormLoginAuthenticationConverter

    convert

    Methods inherited from class org.springframework.security.web.server.ServerFormLoginAuthenticationConverter

    setPasswordParameter, setUsernameParameter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • ServerFormLoginAuthenticationConverterEx

      public ServerFormLoginAuthenticationConverterEx()
  • Method Details

    • apply

      public reactor.core.publisher.Mono<org.springframework.security.core.Authentication> apply​(org.springframework.web.server.ServerWebExchange exchange)
      Specified by:
      apply in interface java.util.function.Function<org.springframework.web.server.ServerWebExchange,​reactor.core.publisher.Mono<org.springframework.security.core.Authentication>>
      Overrides:
      apply in class org.springframework.security.web.server.ServerFormLoginAuthenticationConverter