org.broadleafcommerce.openadmin.server.security.dao
Class ForgotPasswordSecurityTokenDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.security.dao.ForgotPasswordSecurityTokenDaoImpl
All Implemented Interfaces:
ForgotPasswordSecurityTokenDao

@Repository(value="blForgotPasswordSecurityTokenDao")
public class ForgotPasswordSecurityTokenDaoImpl
extends Object
implements ForgotPasswordSecurityTokenDao

Author:
bpolster

Field Summary
protected  javax.persistence.EntityManager em
           
protected  EntityConfiguration entityConfiguration
           
 
Constructor Summary
ForgotPasswordSecurityTokenDaoImpl()
           
 
Method Summary
 ForgotPasswordSecurityToken readToken(String token)
           
 ForgotPasswordSecurityToken saveToken(ForgotPasswordSecurityToken token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

em

protected javax.persistence.EntityManager em

entityConfiguration

protected EntityConfiguration entityConfiguration
Constructor Detail

ForgotPasswordSecurityTokenDaoImpl

public ForgotPasswordSecurityTokenDaoImpl()
Method Detail

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.