| Package | Description |
|---|---|
| javax.naming.directory |
Extends the
javax.naming package to provide functionality for accessing directory services.
|
| javax.naming.event |
Provides support for event notification when accessing naming and directory services.
|
| javax.naming.ldap |
Provides support for LDAPv3 extended operations and controls.
|
| javax.naming.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
InitialDirContext
This class is the starting context for performing directory operations.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
DirContext |
Attribute.getAttributeDefinition()
Retrieves the attribute's schema definition.
|
DirContext |
BasicAttribute.getAttributeDefinition()
Retrieves this attribute's schema definition.
|
DirContext |
Attribute.getAttributeSyntaxDefinition()
Retrieves the syntax definition associated with the attribute.
|
DirContext |
BasicAttribute.getAttributeSyntaxDefinition()
Retrieves the syntax definition associated with this attribute.
|
DirContext |
DirContext.getSchema(Name
Retrieves the schema associated with the named object.
|
DirContext |
InitialDirContext.getSchema(Name
|
DirContext |
DirContext.getSchema(String
Retrieves the schema associated with the named object.
|
DirContext |
InitialDirContext.getSchema(String
|
DirContext |
DirContext.getSchemaClassDefinition(Name
Retrieves a context containing the schema objects of the named object's class definitions.
|
DirContext |
InitialDirContext.getSchemaClassDefinition(Name
|
DirContext |
DirContext.getSchemaClassDefinition(String
Retrieves a context containing the schema objects of the named object's class definitions.
|
DirContext |
InitialDirContext.getSchemaClassDefinition(String
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventDirContext
Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LdapContext
This interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-style extended operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InitialLdapContext
This class is the starting context for performing LDAPv3-style extended operations and controls.
|
| Modifier and Type | Method and Description |
|---|---|
static DirContext |
DirectoryManager.getContinuationDirContext(CannotProceedException
Creates a context in which to continue a
DirContext operation.
|