Uses of Class
com.broadleafcommerce.auth.security.service.SecurityServiceOAuth2RequestFactory
Packages that use SecurityServiceOAuth2RequestFactory
- 
Uses of SecurityServiceOAuth2RequestFactory in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type SecurityServiceOAuth2RequestFactoryModifier and TypeMethodDescriptionprotected org.springframework.security.oauth2.provider.CompositeTokenGranterAuthorizationServerConfiguration.embeddedLoginTokenGranter(SecurityServiceOAuth2RequestFactory factory, DefaultRotatingTokenServices tokenServices, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, org.springframework.security.oauth2.provider.TokenGranter defaultTokenGranters) Deprecated, for removal: This API element is subject to removal in a future version.protected EmbeddedLoginTokenGranterAuthorizationServerConfiguration.getEmbeddedLoginTokenGranter(SecurityServiceOAuth2RequestFactory factory, org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices tokenServices) protected org.springframework.security.oauth2.provider.TokenGranterAuthorizationServerConfiguration.getTokenGranter(org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer endpoints, org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices tokenServices, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, SecurityServiceOAuth2RequestFactory factory) Create aCompositeTokenGranterwith anEmbeddedLoginTokenGranterfollowed byAuthorizationCodeWithPkceTokenGranterand the default token granters from theAuthorizationServerEndpointsConfigurer. 
AuthorizationServerConfiguration.getTokenGranter(org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer, org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices, org.springframework.security.oauth2.provider.ClientDetailsService, com.broadleafcommerce.auth.security.service.SecurityServiceOAuth2RequestFactory).