| org.apache.lenya.ac.file.FileUser org.apache.lenya.ac.cifs.CIFSUser
CIFSUser | public class CIFSUser extends FileUser (Code) | | CIFS user.
version: $Id: CIFSUser.java 485769 2006-12-11 17:41:23Z andreas $ |
CIFSUser | public CIFSUser(ItemManager itemManager, Logger logger)(Code) | | Creates a new CIFSUser object.
Parameters: itemManager - The item manager. Parameters: logger - The logger. |
CIFSUser | public CIFSUser(ItemManager itemManager, Logger logger, String id, String fullName, String email, String password)(Code) | | Create a CIFSUser
Parameters: itemManager - The item manager. Parameters: logger - The logger. Parameters: id - The user ID. Parameters: fullName - The user's name. Parameters: email - The e-mail address. Parameters: password - The password. |
authenticate | public boolean authenticate(String password)(Code) | | Authenticate a user. This is done by NTDomain Authentication using jcifs
Parameters: password - to authenticate with true if the given password matches the password for this user |
configure | public void configure(Configuration config) throws ConfigurationException(Code) | | Create a new CIFSUser from a configuration
Parameters: config - the Configuration specifying the userdetails throws: ConfigurationException - if the user could not be instantiated |
initialize | protected void initialize() throws ConfigurationException(Code) | | Initializes this user.
throws: ConfigurationException - when something went wrong. |
|
|