Uses of Class
com.broadleafcommerce.auth.user.domain.PasswordToken
Package
Description
-
Uses of PasswordToken in com.broadleafcommerce.auth.authorization.security.autoconfigure
Modifier and TypeMethodDescriptionprotected PasscodeService<PasswordToken,
User> OAuth2AuthorizationServerConfigurerCustomizer.getPasscodeService()
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 PasswordToken in com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure
Modifier and TypeMethodDescriptionEmbeddedLoginAutoConfiguration.embeddedLoginAuthenticationSuccessHandler
(PasscodeService<PasswordToken, User> passcodeService, UserService<User> userService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Modifier and TypeMethodDescriptionEmbeddedLoginAutoConfiguration.embeddedLoginAuthenticationSuccessHandler
(PasscodeService<PasswordToken, User> passcodeService, UserService<User> userService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of PasswordToken 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 PasswordToken in com.broadleafcommerce.auth.authorization.security.embedded.login
Modifier and TypeClassDescriptionclass
EmbeddedLoginAuthenticationSuccessHandler<P extends PasswordToken,
U extends User> Writes a One-Time Passcode to the response on Embedded Login success. -
Uses of PasswordToken in com.broadleafcommerce.auth.passcode.service
Modifier and TypeClassDescriptionclass
DefaultPasscodeService<P extends PasswordToken,
U extends User, D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> interface
PasscodeService<P extends PasswordToken,
U extends User> This service provides methods for creating and consuming random passcodes. -
Uses of PasswordToken in com.broadleafcommerce.auth.resource.web.endpoint
Modifier and TypeMethodDescriptionprotected UserPasswordService<PasswordToken,
User> UserEndpoint.getUserPasswordService()
ModifierConstructorDescriptionUserEndpoint
(UserService<User> userSvc, UserPasswordService<PasswordToken, User> userPasswordService, AuthorizedClientService<AuthorizedClient> clientService) -
Uses of PasswordToken in com.broadleafcommerce.auth.user.service.autoconfigure
Modifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
PasscodeService<PasswordToken,User> AuthServiceServiceAutoConfiguration.passcodeService
(SimplePayloadMapper mapper, PasswordTokenRepository<D> passwordTokenRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, PasswordTokenProperties passwordTokenProperties) AuthServiceServiceAutoConfiguration.userPasswordService
(UserService<User> userService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserMessagingService<User> messageService, ResetPasswordFormValidator<PasswordToken> resetPasswordFormValidator, ChangePasswordFormValidator changePasswordFormValidator, UserLockoutService userLockoutService, PasscodeService<PasswordToken, User> defaultPasscodeService) Modifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.userPasswordService
(UserService<User> userService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserMessagingService<User> messageService, ResetPasswordFormValidator<PasswordToken> resetPasswordFormValidator, ChangePasswordFormValidator changePasswordFormValidator, UserLockoutService userLockoutService, PasscodeService<PasswordToken, User> defaultPasscodeService) AuthServiceServiceAutoConfiguration.userPasswordService
(UserService<User> userService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserMessagingService<User> messageService, ResetPasswordFormValidator<PasswordToken> resetPasswordFormValidator, ChangePasswordFormValidator changePasswordFormValidator, UserLockoutService userLockoutService, PasscodeService<PasswordToken, User> defaultPasscodeService) -
Uses of PasswordToken in com.broadleafcommerce.auth.user.service.password
Modifier and TypeClassDescriptionclass
DefaultUserPasswordService<P extends PasswordToken,
U extends User, D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> interface
UserPasswordService<P extends PasswordToken,
U extends User> -
Uses of PasswordToken in com.broadleafcommerce.auth.user.validation
Modifier and TypeClassDescriptionclass
DefaultPasswordTokenValidator<P extends PasswordToken>
class
DefaultResetPasswordFormValidator<P extends PasswordToken>
interface
PasswordTokenValidator<P extends PasswordToken>
This validator performs various checks on the validity of a password token compared to that of a set of password tokens that belong to a user.interface
ResetPasswordFormValidator<P extends PasswordToken>
Interface for validation of aResetPasswordForm
.Modifier and TypeMethodDescriptionprotected boolean
DefaultPasswordTokenValidator.isTokenExpired
(PasswordToken passwordToken) -
Uses of PasswordToken in com.broadleafcommerce.auth.user.validation.autoconfigure
Modifier and TypeMethodDescriptionValidationAutoConfiguration.resetPasswordFormValidator
(UsernameValidator usernameValidator, PasswordRequestValidator passwordValidator, PasswordTokenValidator<PasswordToken> passwordTokenValidator) Modifier and TypeMethodDescriptionValidationAutoConfiguration.resetPasswordFormValidator
(UsernameValidator usernameValidator, PasswordRequestValidator passwordValidator, PasswordTokenValidator<PasswordToken> passwordTokenValidator) -
Uses of PasswordToken in com.broadleafcommerce.auth.user.web.endpoint
Modifier and TypeMethodDescriptionprotected PasscodeService<PasswordToken,
User> PasscodeEndpoint.getPasscodeService()
protected UserPasswordService<PasswordToken,
User> AuthenticationController.getUserPasswordService()
protected UserPasswordService<PasswordToken,
User> EmbeddedAuthenticationController.getUserPasswordService()
ModifierConstructorDescriptionAuthenticationController
(UserPasswordService<PasswordToken, User> userPasswordService, ClientRedirectService redirectService, UserLoginService loginService, UserLoginProperties properties, AuthorizedClientService<AuthorizedClient> clientService, ClientIdentityProviderProperties clientProperties, BroadleafClientRegistrationRepository clientRegistrationRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory) EmbeddedAuthenticationController
(UserPasswordService<PasswordToken, User> userPasswordService, UserLoginProperties properties, UserLoginService loginService, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService) PasscodeEndpoint
(PasscodeService<PasswordToken, User> passcodeService, UserService<User> userService)