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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidorg.springframework.security.oauth2.common.OAuth2AccessTokenenhance(org.springframework.security.oauth2.common.OAuth2AccessToken accessToken, org.springframework.security.oauth2.provider.OAuth2Authentication authentication) 
- 
Constructor Details- 
ClaimsTokenEnhancerpublic ClaimsTokenEnhancer()
 
- 
- 
Method Details- 
enhancepublic org.springframework.security.oauth2.common.OAuth2AccessToken enhance(org.springframework.security.oauth2.common.OAuth2AccessToken accessToken, org.springframework.security.oauth2.provider.OAuth2Authentication authentication) - Specified by:
- enhancein interface- org.springframework.security.oauth2.provider.token.TokenEnhancer
 
- 
afterPropertiesSet- Specified by:
- afterPropertiesSetin interface- org.springframework.beans.factory.InitializingBean
- Throws:
- Exception
 
 
-