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 TypeMethodDescriptionint
countByUsernameAndAuthServerIdAndAttemptTimeAfterAndConsideredTrueAndResultIs
(String username, String authServerId, Instant date, String result) int
countByUsernameAndAuthServerIdAndConsideredTrueAndResultIs
(String username, String authServerId, String result) void
void
deleteChangePasswordAttemptsOlderThan
(Instant age, String authServerId) readByUsernameAndAuthServerIdAndAttemptTimeAfterAndConsideredTrueAndResultIs
(String username, String authServerId, Instant date, String result) int
resetChangePasswordAttempts
(String username, String authServerId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainType
-
Method Details
-
countByUsernameAndAuthServerIdAndAttemptTimeAfterAndConsideredTrueAndResultIs
-
readByUsernameAndAuthServerIdAndAttemptTimeAfterAndConsideredTrueAndResultIs
-
countByUsernameAndAuthServerIdAndConsideredTrueAndResultIs
-
resetChangePasswordAttempts
-
deleteChangePasswordAttemptsOlderThan
-
deleteChangePasswordAttemptsOlderThan
-