Class FlowableJwtResourceServerConfigurer.AccessTokenJwtConfigurer
java.lang.Object
com.flowable.core.spring.security.token.FlowableJwtResourceServerConfigurer.AccessTokenJwtConfigurer
- Enclosing class:
- FlowableJwtResourceServerConfigurer
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ApplicationContext
protected JwtDecoder
protected Converter<Jwt,
? extends AbstractAuthenticationToken> protected Converter<Jwt,
Collection<GrantedAuthority>> protected String
-
Method Summary
Modifier and TypeMethodDescriptionand()
decoder
(JwtDecoder decoder) jwtAuthenticationConverter
(Converter<Jwt, ? extends AbstractAuthenticationToken> jwtAuthenticationConverter) jwtGrantedAuthoritiesConverter
(Converter<Jwt, Collection<GrantedAuthority>> jwtGrantedAuthoritiesConverter) tokenSigningSecret
(String tokenSigningSecret) protected void
-
Field Details
-
context
-
decoder
-
jwtAuthenticationConverter
-
jwtGrantedAuthoritiesConverter
-
tokenSigningSecret
-
-
Method Details
-
decoder
-
jwtAuthenticationConverter
public FlowableJwtResourceServerConfigurer.AccessTokenJwtConfigurer jwtAuthenticationConverter(Converter<Jwt, ? extends AbstractAuthenticationToken> jwtAuthenticationConverter) -
jwtGrantedAuthoritiesConverter
public FlowableJwtResourceServerConfigurer.AccessTokenJwtConfigurer jwtGrantedAuthoritiesConverter(Converter<Jwt, Collection<GrantedAuthority>> jwtGrantedAuthoritiesConverter) -
tokenSigningSecret
public FlowableJwtResourceServerConfigurer.AccessTokenJwtConfigurer tokenSigningSecret(String tokenSigningSecret) -
validateConfiguration
protected void validateConfiguration() -
and
-