com.openexchange.admin.storage.fileStorage
Class OXAuthFileStorage
java.lang.Object
com.openexchange.admin.storage.interfaces.OXAuthStorageInterface
com.openexchange.admin.storage.fileStorage.OXAuthFileStorage
public class OXAuthFileStorage
- extends OXAuthStorageInterface
Default file implementation for admin auth.
- Author:
- choeger
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OXAuthFileStorage
public OXAuthFileStorage()
authenticate
public boolean authenticate(Credentials authdata)
- Authenticates against a textfile
- Specified by:
authenticate
in class OXAuthStorageInterface
authenticate
public boolean authenticate(Credentials authdata,
Context ctx)
throws StorageException
- Specified by:
authenticate
in class OXAuthStorageInterface
- Throws:
StorageException
authenticateUser
public boolean authenticateUser(Credentials authdata,
Context ctx)
throws StorageException
- Specified by:
authenticateUser
in class OXAuthStorageInterface
- Throws:
StorageException