org.zeroexchange.dao.user.reader
Class LocalCredentialReader

java.lang.Object
  extended by org.zeroexchange.dao.HibernateSessionHolder
      extended by org.zeroexchange.dao.user.reader.LocalCredentialReader
All Implemented Interfaces:
DataProcessor, CredentialReader<LocalCredential>

public class LocalCredentialReader
extends HibernateSessionHolder
implements CredentialReader<LocalCredential>

Author:
black

Constructor Summary
LocalCredentialReader()
           
 
Method Summary
 boolean credentialExists(LocalCredential credential)
          Checks whether credential exists
 Class<?> getProcessingClass()
          Returns root hierarchy current processor can operate
 
Methods inherited from class org.zeroexchange.dao.HibernateSessionHolder
getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalCredentialReader

public LocalCredentialReader()
Method Detail

credentialExists

public boolean credentialExists(LocalCredential credential)
Checks whether credential exists

Specified by:
credentialExists in interface CredentialReader<LocalCredential>

getProcessingClass

public Class<?> getProcessingClass()
Returns root hierarchy current processor can operate

Specified by:
getProcessingClass in interface DataProcessor


Copyright © 2013. All Rights Reserved.