Class FlowableJwtResourceServerConfigurer.JwtConfigurer
java.lang.Object
com.flowable.core.spring.security.token.FlowableJwtResourceServerConfigurer.JwtConfigurer
- Enclosing class:
FlowableJwtResourceServerConfigurer
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationProvider
(AuthenticationProvider authenticationProvider) decoder
(JwtDecoder decoder) jwtAuthenticationConverter
(Converter<Jwt, ? extends AbstractAuthenticationToken> jwtAuthenticationConverter) protected void
-
Method Details
-
decoder
-
jwtAuthenticationConverter
public FlowableJwtResourceServerConfigurer.JwtConfigurer jwtAuthenticationConverter(Converter<Jwt, ? extends AbstractAuthenticationToken> jwtAuthenticationConverter) -
authenticationProvider
public FlowableJwtResourceServerConfigurer.JwtConfigurer authenticationProvider(AuthenticationProvider authenticationProvider) -
validateConfiguration
protected void validateConfiguration()
-