接口 JwtCustomizerHandler

所有已知实现类:
AbstractJwtCustomizerHandler, DefaultJwtCustomizerHandler, OAuth2AuthenticationTokenJwtCustomizerHandler, UsernamePasswordAuthenticationTokenJwtCustomizerHandler

public interface JwtCustomizerHandler
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    customize(org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext jwtEncodingContext)
     
     
  • 方法详细资料

    • customize

      void customize(org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext jwtEncodingContext)
    • getJwtCustomizerHandler

      static JwtCustomizerHandler getJwtCustomizerHandler()