类 UsernamePasswordAuthenticationTokenJwtCustomizerHandler
java.lang.Object
xyz.raylab.authorizationserver.oauth2.customizer.jwt.impl.AbstractJwtCustomizerHandler
xyz.raylab.authorizationserver.oauth2.customizer.jwt.impl.UsernamePasswordAuthenticationTokenJwtCustomizerHandler
- 所有已实现的接口:
JwtCustomizerHandler
public class UsernamePasswordAuthenticationTokenJwtCustomizerHandler
extends AbstractJwtCustomizerHandler
-
字段概要
从类继承的字段 xyz.raylab.authorizationserver.oauth2.customizer.jwt.impl.AbstractJwtCustomizerHandler
jwtCustomizerHandler -
构造器概要
构造器构造器说明UsernamePasswordAuthenticationTokenJwtCustomizerHandler(JwtCustomizerHandler 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
-
构造器详细资料
-
UsernamePasswordAuthenticationTokenJwtCustomizerHandler
public UsernamePasswordAuthenticationTokenJwtCustomizerHandler(JwtCustomizerHandler jwtCustomizerHandler)
-
-
方法详细资料
-
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)
-