Class DefaultOAuth2TokenCustomizers
java.lang.Object
cn.herodotus.engine.oauth2.authentication.utils.DefaultOAuth2TokenCustomizers
- Since:
- 1.3
- Author:
- Joe Grandja, Steve Riesenberg
-
Method Summary
Modifier and TypeMethodDescription(package private) static org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer<org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimsContext>(package private) static org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer<org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext>
-
Method Details
-
jwtCustomizer
static org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer<org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext> jwtCustomizer() -
accessTokenCustomizer
static org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer<org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimsContext> accessTokenCustomizer()
-