com.openexchange.admin.storage.interfaces
Class OXAuthStorageInterface
java.lang.Object
com.openexchange.admin.storage.interfaces.OXAuthStorageInterface
- Direct Known Subclasses:
- OXAuthFileStorage, OXAuthMySQLStorage
public abstract class OXAuthStorageInterface
- extends java.lang.Object
- Author:
- cutmasta
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OXAuthStorageInterface
public OXAuthStorageInterface()
authenticate
public abstract boolean authenticate(Credentials authdata)
authenticate
public abstract boolean authenticate(Credentials authdata,
Context ctx)
throws StorageException
- Throws:
StorageException
authenticateUser
public abstract boolean authenticateUser(Credentials authdata,
Context ctx)
throws StorageException
- Throws:
StorageException
getInstanceSQL
public static OXAuthStorageInterface getInstanceSQL()
getInstanceFile
public static OXAuthStorageInterface getInstanceFile()