Class AdvancedOAuth2RefreshTokenConfigurerUtils

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

public final class AdvancedOAuth2RefreshTokenConfigurerUtils extends Object
Utility methods for the OAuth 2.0 Configurers. This is a customized version of the original Spring class (OAuth2ConfigurerUtils). The difference here is that we replace the token generator.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<? extends org.springframework.security.oauth2.core.OAuth2Token>
    getTokenGenerator(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getTokenGenerator

      public static org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<? extends org.springframework.security.oauth2.core.OAuth2Token> getTokenGenerator(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity)