Interface UserChangePasswordAttemptRepository<D>
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,,String> com.broadleafcommerce.common.extension.DomainTypeAware,org.springframework.data.repository.Repository<D,String>
- All Known Subinterfaces:
JpaUserChangePasswordAttemptRepository<D>
@NoRepositoryBean
public interface UserChangePasswordAttemptRepository<D>
extends org.springframework.data.repository.CrudRepository<D,String>, com.broadleafcommerce.common.extension.DomainTypeAware
Repository for managing operations related to
UserChangePasswordAttempt.- Since:
- 2.1.3
- Author:
- Julia Lopez-Pozas (jpozas)
-
Method Summary
Modifier and TypeMethodDescriptionintcountByUsernameAndAuthServerIdAndAttemptTimeAfterAndConsideredTrueAndResultIs(String username, String authServerId, Instant date, String result) intcountByUsernameAndAuthServerIdAndConsideredTrueAndResultIs(String username, String authServerId, String result) voidvoiddeleteChangePasswordAttemptsOlderThan(Instant age, String authServerId) readByUsernameAndAuthServerIdAndAttemptTimeAfterAndConsideredTrueAndResultIs(String username, String authServerId, Instant date, String result) intresetChangePasswordAttempts(String username, String authServerId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainType
-
Method Details
-
countByUsernameAndAuthServerIdAndAttemptTimeAfterAndConsideredTrueAndResultIs
-
readByUsernameAndAuthServerIdAndAttemptTimeAfterAndConsideredTrueAndResultIs
-
countByUsernameAndAuthServerIdAndConsideredTrueAndResultIs
-
resetChangePasswordAttempts
-
deleteChangePasswordAttemptsOlderThan
-
deleteChangePasswordAttemptsOlderThan
-