Class UserRestrictionTokenEnhancer

  • All Implemented Interfaces:
    org.springframework.security.oauth2.provider.token.TokenEnhancer

    public class UserRestrictionTokenEnhancer
    extends AbstractUserTokenEnhancer
    Token enhancer that includes user restrictions and restricted authorities within the token.
    Author:
    Nick Crum (ncrum)
    • Constructor Detail

      • UserRestrictionTokenEnhancer

        public UserRestrictionTokenEnhancer​(PermissionRepository permissionRepository)
    • Method Detail

      • enhance

        public org.springframework.security.oauth2.common.OAuth2AccessToken enhance​(org.springframework.security.oauth2.common.OAuth2AccessToken accessToken,
                                                                                    org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
      • getUserDetails

        @Nullable
        protected OAuth2UserDetails getUserDetails​(org.springframework.security.oauth2.provider.OAuth2Authentication authentication)