Uses of Class
com.broadleafcommerce.auth.user.domain.PasswordToken
Packages that use PasswordToken
Package
Description
-
Uses of PasswordToken in com.broadleafcommerce.auth.authorization.security.autoconfigure
Methods in com.broadleafcommerce.auth.authorization.security.autoconfigure that return types with arguments of type PasswordTokenModifier and TypeMethodDescriptionprotected PasscodeService<PasswordToken,User> OAuth2AuthorizationServerConfigurerCustomizer.getPasscodeService()Method parameters in com.broadleafcommerce.auth.authorization.security.autoconfigure with type arguments of type PasswordTokenModifier 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) Constructor parameters in com.broadleafcommerce.auth.authorization.security.autoconfigure with type arguments of type PasswordTokenModifierConstructorDescriptionOAuth2AuthorizationServerConfigurerCustomizer(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
Methods in com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure that return types with arguments of type PasswordTokenModifier and TypeMethodDescriptionEmbeddedLoginAutoConfiguration.embeddedLoginAuthenticationSuccessHandler(PasscodeService<PasswordToken, User> passcodeService, UserService<User> userService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Method parameters in com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure with type arguments of type PasswordTokenModifier 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
Constructor parameters in com.broadleafcommerce.auth.authorization.security.embedded.code with type arguments of type PasswordTokenModifierConstructorDescriptionEmbeddedLoginCodeAuthenticationProvider(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
Classes in com.broadleafcommerce.auth.authorization.security.embedded.login with type parameters of type PasswordTokenModifier and TypeClassDescriptionclassEmbeddedLoginAuthenticationSuccessHandler<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
Classes in com.broadleafcommerce.auth.passcode.service with type parameters of type PasswordTokenModifier and TypeClassDescriptionclassDefaultPasscodeService<P extends PasswordToken,U extends User, D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> interfacePasscodeService<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
Methods in com.broadleafcommerce.auth.resource.web.endpoint that return types with arguments of type PasswordTokenModifier and TypeMethodDescriptionprotected UserPasswordService<PasswordToken,User> UserEndpoint.getUserPasswordService()Constructor parameters in com.broadleafcommerce.auth.resource.web.endpoint with type arguments of type PasswordTokenModifierConstructorDescriptionUserEndpoint(UserService<User> userSvc, UserPasswordService<PasswordToken, User> userPasswordService, AuthorizedClientService<AuthorizedClient> clientService) -
Uses of PasswordToken in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return types with arguments of type PasswordTokenModifier 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) Method parameters in com.broadleafcommerce.auth.user.service.autoconfigure with type arguments of type PasswordTokenModifier 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
Classes in com.broadleafcommerce.auth.user.service.password with type parameters of type PasswordTokenModifier and TypeClassDescriptionclassDefaultUserPasswordService<P extends PasswordToken,U extends User, D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> interfaceUserPasswordService<P extends PasswordToken,U extends User> -
Uses of PasswordToken in com.broadleafcommerce.auth.user.validation
Classes in com.broadleafcommerce.auth.user.validation with type parameters of type PasswordTokenModifier and TypeClassDescriptionclassDefaultPasswordTokenValidator<P extends PasswordToken>classDefaultResetPasswordFormValidator<P extends PasswordToken>interfacePasswordTokenValidator<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.interfaceResetPasswordFormValidator<P extends PasswordToken>Interface for validation of aResetPasswordForm.Methods in com.broadleafcommerce.auth.user.validation with parameters of type PasswordTokenModifier and TypeMethodDescriptionprotected booleanDefaultPasswordTokenValidator.isTokenExpired(PasswordToken passwordToken) -
Uses of PasswordToken in com.broadleafcommerce.auth.user.validation.autoconfigure
Methods in com.broadleafcommerce.auth.user.validation.autoconfigure that return types with arguments of type PasswordTokenModifier and TypeMethodDescriptionValidationAutoConfiguration.resetPasswordFormValidator(UsernameValidator usernameValidator, PasswordRequestValidator passwordValidator, PasswordTokenValidator<PasswordToken> passwordTokenValidator) Method parameters in com.broadleafcommerce.auth.user.validation.autoconfigure with type arguments of type PasswordTokenModifier and TypeMethodDescriptionValidationAutoConfiguration.resetPasswordFormValidator(UsernameValidator usernameValidator, PasswordRequestValidator passwordValidator, PasswordTokenValidator<PasswordToken> passwordTokenValidator) -
Uses of PasswordToken in com.broadleafcommerce.auth.user.web.endpoint
Methods in com.broadleafcommerce.auth.user.web.endpoint that return types with arguments of type PasswordTokenModifier and TypeMethodDescriptionprotected PasscodeService<PasswordToken,User> PasscodeEndpoint.getPasscodeService()protected UserPasswordService<PasswordToken,User> AuthenticationController.getUserPasswordService()protected UserPasswordService<PasswordToken,User> EmbeddedAuthenticationController.getUserPasswordService()Constructor parameters in com.broadleafcommerce.auth.user.web.endpoint with type arguments of type PasswordTokenModifierConstructorDescriptionAuthenticationController(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)