Uses of Interface
com.broadleafcommerce.auth.user.repository.UserLoginAttemptRepository
-
-
Uses of UserLoginAttemptRepository in com.broadleafcommerce.auth.user.provider.jpa.repository
Subinterfaces of UserLoginAttemptRepository in com.broadleafcommerce.auth.user.provider.jpa.repository Modifier and Type Interface Description interface
JpaUserLoginAttemptRepository<D extends JpaUserLoginAttempt>
-
Uses of UserLoginAttemptRepository in com.broadleafcommerce.auth.user.service
Constructors in com.broadleafcommerce.auth.user.service with parameters of type UserLoginAttemptRepository Constructor Description DefaultUserLoginAttemptService(UserLoginAttemptRepository<D> repository, SimplePayloadMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-
Uses of UserLoginAttemptRepository in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type UserLoginAttemptRepository 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)
-