Uses of Class
com.broadleafcommerce.auth.user.domain.PasswordToken
-
-
Uses of PasswordToken in com.broadleafcommerce.auth.client.web.authentication.session
-
Uses of PasswordToken in com.broadleafcommerce.auth.passcode.service
Classes in com.broadleafcommerce.auth.passcode.service with type parameters of type PasswordToken Modifier and Type Class Description classDefaultPasscodeService<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 PasswordToken Modifier and Type Method Description protected UserPasswordService<PasswordToken,User>UserEndpoint. getUserPasswordService()Constructor parameters in com.broadleafcommerce.auth.resource.web.endpoint with type arguments of type PasswordToken Constructor Description UserEndpoint(UserService<User> userSvc, UserPasswordService<PasswordToken,User> userPasswordService, AuthorizedClientService<AuthorizedClient> clientService) -
Uses of PasswordToken in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure that return types with arguments of type PasswordToken Modifier and Type Method Description EmbeddedLoginAuthenticationSuccessHandler<PasswordToken,User>AuthorizationServerWebSecurityConfiguration. embeddedLoginAuthenticationSuccessHandler()Constructor parameters in com.broadleafcommerce.auth.user.autoconfigure with type arguments of type PasswordToken Constructor Description AuthorizationServerWebSecurityConfiguration(org.springframework.security.web.savedrequest.RequestCache requestCache, AuthorizationServerProperties authorizationServerProps, StatelessUtil statelessUtil, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, AuthenticationLogoutHandler authenticationLogoutHandler, org.springframework.security.oauth2.client.web.AuthorizationRequestRepository<org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest> authorizationRequestRepository, org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,?> authenticationDetailsSource, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, FormLoginAuthenticationProvider formLoginAuthenticationProvider, OAuth2SessionAuthenticationProvider oAuth2SessionAuthenticationProvider, VerifyRedirectCookieFilter verifyRedirectCookieFilter, ClientIdFilter clientIdFilter, UserLockoutService userLockoutService, EmbeddedLoginProperties embeddedLoginProperties, Optional<EmbeddedLoginAuthenticationProvider> embeddedLoginAuthenticationProvider, Optional<EmbeddedLoginTokenAuthenticationProvider> embeddedLoginTokenAuthenticationProvider, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService, PasscodeService<PasswordToken,User> passcodeService, UserService<User> userService) -
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 PasswordToken Modifier and Type Method Description <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)UserPasswordService<PasswordToken,User>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 PasswordToken Modifier and Type Method Description UserPasswordService<PasswordToken,User>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)UserPasswordService<PasswordToken,User>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 PasswordToken Modifier and Type Class Description classDefaultUserPasswordService<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.session.embedded
Classes in com.broadleafcommerce.auth.user.session.embedded with type parameters of type PasswordToken Modifier and Type Class Description classEmbeddedLoginAuthenticationSuccessHandler<P extends PasswordToken,U extends User>Writes a One-Time Passcode to the response on Embedded Login success.Methods in com.broadleafcommerce.auth.user.session.embedded that return types with arguments of type PasswordToken Modifier and Type Method Description protected PasscodeService<PasswordToken,User>EmbeddedLoginTokenAuthenticationProvider. getPasscodeService()Constructor parameters in com.broadleafcommerce.auth.user.session.embedded with type arguments of type PasswordToken Constructor Description EmbeddedLoginTokenAuthenticationProvider(OAuth2UserDetailsService userDetailsService, PasscodeService<PasswordToken,User> passcodeService, UserService<User> userService) -
Uses of PasswordToken in com.broadleafcommerce.auth.user.validation
Classes in com.broadleafcommerce.auth.user.validation with type parameters of type PasswordToken Modifier and Type Class Description classDefaultPasswordTokenValidator<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 PasswordToken Modifier and Type Method Description protected 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 PasswordToken Modifier and Type Method Description ResetPasswordFormValidator<PasswordToken>ValidationAutoConfiguration. resetPasswordFormValidator(UsernameValidator usernameValidator, PasswordRequestValidator passwordValidator, PasswordTokenValidator<PasswordToken> passwordTokenValidator)Method parameters in com.broadleafcommerce.auth.user.validation.autoconfigure with type arguments of type PasswordToken Modifier and Type Method Description ResetPasswordFormValidator<PasswordToken>ValidationAutoConfiguration. resetPasswordFormValidator(UsernameValidator usernameValidator, PasswordRequestValidator passwordValidator, PasswordTokenValidator<PasswordToken> passwordTokenValidator) -
Uses of PasswordToken in com.broadleafcommerce.auth.user.web.authentication.session
Methods in com.broadleafcommerce.auth.user.web.authentication.session that return types with arguments of type PasswordToken Modifier and Type Method Description protected PasscodeService<PasswordToken,User>AbstractAuthenticationStrategyDelegate. getPasscodeService()Constructor parameters in com.broadleafcommerce.auth.user.web.authentication.session with type arguments of type PasswordToken Constructor Description AbstractAuthenticationStrategyDelegate(OAuth2UserDetailsService oAuth2UserDetailsService, UserRegistrationService<User> registrationService, AuthRegistrationProperties registrationProperties, AuthorizedClientService<AuthorizedClient> clientService, ClientIdentityProviderProperties clientProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, PasscodeService<PasswordToken,User> passcodeService) -
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 PasswordToken Modifier and Type Method Description protected 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 PasswordToken Constructor Description AuthenticationController(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)
-