Uses of Class
com.broadleafcommerce.auth.token.service.DefaultRotatingTokenServices
-
Packages that use DefaultRotatingTokenServices Package Description com.broadleafcommerce.auth.user.autoconfigure com.broadleafcommerce.auth.user.session.embedded -
-
Uses of DefaultRotatingTokenServices in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure that return DefaultRotatingTokenServices Modifier and Type Method Description DefaultRotatingTokenServices
AuthorizationServerConfiguration. 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 DefaultRotatingTokenServices 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
. -
Uses of DefaultRotatingTokenServices in com.broadleafcommerce.auth.user.session.embedded
Methods in com.broadleafcommerce.auth.user.session.embedded that return DefaultRotatingTokenServices Modifier and Type Method Description protected DefaultRotatingTokenServices
RevokeRefreshTokenLogoutHandler. getTokenServices()
Methods in com.broadleafcommerce.auth.user.session.embedded with parameters of type DefaultRotatingTokenServices Modifier and Type Method Description void
RevokeRefreshTokenLogoutHandler. setTokenServices(DefaultRotatingTokenServices tokenServices)
-