| Package | Description |
|---|---|
| com.broadleafcommerce.auth.user.autoconfigure | |
| com.broadleafcommerce.auth.user.session.embedded |
| Modifier and Type | Method and Description |
|---|---|
DefaultRotatingTokenServices |
AuthorizationServerConfiguration.tokenServices(org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer endpoints,
org.springframework.security.oauth2.provider.token.TokenEnhancerChain enhancerChain) |
| Modifier and Type | Method and 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 a
CompositeTokenGranter with an EmbeddedLoginTokenGranter followed by
the default token granters from the AuthorizationServerEndpointsConfigurer. |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultRotatingTokenServices |
RevokeRefreshTokenLogoutHandler.getTokenServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
RevokeRefreshTokenLogoutHandler.setTokenServices(DefaultRotatingTokenServices tokenServices) |
Copyright © 2021. All rights reserved.