Class AuthenticationProviderImpl
java.lang.Object
com.cloudimpl.outstack.auth.service.AuthenticationProviderImpl
- All Implemented Interfaces:
AuthenticationProvider
@Component public class AuthenticationProviderImpl extends java.lang.Object implements AuthenticationProvider
- Author:
- nuwan
-
Constructor Summary
Constructors Constructor Description AuthenticationProviderImpl() -
Method Summary
Modifier and Type Method Description reactor.core.publisher.Mono<PlatformAuthenticationToken>authenticate(PlatformAuthenticationToken authentication)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AuthenticationProviderImpl
public AuthenticationProviderImpl()
-
-
Method Details
-
authenticate
public reactor.core.publisher.Mono<PlatformAuthenticationToken> authenticate(PlatformAuthenticationToken authentication)- Specified by:
authenticatein interfaceAuthenticationProvider
-