@Configuration public class JwtTokenConfig extends Object
| Constructor and Description |
|---|
JwtTokenConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter |
jwtAccessTokenConverter() |
org.springframework.security.oauth2.provider.token.TokenStore |
tokenStore(org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter tokenEnhancer) |
@Bean public org.springframework.security.oauth2.provider.token.TokenStore tokenStore(org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter tokenEnhancer)
@Bean public org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter jwtAccessTokenConverter()
Copyright © 2019. All rights reserved.