类 AbstractJwtCustomizerHandler

java.lang.Object
xyz.raylab.authorizationserver.oauth2.customizer.jwt.impl.AbstractJwtCustomizerHandler
所有已实现的接口:
JwtCustomizerHandler
直接已知子类:
OAuth2AuthenticationTokenJwtCustomizerHandler, UsernamePasswordAuthenticationTokenJwtCustomizerHandler

public abstract class AbstractJwtCustomizerHandler extends Object implements JwtCustomizerHandler
  • 字段详细资料

  • 构造器详细资料

    • AbstractJwtCustomizerHandler

      protected AbstractJwtCustomizerHandler(JwtCustomizerHandler jwtCustomizerHandler)
  • 方法详细资料

    • supportCustomizeContext

      protected abstract boolean supportCustomizeContext(org.springframework.security.core.Authentication authentication)
    • customizeJwt

      protected abstract void customizeJwt(org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext jwtEncodingContext)
    • customize

      public void customize(org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext jwtEncodingContext)
      指定者:
      customize 在接口中 JwtCustomizerHandler