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