![]() |
|
Contents |
Public Member Functions | |
| LdapSchemaClassDefContextImpl (Name name, Hashtable< Object, Object > env, Hashtable< String, ArrayList< String >> classTree, LdapContextImpl ctx) throws InvalidNameException | |
| NamingEnumeration< SearchResult > | search (Name name, Attributes attributes) throws NamingException |
Searches in the context specified by name only, for any objects that have attributes that match the attributes parameter. | |
| NamingEnumeration< SearchResult > | search (String name, Attributes attributes) throws NamingException |
Searches in the context specified by name represented by name only, for any objects that have attributes that match the attributes parameter. | |
Private Attributes | |
| Hashtable< String, ArrayList < String > > | classTree |
| LdapContextImpl | context |
| LdapSchemaClassDefContextImpl | ( | Name | name, | |
| Hashtable< Object, Object > | env, | |||
| Hashtable< String, ArrayList< String >> | classTree, | |||
| LdapContextImpl | ctx | |||
| ) | throws InvalidNameException |
| NamingEnumeration<SearchResult> search | ( | Name | name, | |
| Attributes | attributes | |||
| ) | throws NamingException |
Searches in the context specified by name only, for any objects that have attributes that match the attributes parameter.
This method is equivalent to passing a null as parameter to search(Name name, Attributes attributes, String[] as). Objects with attributes that match the attributes parameter are selected and all attributes are returned for selected objects.
This method throws any NamingException that occurs.
| name | the name specifies the context to be searched | |
| attributes | the attributes to be matched when search |
NamingEnumeration of SearchResult | NamingException | If any occurs. |
Reimplemented from LdapContextImpl.
| NamingEnumeration<SearchResult> search | ( | String | name, | |
| Attributes | attributes | |||
| ) | throws NamingException |
Searches in the context specified by name represented by name only, for any objects that have attributes that match the attributes parameter.
| name | the string representative of name which specifies the context to be searched | |
| attributes | the attributes to be matched when search |
NamingEnumeration of SearchResult | NamingException | If any occurs. |
Reimplemented from LdapContextImpl.
Hashtable<String, ArrayList<String> > classTree [private] |
LdapContextImpl context [private] |