@Component
public class KeyExchangeJwtAccessTokenConverter
extends org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
| Constructor and Description |
|---|
KeyExchangeJwtAccessTokenConverter(OAuthPublicKeyStore oAuthPublicKeyStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected java.util.Map<java.lang.String,java.lang.Object> |
decode(java.lang.String token) |
convertAccessToken, encode, enhance, extractAccessToken, extractAuthentication, getAccessTokenConverter, getJwtClaimsSetVerifier, getKey, isPublic, isRefreshToken, setAccessTokenConverter, setJwtClaimsSetVerifier, setKeyPair, setSigner, setSigningKey, setVerifier, setVerifierKey@Autowired public KeyExchangeJwtAccessTokenConverter(OAuthPublicKeyStore oAuthPublicKeyStore)
protected java.util.Map<java.lang.String,java.lang.Object> decode(java.lang.String token)
decode in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverterpublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter