org.zeroexchange.dao.user.reader
Interface CredentialReader<T extends Credential>

All Superinterfaces:
DataProcessor
All Known Implementing Classes:
LocalCredentialReader, OpenIdCredentialReader

public interface CredentialReader<T extends Credential>
extends DataProcessor

Author:
black

Method Summary
 boolean credentialExists(T credential)
          Checks whether credential exists
 
Methods inherited from interface org.zeroexchange.common.processors.DataProcessor
getProcessingClass
 

Method Detail

credentialExists

boolean credentialExists(T credential)
Checks whether credential exists



Copyright © 2013. All Rights Reserved.