Class CustomTokenServices

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices, org.springframework.security.oauth2.provider.token.ConsumerTokenServices, org.springframework.security.oauth2.provider.token.ResourceServerTokenServices

    public class CustomTokenServices
    extends org.springframework.security.oauth2.provider.token.DefaultTokenServices
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.security.oauth2.common.OAuth2AccessToken createAccessToken​(org.springframework.security.oauth2.provider.OAuth2Authentication authentication)  
      org.springframework.security.oauth2.common.OAuth2AccessToken refreshAccessToken​(java.lang.String refreshTokenValue, org.springframework.security.oauth2.provider.TokenRequest tokenRequest)  
      void setTokenStore​(org.springframework.security.oauth2.provider.token.TokenStore tokenStore)  
      • Methods inherited from class org.springframework.security.oauth2.provider.token.DefaultTokenServices

        afterPropertiesSet, getAccessToken, getAccessTokenValiditySeconds, getClientId, getRefreshTokenValiditySeconds, isExpired, isSupportRefreshToken, loadAuthentication, readAccessToken, revokeToken, setAccessTokenValiditySeconds, setAuthenticationManager, setClientDetailsService, setRefreshTokenValiditySeconds, setReuseRefreshToken, setSupportRefreshToken, setTokenEnhancer
      • Methods inherited from class java.lang.Object

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

      • CustomTokenServices

        public CustomTokenServices()
    • Method Detail

      • createAccessToken

        public org.springframework.security.oauth2.common.OAuth2AccessToken createAccessToken​(org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
        Specified by:
        createAccessToken in interface org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices
        Overrides:
        createAccessToken in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
      • refreshAccessToken

        public org.springframework.security.oauth2.common.OAuth2AccessToken refreshAccessToken​(java.lang.String refreshTokenValue,
                                                                                               org.springframework.security.oauth2.provider.TokenRequest tokenRequest)
        Specified by:
        refreshAccessToken in interface org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices
        Overrides:
        refreshAccessToken in class org.springframework.security.oauth2.provider.token.DefaultTokenServices
      • setTokenStore

        public void setTokenStore​(org.springframework.security.oauth2.provider.token.TokenStore tokenStore)
        Overrides:
        setTokenStore in class org.springframework.security.oauth2.provider.token.DefaultTokenServices