org.broadleafcommerce.openadmin.server.security.dao
Class ForgotPasswordSecurityTokenDaoImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.security.dao.ForgotPasswordSecurityTokenDaoImpl
- All Implemented Interfaces:
- ForgotPasswordSecurityTokenDao
@Repository(value="blForgotPasswordSecurityTokenDao")
public class ForgotPasswordSecurityTokenDaoImpl
- extends Object
- implements ForgotPasswordSecurityTokenDao
- Author:
- bpolster
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
ForgotPasswordSecurityTokenDaoImpl
public ForgotPasswordSecurityTokenDaoImpl()
readToken
public ForgotPasswordSecurityToken readToken(String token)
- Specified by:
readToken in interface ForgotPasswordSecurityTokenDao
saveToken
public ForgotPasswordSecurityToken saveToken(ForgotPasswordSecurityToken token)
- Specified by:
saveToken in interface ForgotPasswordSecurityTokenDao
Copyright © 2013. All Rights Reserved.