Class ClaimsTokenEnhancer

java.lang.Object
org.radarbase.management.security.ClaimsTokenEnhancer
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.security.oauth2.provider.token.TokenEnhancer

@Component public class ClaimsTokenEnhancer extends Object implements org.springframework.security.oauth2.provider.token.TokenEnhancer, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • ClaimsTokenEnhancer

      public ClaimsTokenEnhancer()
  • Method Details

    • enhance

      public org.springframework.security.oauth2.common.OAuth2AccessToken enhance(org.springframework.security.oauth2.common.OAuth2AccessToken accessToken, org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
      Specified by:
      enhance in interface org.springframework.security.oauth2.provider.token.TokenEnhancer
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception