Uses of Class
com.broadleafcommerce.auth.authorization.TokenProperties
Packages that use TokenProperties
Package
Description
-
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.provider.jpa.autoconfigure
Methods 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.repository
Constructors 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.security
Methods in com.broadleafcommerce.auth.authorization.security with parameters of type TokenPropertiesModifier and TypeMethodDescriptionstatic org.springframework.security.oauth2.server.authorization.OAuth2Authorization
AdvancedOAuth2RefreshTokenUtils.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.autoconfigure
Methods in com.broadleafcommerce.auth.authorization.security.autoconfigure that return TokenPropertiesModifier and TypeMethodDescriptionprotected TokenProperties
OAuth2AuthorizationServerConfigurerCustomizer.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.code
Constructors 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.spring
Constructors 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 anOAuth2RefreshTokenAuthenticationProvider
using 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 anOAuth2AuthorizationCodeAuthenticationProvider
using the provided parameters.PublicRefreshPublicClientAuthenticationProvider
(org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository, org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, TokenProperties tokenProperties) Constructs aPublicClientAuthenticationProvider
using the provided parameters. -
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.service
Constructors 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.service
Methods in com.broadleafcommerce.auth.security.service that return TokenPropertiesModifier and TypeMethodDescriptionprotected TokenProperties
DefaultPrivilegeService.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.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) -
Uses of TokenProperties in com.broadleafcommerce.auth.user.session.token.enhancer
Methods in com.broadleafcommerce.auth.user.session.token.enhancer that return TokenPropertiesModifier and TypeMethodDescriptionprotected TokenProperties
ClientPermissionsAccessTokenEnhancer.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.autoconfigure
Methods 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)