Uses of Class
com.broadleafcommerce.auth.authorization.TokenProperties
Packages that use TokenProperties
Package
Description
- 
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.provider.jpa.autoconfigureMethods in com.broadleafcommerce.auth.authorization.provider.jpa.autoconfigure with parameters of type TokenPropertiesModifier and TypeMethodDescriptionJpaOAuth2AuthorizationAutoConfiguration.jpaOAuth2AuthorizationRepositoryImpl(org.springframework.jdbc.core.JdbcTemplate template, TokenProperties properties, JpaOAuth2AuthorizationHashValueProvider hashValueProvider) 
- 
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.provider.jpa.repositoryConstructors in com.broadleafcommerce.auth.authorization.provider.jpa.repository with parameters of type TokenPropertiesModifierConstructorDescriptionJpaCustomizedOAuth2AuthorizationRepository(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, TokenProperties properties, JpaOAuth2AuthorizationHashValueProvider hashValueProvider) 
- 
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.securityMethods in com.broadleafcommerce.auth.authorization.security with parameters of type TokenPropertiesModifier and TypeMethodDescriptionstatic org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationAdvancedOAuth2RefreshTokenUtils.validateReuse(String refreshToken, org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, TokenProperties tokenProperties) Validate token re-use for a given refresh token
- 
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.security.autoconfigureMethods in com.broadleafcommerce.auth.authorization.security.autoconfigure that return TokenPropertiesModifier and TypeMethodDescriptionprotected TokenPropertiesOAuth2AuthorizationServerConfigurerCustomizer.getTokenProperties()Methods in com.broadleafcommerce.auth.authorization.security.autoconfigure with parameters of type TokenPropertiesModifier and TypeMethodDescriptionSpringAuthorizationServerComponentsConfiguration.oAuth2AuthorizationServerConfigurerCustomizer(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, SecurityService securityService, org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository, DefaultClientScopeAuthorizationCodeRequestConverter defaultClientScopeAuthorizationCodeRequestConverter, DefaultClientScopeClientCredentialsRequestConverter defaultClientScopeClientCredentialsRequestConverter, Consumer<org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationContext> oAuth2AuthorizationCodeRequestAuthenticationValidator, TokenProperties tokenProperties, EmbeddedLoginProperties embeddedLoginProperties, EmbeddedLoginCodeAuthenticationConverter embeddedLoginCodeAuthenticationConverter, PasscodeService<PasswordToken, User> passcodeService, OAuth2UserDetailsService userDetailsService, UserService<User> userService, PublicRefreshPublicClientAuthenticationConverter authenticationConverter) Constructors in com.broadleafcommerce.auth.authorization.security.autoconfigure with parameters of type TokenPropertiesModifierConstructorDescriptionOAuth2AuthorizationServerConfigurerCustomizer(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, SecurityService securityService, org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository, DefaultClientScopeAuthorizationCodeRequestConverter defaultClientScopeAuthorizationCodeRequestConverter, DefaultClientScopeClientCredentialsRequestConverter defaultClientScopeClientCredentialsRequestConverter, Consumer<org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationContext> oAuth2AuthorizationCodeRequestAuthenticationValidator, TokenProperties tokenProperties, EmbeddedLoginProperties embeddedLoginProperties, EmbeddedLoginCodeAuthenticationConverter embeddedLoginCodeAuthenticationConverter, PasscodeService<PasswordToken, User> passcodeService, OAuth2UserDetailsService userDetailsService, UserService<User> userService, PublicRefreshPublicClientAuthenticationConverter publicClientAuthenticationConverter) 
- 
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.security.embedded.codeConstructors in com.broadleafcommerce.auth.authorization.security.embedded.code with parameters of type TokenPropertiesModifierConstructorDescriptionEmbeddedLoginCodeAuthenticationProvider(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<? extends org.springframework.security.oauth2.core.OAuth2Token> tokenGenerator, TokenProperties tokenProperties, SecurityService securityService, PasscodeService<PasswordToken, User> passcodeService, OAuth2UserDetailsService userDetailsService, UserService<User> userService) 
- 
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.security.springConstructors in com.broadleafcommerce.auth.authorization.security.spring with parameters of type TokenPropertiesModifierConstructorDescriptionOIDAwareOAuth2RefreshTokenAuthenticationProvider(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<? extends org.springframework.security.oauth2.core.OAuth2Token> tokenGenerator, TokenProperties tokenProperties) Constructs anOAuth2RefreshTokenAuthenticationProviderusing the provided parameters.PublicRefreshCodeVerifierAuthenticator(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, TokenProperties tokenProperties) PublicRefreshOAuth2AuthorizationCodeAuthenticationProvider(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<? extends org.springframework.security.oauth2.core.OAuth2Token> tokenGenerator, TokenProperties tokenProperties) Constructs anOAuth2AuthorizationCodeAuthenticationProviderusing the provided parameters.PublicRefreshPublicClientAuthenticationProvider(org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository, org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, TokenProperties tokenProperties) Constructs aPublicClientAuthenticationProviderusing the provided parameters.
- 
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.serviceConstructors in com.broadleafcommerce.auth.authorization.service with parameters of type TokenPropertiesModifierConstructorDescriptionDefaultAuthorizationCleanupServices(TokenProperties properties, OAuth2AuthorizationRepository<JpaOAuth2Authorization> repository, org.springframework.scheduling.TaskScheduler scheduler) 
- 
Uses of TokenProperties in com.broadleafcommerce.auth.security.serviceMethods 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.user.service.autoconfigureMethods 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) 
- 
Uses of TokenProperties in com.broadleafcommerce.auth.user.session.token.enhancerMethods in com.broadleafcommerce.auth.user.session.token.enhancer that return TokenPropertiesModifier and TypeMethodDescriptionprotected TokenPropertiesClientPermissionsAccessTokenEnhancer.getTokenProperties()Constructors in com.broadleafcommerce.auth.user.session.token.enhancer with parameters of type TokenPropertiesModifierConstructorDescriptionClientPermissionsAccessTokenEnhancer(PrivilegeService privilegeService, TokenEnhancerUtility tokenEnhancerUtility, TokenProperties tokenProperties, AuthorizedClientService<AuthorizedClient> authorizedClientService) 
- 
Uses of TokenProperties in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigureMethods in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure with parameters of type TokenPropertiesModifier and TypeMethodDescriptionTokenEnhancerAutoConfiguration.clientPermissionsAccessTokenEnhancer(PrivilegeService privilegeService, TokenEnhancerUtility tokenEnhancerUtility, TokenProperties tokenProperties, AuthorizedClientService<AuthorizedClient> authorizedClientService)