Uses of Class
com.broadleafcommerce.auth.token.TokenProperties
Packages that use TokenProperties
Package
Description
- 
Uses of TokenProperties in com.broadleafcommerce.auth.autoconfigure
Methods in com.broadleafcommerce.auth.autoconfigure with parameters of type TokenPropertiesModifier and TypeMethodDescriptionorg.springframework.security.oauth2.provider.token.TokenStoreAuthServiceOAuth2CommonAutoConfiguration.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.JdbcTemplateAuthServiceOAuth2CommonAutoConfiguration.tokenStoreCleanupJDBCTemplate(DataSource dataSource, TokenProperties properties)  - 
Uses of TokenProperties in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return TokenPropertiesModifier and TypeMethodDescriptionprotected TokenPropertiesDefaultPrivilegeService.getTokenProperties()Constructors in com.broadleafcommerce.auth.security.service with parameters of type TokenPropertiesModifierConstructorDescriptionDefaultPrivilegeService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties)  - 
Uses of TokenProperties in com.broadleafcommerce.auth.token.service
Constructors in com.broadleafcommerce.auth.token.service with parameters of type TokenPropertiesModifierConstructorDescriptionDefaultRotatingTokenServices(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 TokenPropertiesModifierConstructorDescriptionAuthorizationServerConfiguration(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, ClientIdFilter clientIdFilter, TokenProperties tokenProperties)  - 
Uses of TokenProperties in com.broadleafcommerce.auth.user.service
Methods in com.broadleafcommerce.auth.user.service that return TokenPropertiesModifier and TypeMethodDescriptionprotected TokenPropertiesDefaultClientDetailsService.getTokenProperties()Constructors in com.broadleafcommerce.auth.user.service with parameters of type TokenPropertiesModifierConstructorDescriptionDefaultClientDetailsService(AuthorizedClientService<AuthorizedClient> authorizedClientService, TokenProperties tokenProperties)  - 
Uses of TokenProperties in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type TokenPropertiesModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.restrictionService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties)