Class AbstractTokenCustomizer

java.lang.Object
cn.herodotus.engine.oauth2.authentication.customizer.AbstractTokenCustomizer
Direct Known Subclasses:
HerodotusJwtTokenCustomizer, HerodotusOpaqueTokenCustomizer

public abstract class AbstractTokenCustomizer extends Object

Description: TokenCustomizer 通甚怄理

Author:
: gengwei.zheng
Date:
: 2022/10/12 10:20
  • Constructor Details

    • AbstractTokenCustomizer

      public AbstractTokenCustomizer()
  • Method Details

    • appendAll

      protected void appendAll(Map<String,Object> attributes, org.springframework.security.core.Authentication authentication, Set<String> authorizedScopes)
    • appendAuthorities

      protected void appendAuthorities(Map<String,Object> attributes, org.springframework.security.core.Authentication authentication)
    • appendCommons

      protected void appendCommons(Map<String,Object> attributes, org.springframework.security.core.Authentication authentication, Set<String> authorizedScopes)