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
convertMethods inherited from class org.springframework.security.web.server.ServerFormLoginAuthenticationConverter
setPasswordParameter, setUsernameParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
applyin interfacejava.util.function.Function<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<org.springframework.security.core.Authentication>>- Overrides:
applyin classorg.springframework.security.web.server.ServerFormLoginAuthenticationConverter
-