Modifier and Type | Method and Description |
---|---|
protected UserPasswordService<PasswordToken,User> |
UserEndpoint.getUserPasswordService() |
Constructor and Description |
---|
UserEndpoint(UserService<User> userSvc,
UserPasswordService<PasswordToken,User> userPasswordService,
AuthorizedClientService<AuthorizedClient> clientService) |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserPasswordService<P extends PasswordToken,U extends User,D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> |
Modifier and Type | Method and Description |
---|---|
protected UserPasswordService<PasswordToken,User> |
AuthenticationController.getUserPasswordService() |
protected UserPasswordService<PasswordToken,User> |
EmbeddedAuthenticationController.getUserPasswordService() |
Constructor and 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) |
Copyright © 2021. All rights reserved.