Uses of Class
com.broadleafcommerce.auth.user.domain.UserLoginAttempt
Packages that use UserLoginAttempt
Package
Description
-
Uses of UserLoginAttempt in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service with type parameters of type UserLoginAttemptModifier and TypeClassDescriptionclass
DefaultUserLoginAttemptService<P extends UserLoginAttempt,
D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> interface
UserLoginAttemptService<P extends UserLoginAttempt>
Service for managing user login attempts.Methods in com.broadleafcommerce.auth.user.service that return types with arguments of type UserLoginAttemptModifier and TypeMethodDescriptionprotected UserLoginAttemptService<UserLoginAttempt>
DefaultUserLockoutService.getUserLoginAttemptService()
protected UserLoginAttemptService<UserLoginAttempt>
PurgeLoginTableJobListener.getUserLoginAttemptService()
Constructor parameters in com.broadleafcommerce.auth.user.service with type arguments of type UserLoginAttemptModifierConstructorDescriptionDefaultUserLockoutService
(UserService<User> userService, UserLoginAttemptService<UserLoginAttempt> userLoginAttemptService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, UserLockoutProperties userLockoutProperties) PurgeLoginTableJobListener
(UserLoginAttemptService<UserLoginAttempt> userLoginAttemptService, AuthorizationServerService<AuthorizationServer> serverService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentService) -
Uses of UserLoginAttempt in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return types with arguments of type UserLoginAttemptModifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
UserLoginAttemptService<UserLoginAttempt>AuthServiceServiceAutoConfiguration.userLoginAttemptService
(UserLoginAttemptRepository<D> repository, SimplePayloadMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Method parameters in com.broadleafcommerce.auth.user.service.autoconfigure with type arguments of type UserLoginAttemptModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.purgeLoginTableJobListener
(UserLoginAttemptService<UserLoginAttempt> userLoginAttemptService, AuthorizationServerService<AuthorizationServer> serverService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService) AuthServiceServiceAutoConfiguration.userLockoutService
(UserService<User> userService, UserLoginAttemptService<UserLoginAttempt> loginAttemptService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, UserLockoutProperties userLockoutProperties)