Class BasicLoginAuthenticationConverterEx
java.lang.Object
org.springframework.security.web.server.ServerHttpBasicAuthenticationConverter
org.springframework.security.web.server.authentication.ServerHttpBasicAuthenticationConverter
com.cloudimpl.outstack.spring.security.BasicLoginAuthenticationConverterEx
- 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 BasicLoginAuthenticationConverterEx
extends org.springframework.security.web.server.authentication.ServerHttpBasicAuthenticationConverter
- Author:
- nuwan
-
Field Summary
Fields inherited from class org.springframework.security.web.server.ServerHttpBasicAuthenticationConverter
BASIC -
Constructor Summary
Constructors Constructor Description BasicLoginAuthenticationConverterEx() -
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.ServerHttpBasicAuthenticationConverter
convertMethods 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
-
BasicLoginAuthenticationConverterEx
public BasicLoginAuthenticationConverterEx()
-
-
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.ServerHttpBasicAuthenticationConverter
-