Uses of Class
com.broadleafcommerce.auth.authorization.TokenProperties
Package
Description
-
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.provider.jpa.autoconfigure
Modifier and TypeMethodDescriptionJpaOAuth2AuthorizationAutoConfiguration.jpaOAuth2AuthorizationRepositoryImpl
(org.springframework.jdbc.core.JdbcTemplate template, TokenProperties properties, JpaOAuth2AuthorizationHashValueProvider hashValueProvider) -
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.provider.jpa.repository
ModifierConstructorDescriptionJpaCustomizedOAuth2AuthorizationRepository
(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, TokenProperties properties, JpaOAuth2AuthorizationHashValueProvider hashValueProvider) -
Uses of TokenProperties in com.broadleafcommerce.auth.authorization.security
Modifier 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
Modifier and TypeMethodDescriptionprotected TokenProperties
OAuth2AuthorizationServerConfigurerCustomizer.getTokenProperties()
Modifier 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) ModifierConstructorDescriptionOAuth2AuthorizationServerConfigurerCustomizer
(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
ModifierConstructorDescriptionEmbeddedLoginCodeAuthenticationProvider
(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
ModifierConstructorDescriptionOIDAwareOAuth2RefreshTokenAuthenticationProvider
(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
ModifierConstructorDescriptionDefaultAuthorizationCleanupServices
(TokenProperties properties, OAuth2AuthorizationRepository<JpaOAuth2Authorization> repository, org.springframework.scheduling.TaskScheduler scheduler) -
Uses of TokenProperties in com.broadleafcommerce.auth.security.service
Modifier and TypeMethodDescriptionprotected TokenProperties
DefaultPrivilegeService.getTokenProperties()
ModifierConstructorDescriptionDefaultPrivilegeService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties) -
Uses of TokenProperties in com.broadleafcommerce.auth.user.service.autoconfigure
Modifier 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
Modifier and TypeMethodDescriptionprotected TokenProperties
ClientPermissionsAccessTokenEnhancer.getTokenProperties()
ModifierConstructorDescriptionClientPermissionsAccessTokenEnhancer
(PrivilegeService privilegeService, TokenEnhancerUtility tokenEnhancerUtility, TokenProperties tokenProperties, AuthorizedClientService<AuthorizedClient> authorizedClientService) -
Uses of TokenProperties in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure
Modifier and TypeMethodDescriptionTokenEnhancerAutoConfiguration.clientPermissionsAccessTokenEnhancer
(PrivilegeService privilegeService, TokenEnhancerUtility tokenEnhancerUtility, TokenProperties tokenProperties, AuthorizedClientService<AuthorizedClient> authorizedClientService)