| org.apache.james.userrepository.UsersLDAPRepository
UsersLDAPRepository | public class UsersLDAPRepository extends AbstractLogEnabled implements UsersRepository,Serviceable,Configurable,Contextualizable,Initializable(Code) | | Implementation of a Repository to store users.
This clas is a dummy for the proposal!
version: This is $Revision: 494012 $ |
addUser | public boolean addUser(User user)(Code) | | Update the repository with the specified user object. Unsupported for
this user repository type.
false |
addUser | public synchronized void addUser(String userName, Object attributes)(Code) | | Adds userName to the MemberAttribute (specified in conf.xml) of this
node.
If ManageGroupAttribute (conf.xml) is TRUE then calls addGroupToUser.
|
configure | public void configure(Configuration conf) throws ConfigurationException(Code) | | See Also: org.apache.avalon.framework.configuration.Configurable.configure(Configuration) |
containsCaseInsensitive | public boolean containsCaseInsensitive(String name)(Code) | | |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | See Also: org.apache.avalon.framework.context.Contextualizable.contextualize(Context) |
countUsers | public int countUsers()(Code) | | |
dispose | public void dispose() throws Exception(Code) | | Disposes of all open directory contexts
throws: Exception - if an error is encountered during shutdown |
getUserByNameCaseInsensitive | public User getUserByNameCaseInsensitive(String name)(Code) | | |
initialize | public void initialize() throws Exception(Code) | | See Also: org.apache.avalon.framework.activity.Initializable.initialize |
list | public Iterator list()(Code) | | List users in repository.
Iterator over a collection of Strings, each being one user in the repository. |
removeGroupFromUser | public void removeGroupFromUser(String userName)(Code) | | |
removeUser | public synchronized void removeUser(String userName)(Code) | | |
service | public void service(ServiceManager compMgr)(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
setServerRoot | public void setServerRoot()(Code) | | |
updateUser | public boolean updateUser(User user)(Code) | | |
|
|