Class AdvancedOAuth2RefreshTokenConfigurerUtils
java.lang.Object
com.broadleafcommerce.auth.authorization.security.spring.AdvancedOAuth2RefreshTokenConfigurerUtils
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 TypeMethodDescriptionstatic 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)
-
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)
-