Class ForgotPasswordSecurityTokenDaoImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.security.dao.ForgotPasswordSecurityTokenDaoImpl
- All Implemented Interfaces:
ForgotPasswordSecurityTokenDao
@Repository("blForgotPasswordSecurityTokenDao")
public class ForgotPasswordSecurityTokenDaoImpl
extends Object
implements ForgotPasswordSecurityTokenDao
- Author:
- bpolster
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.persistence.EntityManagerprotected org.broadleafcommerce.common.persistence.EntityConfiguration -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
em
protected jakarta.persistence.EntityManager em -
entityConfiguration
protected org.broadleafcommerce.common.persistence.EntityConfiguration entityConfiguration
-
-
Constructor Details
-
ForgotPasswordSecurityTokenDaoImpl
public ForgotPasswordSecurityTokenDaoImpl()
-
-
Method Details
-
readToken
- Specified by:
readTokenin interfaceForgotPasswordSecurityTokenDao
-
readUnusedTokensByAdminUserId
- Specified by:
readUnusedTokensByAdminUserIdin interfaceForgotPasswordSecurityTokenDao
-
saveToken
- Specified by:
saveTokenin interfaceForgotPasswordSecurityTokenDao
-