类 AbstractJwtCustomizerHandler
java.lang.Object
xyz.raylab.authorizationserver.oauth2.customizer.jwt.impl.AbstractJwtCustomizerHandler
- 所有已实现的接口:
JwtCustomizerHandler
- 直接已知子类:
OAuth2AuthenticationTokenJwtCustomizerHandler,UsernamePasswordAuthenticationTokenJwtCustomizerHandler
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcustomize(org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext jwtEncodingContext) protected abstract voidcustomizeJwt(org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext jwtEncodingContext) protected abstract booleansupportCustomizeContext(org.springframework.security.core.Authentication authentication)
-
字段详细资料
-
jwtCustomizerHandler
-
-
构造器详细资料
-
AbstractJwtCustomizerHandler
-
-
方法详细资料
-
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
-