Uses of Class
com.broadleafcommerce.auth.token.TokenProperties
-
Packages that use TokenProperties Package Description com.broadleafcommerce.auth.autoconfigure com.broadleafcommerce.auth.token.service com.broadleafcommerce.auth.user.autoconfigure -
-
Uses of TokenProperties in com.broadleafcommerce.auth.autoconfigure
Methods in com.broadleafcommerce.auth.autoconfigure with parameters of type TokenProperties Modifier and Type Method 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)
-
Uses of TokenProperties in com.broadleafcommerce.auth.token.service
Constructors in com.broadleafcommerce.auth.token.service with parameters of type TokenProperties Constructor 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)
-
Uses of TokenProperties in com.broadleafcommerce.auth.user.autoconfigure
Constructors in com.broadleafcommerce.auth.user.autoconfigure with parameters of type TokenProperties Constructor 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)
-