Uses of Class
com.broadleafcommerce.auth.user.domain.UserLoginAttempt
-
Packages that use UserLoginAttempt Package Description com.broadleafcommerce.auth.user.service com.broadleafcommerce.auth.user.service.autoconfigure -
-
Uses of UserLoginAttempt in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service with type parameters of type UserLoginAttempt Modifier and Type Class Description class
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 UserLoginAttempt Modifier and Type Method Description protected UserLoginAttemptService<UserLoginAttempt>
DefaultUserLockoutService. getUserLoginAttemptService()
protected UserLoginAttemptService<UserLoginAttempt>
PurgeLoginTableJobListener. getUserLoginAttemptService()
Constructor parameters in com.broadleafcommerce.auth.user.service with type arguments of type UserLoginAttempt Constructor Description DefaultUserLockoutService(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 UserLoginAttempt Modifier and Type Method Description <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 UserLoginAttempt Modifier and Type Method Description PurgeLoginTableJobListener
AuthServiceServiceAutoConfiguration. purgeLoginTableJobListener(UserLoginAttemptService<UserLoginAttempt> userLoginAttemptService, AuthorizationServerService<AuthorizationServer> serverService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService)
UserLockoutService
AuthServiceServiceAutoConfiguration. userLockoutService(UserService<User> userService, UserLoginAttemptService<UserLoginAttempt> loginAttemptService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, UserLockoutProperties userLockoutProperties)
-