Uses of Class
com.broadleafcommerce.auth.token.service.DefaultRotatingTokenServices
Packages that use DefaultRotatingTokenServices
Package
Description
-
Uses of DefaultRotatingTokenServices in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure that return DefaultRotatingTokenServicesModifier and TypeMethodDescriptionAuthorizationServerConfiguration.tokenServices(org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer endpoints, org.springframework.security.oauth2.provider.token.TokenEnhancerChain enhancerChain) Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type DefaultRotatingTokenServicesModifier 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. -
Uses of DefaultRotatingTokenServices in com.broadleafcommerce.auth.user.session.embedded
Methods in com.broadleafcommerce.auth.user.session.embedded that return DefaultRotatingTokenServicesModifier and TypeMethodDescriptionprotected DefaultRotatingTokenServicesRevokeRefreshTokenLogoutHandler.getTokenServices()Methods in com.broadleafcommerce.auth.user.session.embedded with parameters of type DefaultRotatingTokenServicesModifier and TypeMethodDescriptionvoidRevokeRefreshTokenLogoutHandler.setTokenServices(DefaultRotatingTokenServices tokenServices)
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).