Uses of Interface
javax.naming.directory.DirContext
Package
Description
Extends the
javax.naming
package to provide functionality
for accessing directory services.Provides support for event notification when accessing naming and
directory services.
Provides support for LDAPv3 extended operations and controls.
Provides the means for dynamically plugging in support for accessing
naming and directory services through the
javax.naming
and related packages.-
Uses of DirContext in javax.naming.directory
Modifier and TypeClassDescriptionclass
This class is the starting context for performing directory operations.Modifier and TypeMethodDescriptionDirContext.createSubcontext
(String name, Attributes attrs) Creates and binds a new context, along with associated attributes.DirContext.createSubcontext
(Name name, Attributes attrs) Creates and binds a new context, along with associated attributes.InitialDirContext.createSubcontext
(String name, Attributes attrs) InitialDirContext.createSubcontext
(Name name, Attributes attrs) Attribute.getAttributeDefinition()
Retrieves the attribute's schema definition.BasicAttribute.getAttributeDefinition()
Retrieves this attribute's schema definition.Attribute.getAttributeSyntaxDefinition()
Retrieves the syntax definition associated with the attribute.BasicAttribute.getAttributeSyntaxDefinition()
Retrieves the syntax definition associated with this attribute.Retrieves the schema associated with the named object.Retrieves the schema associated with the named object.DirContext.getSchemaClassDefinition
(String name) Retrieves a context containing the schema objects of the named object's class definitions.DirContext.getSchemaClassDefinition
(Name name) Retrieves a context containing the schema objects of the named object's class definitions.InitialDirContext.getSchemaClassDefinition
(String name) InitialDirContext.getSchemaClassDefinition
(Name name) -
Uses of DirContext in javax.naming.event
Modifier and TypeInterfaceDescriptioninterface
Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes. -
Uses of DirContext in javax.naming.ldap
Modifier and TypeInterfaceDescriptioninterface
This interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-style extended operations.Modifier and TypeClassDescriptionclass
This class is the starting context for performing LDAPv3-style extended operations and controls. -
Uses of DirContext in javax.naming.spi
Modifier and TypeMethodDescriptionstatic DirContext
DirectoryManager.getContinuationDirContext
(CannotProceedException cpe) Creates a context in which to continue aDirContext
operation.