Class DefaultOAuth2TokenCustomizers

java.lang.Object
cn.herodotus.engine.oauth2.authentication.utils.DefaultOAuth2TokenCustomizers

final class DefaultOAuth2TokenCustomizers extends Object
Since:
1.3
Author:
Joe Grandja, Steve Riesenberg
  • Method Summary

    Modifier and Type
    Method
    Description
    (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>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()