Class FlowableTokenAuthenticationProvider
java.lang.Object
com.flowable.core.spring.security.token.FlowableTokenAuthenticationProvider
- All Implemented Interfaces:
AuthenticationProvider
- Author:
- Filip Hrisafov
-
Field Summary
Modifier and TypeFieldDescriptionprotected final com.nimbusds.jwt.proc.JWTProcessor<com.nimbusds.jose.proc.SecurityContext>
protected final PersistentTokenService
-
Constructor Summary
ConstructorDescriptionFlowableTokenAuthenticationProvider
(PersistentTokenService persistentTokenService, com.nimbusds.jwt.proc.JWTProcessor<com.nimbusds.jose.proc.SecurityContext> jwtProcessor) -
Method Summary
-
Field Details
-
persistentTokenService
-
jwtProcessor
protected final com.nimbusds.jwt.proc.JWTProcessor<com.nimbusds.jose.proc.SecurityContext> jwtProcessor
-
-
Constructor Details
-
FlowableTokenAuthenticationProvider
public FlowableTokenAuthenticationProvider(PersistentTokenService persistentTokenService, com.nimbusds.jwt.proc.JWTProcessor<com.nimbusds.jose.proc.SecurityContext> jwtProcessor)
-
-
Method Details
-
authenticate
- Specified by:
authenticate
in interfaceAuthenticationProvider
- Throws:
AuthenticationException
-
supports
- Specified by:
supports
in interfaceAuthenticationProvider
-