Class BasicTokenAuthenticationManager
java.lang.Object
com.cloudimpl.outstack.spring.security.PlatformAuthenticationManager
com.cloudimpl.outstack.spring.security.BasicTokenAuthenticationManager
- All Implemented Interfaces:
org.springframework.security.authentication.ReactiveAuthenticationManager
@Component("Basic")
public class BasicTokenAuthenticationManager
extends PlatformAuthenticationManager
-
Constructor Summary
Constructors Constructor Description BasicTokenAuthenticationManager(AuthenticationProvider authenticationProvider, AuthorizationProvider authorizationProvider, TokenProvider tokenProvider) -
Method Summary
Modifier and Type Method Description protected reactor.core.publisher.Mono<PlatformAuthenticationToken>convertToPlatformToken(org.springframework.security.core.Authentication autentication)Methods inherited from class com.cloudimpl.outstack.spring.security.PlatformAuthenticationManager
authenticateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BasicTokenAuthenticationManager
public BasicTokenAuthenticationManager(@Autowired(required=false) AuthenticationProvider authenticationProvider, @Autowired(required=false) AuthorizationProvider authorizationProvider, @Autowired(required=false) TokenProvider tokenProvider)
-
-
Method Details
-
convertToPlatformToken
protected reactor.core.publisher.Mono<PlatformAuthenticationToken> convertToPlatformToken(org.springframework.security.core.Authentication autentication)- Specified by:
convertToPlatformTokenin classPlatformAuthenticationManager
-