Uses of Class
com.broadleafcommerce.auth.security.service.SecurityServiceOAuth2RequestFactory
-
Packages that use SecurityServiceOAuth2RequestFactory Package Description com.broadleafcommerce.auth.user.autoconfigure -
-
Uses of SecurityServiceOAuth2RequestFactory in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type SecurityServiceOAuth2RequestFactory Modifier and Type Method Description protected org.springframework.security.oauth2.provider.CompositeTokenGranter
AuthorizationServerConfiguration. embeddedLoginTokenGranter(SecurityServiceOAuth2RequestFactory factory, DefaultRotatingTokenServices tokenServices, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, org.springframework.security.oauth2.provider.TokenGranter defaultTokenGranters)
Create aCompositeTokenGranter
with anEmbeddedLoginTokenGranter
followed by the default token granters from theAuthorizationServerEndpointsConfigurer
.
-