Uses of Class
com.broadleafcommerce.auth.user.domain.UserLoginAttempt
Package
Description
-
Uses of UserLoginAttempt in com.broadleafcommerce.auth.user.service
Modifier 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.Modifier and TypeMethodDescriptionprotected UserLoginAttemptService<UserLoginAttempt>
DefaultUserLockoutService.getUserLoginAttemptService()
protected UserLoginAttemptService<UserLoginAttempt>
PurgeLoginTableJobListener.getUserLoginAttemptService()
ModifierConstructorDescriptionDefaultUserLockoutService
(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
Modifier 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) Modifier 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)