Class DefaultOAuth2TokenCustomizers

java.lang.Object
com.broadleafcommerce.auth.authorization.security.spring.DefaultOAuth2TokenCustomizers

public final class DefaultOAuth2TokenCustomizers extends Object
100% unmodified direct copy of org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers.DefaultOAuth2TokenCustomizers due to private access.
Since:
1.3
Author:
Joe Grandja, Steve Riesenberg
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer<org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimsContext>
     
    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

      public static org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer<org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext> jwtCustomizer()
    • accessTokenCustomizer

      public static org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer<org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimsContext> accessTokenCustomizer()