@NoRepositoryBean public interface PasswordTokenRepository<D> extends org.springframework.data.repository.CrudRepository<D,String>, com.broadleafcommerce.common.extension.DomainTypeAware
Modifier and Type | Method and Description |
---|---|
List<D> |
readAllTokensByUserId(String userId) |
List<D> |
readAllTokensByUserIdAndPurpose(String userId,
String purpose) |
List<D> |
readUnusedTokensByUserId(String userId) |
List<D> |
readUnusedTokensByUserIdAndPurpose(String userId,
String purpose) |
Copyright © 2021. All rights reserved.