Package | Description |
---|---|
com.broadleafcommerce.auth.autoconfigure | |
com.broadleafcommerce.auth.token.service | |
com.broadleafcommerce.auth.user.autoconfigure |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.oauth2.provider.token.TokenStore |
AuthServiceOAuth2CommonAutoConfiguration.tokenStore(org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter jwtTokenConverter,
List<RefreshTokenRepository<RefreshToken>> repositories,
TokenProperties properties,
org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) |
org.springframework.jdbc.core.JdbcTemplate |
AuthServiceOAuth2CommonAutoConfiguration.tokenStoreCleanupJDBCTemplate(DataSource dataSource,
TokenProperties properties) |
Constructor and Description |
---|
DefaultRotatingTokenServices(TokenProperties properties) |
DefaultRotatingTokenStore(org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter jwtTokenEnhancer,
List<RefreshTokenRepository<RefreshToken>> repositories,
TokenProperties properties,
org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) |
DefaultTokenCleanupServices(TokenProperties properties,
RotatableTokenStore tokenStore,
org.springframework.scheduling.TaskScheduler scheduler) |
Constructor and Description |
---|
AuthorizationServerConfiguration(OAuth2SessionAuthenticationFilter sessionAuthenticationFilter,
OAuth2TokenEndpointAuthenticationFilter tokenEndpointAuthenticationFilter,
Optional<EmbeddedLoginTokenEndpointAuthenticationFilter> embeddedLoginTokenEndpointAuthenticationFilter,
AuthorizedClientService<AuthorizedClient> authorizedClientService,
SecurityService securityService,
org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter tokenConverter,
List<org.springframework.security.oauth2.provider.token.TokenEnhancer> tokenEnhancers,
org.springframework.security.oauth2.provider.token.store.JwtTokenStore tokenStore,
org.springframework.security.oauth2.provider.endpoint.RedirectResolver redirectResolver,
TokenProperties properties,
org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService,
org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration authenticationConfiguration) |
Copyright © 2021. All rights reserved.