| Package | Description |
|---|---|
| javax.naming.directory |
Extends the
javax.naming package to provide functionality for accessing directory services.
|
| javax.naming.ldap |
Provides support for LDAPv3 extended operations and controls.
|
| javax.naming.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAttributes
This class provides a basic implementation of the Attributes interface.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
SearchResult.getAttributes()
Retrieves the attributes in this search result.
|
Attributes |
DirContext.getAttributes(Name
Retrieves all of the attributes associated with a named object.
|
Attributes |
InitialDirContext.getAttributes(Name
|
Attributes |
DirContext.getAttributes(Name
Retrieves selected attributes associated with a named object.
|
Attributes |
InitialDirContext.getAttributes(Name
|
Attributes |
DirContext.getAttributes(String
Retrieves all of the attributes associated with a named object.
|
Attributes |
InitialDirContext.getAttributes(String
|
Attributes |
DirContext.getAttributes(String
Retrieves selected attributes associated with a named object.
|
Attributes |
InitialDirContext.getAttributes(String
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirContext.bind(Name
Binds a name to an object, along with associated attributes.
|
void |
InitialDirContext.bind(Name
|
void |
DirContext.bind(String
Binds a name to an object, along with associated attributes.
|
void |
InitialDirContext.bind(String
|
DirContext |
DirContext.createSubcontext(Name
Creates and binds a new context, along with associated attributes.
|
DirContext |
InitialDirContext.createSubcontext(Name
|
DirContext |
DirContext.createSubcontext(String
Creates and binds a new context, along with associated attributes.
|
DirContext |
InitialDirContext.createSubcontext(String
|
void |
DirContext.modifyAttributes(Name
Modifies the attributes associated with a named object.
|
void |
InitialDirContext.modifyAttributes(Name
|
void |
DirContext.modifyAttributes(String
Modifies the attributes associated with a named object.
|
void |
InitialDirContext.modifyAttributes(String
|
void |
DirContext.rebind(Name
Binds a name to an object, along with associated attributes, overwriting any existing binding.
|
void |
InitialDirContext.rebind(Name
|
void |
DirContext.rebind(String
Binds a name to an object, along with associated attributes, overwriting any existing binding.
|
void |
InitialDirContext.rebind(String
|
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(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
|
void |
SearchResult.setAttributes(Attributes
Sets the attributes of this search result to
attrs.
|
| Constructor and Description | |
|---|---|
SearchResult(String
Constructs a search result using the result's name, its bound object, and its attributes.
|
|
SearchResult(String
Constructs a search result using the result's name, its bound object, and its attributes, and whether the name is relative.
|
|
SearchResult(String
Constructs a search result using the result's name, its class name, its bound object, and its attributes.
|
|
SearchResult(String
Constructs a search result using the result's name, its class name, its bound object, its attributes, and whether the name is relative.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Rdn.toAttributes()
Retrieves the
Attributes view of the type/value mappings contained in this Rdn.
|
| Constructor and Description | |
|---|---|
Rdn(Attributes
Constructs an Rdn from the given attribute set.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
DirStateFactory.Result.getAttributes()
Retrieves the attributes to be bound.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
DirectoryManager.getObjectInstance(Object
Creates an instance of an object for the specified object, attributes, and environment.
|
Object |
DirObjectFactory.getObjectInstance(Object
Creates an object using the location or reference information, and attributes specified.
|
DirStateFactory |
DirStateFactory.getStateToBind(Object
Retrieves the state of an object for binding given the object and attributes to be transformed.
|
static DirStateFactory |
DirectoryManager.getStateToBind(Object
Retrieves the state of an object for binding when given the original object and its attributes.
|
| Constructor and Description | |
|---|---|
Result(Object
Constructs an instance of Result.
|