Class KeyExchangeJwtAccessTokenConverter

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.security.oauth2.provider.token.AccessTokenConverter, org.springframework.security.oauth2.provider.token.TokenEnhancer

    @Component
    public class KeyExchangeJwtAccessTokenConverter
    extends org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
    • Field Summary

      • Fields inherited from class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter

        ACCESS_TOKEN_ID, TOKEN_ID
      • Fields inherited from interface org.springframework.security.oauth2.provider.token.AccessTokenConverter

        ATI, AUD, AUTHORITIES, CLIENT_ID, EXP, GRANT_TYPE, JTI, SCOPE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterPropertiesSet()  
      protected java.util.Map<java.lang.String,​java.lang.Object> decode​(java.lang.String token)  
      • Methods inherited from class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter

        convertAccessToken, encode, enhance, extractAccessToken, extractAuthentication, getAccessTokenConverter, getJwtClaimsSetVerifier, getKey, isPublic, isRefreshToken, setAccessTokenConverter, setJwtClaimsSetVerifier, setKeyPair, setSigner, setSigningKey, setVerifier, setVerifierKey
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyExchangeJwtAccessTokenConverter

        @Autowired
        public KeyExchangeJwtAccessTokenConverter​(OAuthPublicKeyStore oAuthPublicKeyStore)
    • Method Detail

      • decode

        protected java.util.Map<java.lang.String,​java.lang.Object> decode​(java.lang.String token)
        Overrides:
        decode in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter
      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Overrides:
        afterPropertiesSet in class org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter