Uses of Interface
com.broadleafcommerce.auth.user.service.UserLockoutService
Packages that use UserLockoutService
Package
Description
-
Uses of UserLockoutService in com.broadleafcommerce.auth.user.autoconfigure
Constructors in com.broadleafcommerce.auth.user.autoconfigure with parameters of type UserLockoutServiceModifierConstructorDescriptionAuthorizationServerWebSecurityConfiguration
(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 UserLockoutService in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return UserLockoutServiceModifier and TypeMethodDescriptionprotected UserLockoutService
AdminUserPersistenceHandler.getUserLockoutService()
protected UserLockoutService
CustomerPersistenceHandler.getUserLockoutService()
Constructors in com.broadleafcommerce.auth.user.listener with parameters of type UserLockoutServiceModifierConstructorDescriptionAdminUserPersistenceHandler
(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserLockoutService userLockoutService) CustomerPersistenceHandler
(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserLockoutService userLockoutService) -
Uses of UserLockoutService in com.broadleafcommerce.auth.user.listener.autoconfigure
Methods in com.broadleafcommerce.auth.user.listener.autoconfigure with parameters of type UserLockoutServiceModifier and TypeMethodDescriptionAuthDataUpdatePersistenceHandlerAutoConfiguration.adminUserPersistenceHandler
(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserLockoutService userLockoutService) AuthDataUpdatePersistenceHandlerAutoConfiguration.customerPersistenceHandler
(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserLockoutService userLockoutService) -
Uses of UserLockoutService in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service that implement UserLockoutService -
Uses of UserLockoutService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return UserLockoutServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.userLockoutService
(UserService<User> userService, UserLoginAttemptService<UserLoginAttempt> loginAttemptService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, UserLockoutProperties userLockoutProperties) Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type UserLockoutServiceModifier 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) -
Uses of UserLockoutService in com.broadleafcommerce.auth.user.service.password
Methods in com.broadleafcommerce.auth.user.service.password that return UserLockoutServiceModifier and TypeMethodDescriptionprotected UserLockoutService
DefaultUserPasswordService.getUserLockoutService()
Constructors in com.broadleafcommerce.auth.user.service.password with parameters of type UserLockoutServiceModifierConstructorDescriptionDefaultUserPasswordService
(UserService<U> userService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserMessagingService<U> messageService, ResetPasswordFormValidator<P> resetPasswordFormValidator, ChangePasswordFormValidator changePasswordFormValidator, UserLockoutService userLockoutService, PasscodeService<P, U> passcodeService) -
Uses of UserLockoutService in com.broadleafcommerce.auth.user.session
Methods in com.broadleafcommerce.auth.user.session that return UserLockoutServiceModifier and TypeMethodDescriptionprotected UserLockoutService
FormLoginAuthenticationFilter.getUserLockoutService()
Constructors in com.broadleafcommerce.auth.user.session with parameters of type UserLockoutServiceModifierConstructorDescriptionFormLoginAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.AuthenticationSuccessHandler successHandler, org.springframework.security.web.authentication.AuthenticationFailureHandler failureHandler, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, StatelessUtil util, UserLockoutService userLockoutService) -
Uses of UserLockoutService in com.broadleafcommerce.auth.user.session.embedded
Constructors in com.broadleafcommerce.auth.user.session.embedded with parameters of type UserLockoutServiceModifierConstructorDescriptionEmbeddedLoginAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.AuthenticationSuccessHandler successHandler, org.springframework.security.web.authentication.AuthenticationFailureHandler failureHandler, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, StatelessUtil util, UserLockoutService userLockoutService, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService)