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 DefaultRotatingTokenServicesAuthorizationServerConfiguration. 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.CompositeTokenGranterAuthorizationServerConfiguration. embeddedLoginTokenGranter(SecurityServiceOAuth2RequestFactory factory, DefaultRotatingTokenServices tokenServices, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, org.springframework.security.oauth2.provider.TokenGranter defaultTokenGranters)Create aCompositeTokenGranterwith anEmbeddedLoginTokenGranterfollowed 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 DefaultRotatingTokenServicesRevokeRefreshTokenLogoutHandler. getTokenServices()Methods in com.broadleafcommerce.auth.user.session.embedded with parameters of type DefaultRotatingTokenServices Modifier and Type Method Description voidRevokeRefreshTokenLogoutHandler. setTokenServices(DefaultRotatingTokenServices tokenServices)
-