uCosminexus Application Server, Security Management Guide
interface LdapUserEnumeration extends java.util.Enumeration
{
public boolean hasMore()
throws NamingException;
public boolean hasMoreElements();
public String next()
throws NamingException;
public Object nextElement();
public close()
throws NamingException;
}| Method name | Functionality |
|---|---|
| close method | Closes an object. |
| hasMore method | Checks whether the list contains any more user IDs. (NamingException: Called) |
| hasMoreElements method | Checks whether the list contains any more user IDs. (NamingException: Not called) |
| next method | Obtains the next user ID from the list. (NamingException: Called; Return value type: string) |
| nextElement method | Obtains the next user ID from the list. (NamingException: Not called; Return value type: object) |
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd