@Component
@ConditionalOnBean(value=io.soffa.core.security.TokenProvider.class)
public class AuthenticationManager
extends java.lang.Object
implements org.springframework.security.authentication.ReactiveAuthenticationManager
| Constructor and Description |
|---|
AuthenticationManager(io.soffa.core.security.TokenProvider tokenProvider) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<org.springframework.security.core.Authentication> |
authenticate(org.springframework.security.core.Authentication authentication) |
public AuthenticationManager(io.soffa.core.security.TokenProvider tokenProvider)
public reactor.core.publisher.Mono<org.springframework.security.core.Authentication> authenticate(org.springframework.security.core.Authentication authentication)
authenticate in interface org.springframework.security.authentication.ReactiveAuthenticationManager