类 OAuth2AuthenticationTokenJwtCustomizerHandler
java.lang.Object
xyz.raylab.authorizationserver.oauth2.customizer.jwt.impl.AbstractJwtCustomizerHandler
xyz.raylab.authorizationserver.oauth2.customizer.jwt.impl.OAuth2AuthenticationTokenJwtCustomizerHandler
- 所有已实现的接口:
JwtCustomizerHandler
-
字段概要
从类继承的字段 xyz.raylab.authorizationserver.oauth2.customizer.jwt.impl.AbstractJwtCustomizerHandler
jwtCustomizerHandler -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidcustomizeJwt(org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext jwtEncodingContext) protected booleansupportCustomizeContext(org.springframework.security.core.Authentication authentication) 从类继承的方法 xyz.raylab.authorizationserver.oauth2.customizer.jwt.impl.AbstractJwtCustomizerHandler
customize
-
构造器详细资料
-
OAuth2AuthenticationTokenJwtCustomizerHandler
-
-
方法详细资料
-
customizeJwt
protected void customizeJwt(org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext jwtEncodingContext) - 指定者:
customizeJwt在类中AbstractJwtCustomizerHandler
-
supportCustomizeContext
protected boolean supportCustomizeContext(org.springframework.security.core.Authentication authentication)
-