| Package | Description |
|---|---|
| javax.naming |
Provides the classes and interfaces for accessing naming services.
|
| javax.naming.directory |
Extends the
javax.naming package to provide functionality for accessing directory services.
|
| Modifier and Type | Method and Description |
|---|---|
NamingEnumeration |
Context.list(Name
Enumerates the names bound in the named context, along with the class names of objects bound to them.
|
NamingEnumeration |
InitialContext.list(Name
|
NamingEnumeration |
Context.list(String
Enumerates the names bound in the named context, along with the class names of objects bound to them.
|
NamingEnumeration |
InitialContext.list(String
|
NamingEnumeration |
Context.listBindings(Name
Enumerates the names bound in the named context, along with the objects bound to them.
|
NamingEnumeration |
InitialContext.listBindings(Name
|
NamingEnumeration |
Context.listBindings(String
Enumerates the names bound in the named context, along with the objects bound to them.
|
NamingEnumeration |
InitialContext.listBindings(String
|
| Modifier and Type | Method and Description |
|---|---|
NamingEnumeration |
Attribute.getAll()
Retrieves an enumeration of the attribute's values.
|
NamingEnumeration |
BasicAttributes.getAll()
|
NamingEnumeration |
BasicAttribute.getAll()
Retrieves an enumeration of this attribute's values.
|
NamingEnumeration |
Attributes.getAll()
Retrieves an enumeration of the attributes in the attribute set.
|
NamingEnumeration |
BasicAttributes.getIDs()
|
NamingEnumeration |
Attributes.getIDs()
Retrieves an enumeration of the ids of the attributes in the attribute set.
|
NamingEnumeration |
DirContext.search(Name
Searches in a single context for objects that contain a specified set of attributes.
|
NamingEnumeration |
InitialDirContext.search(Name
|
NamingEnumeration |
DirContext.search(Name
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
|
NamingEnumeration |
InitialDirContext.search(Name
|
NamingEnumeration |
DirContext.search(Name
Searches in the named context or object for entries that satisfy the given search filter.
|
NamingEnumeration |
InitialDirContext.search(Name
|
NamingEnumeration |
DirContext.search(Name
Searches in the named context or object for entries that satisfy the given search filter.
|
NamingEnumeration |
InitialDirContext.search(Name
|
NamingEnumeration |
DirContext.search(String
Searches in a single context for objects that contain a specified set of attributes.
|
NamingEnumeration |
InitialDirContext.search(String
|
NamingEnumeration |
DirContext.search(String
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
|
NamingEnumeration |
InitialDirContext.search(String
|
NamingEnumeration |
DirContext.search(String
Searches in the named context or object for entries that satisfy the given search filter.
|
NamingEnumeration |
InitialDirContext.search(String
|
NamingEnumeration |
DirContext.search(String
Searches in the named context or object for entries that satisfy the given search filter.
|
NamingEnumeration |
InitialDirContext.search(String
|