Uses of Interface
javax.naming.directory.DirContext
Packages that use DirContext
包
描述
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
Classes in javax.naming.directory that implement DirContext修饰符和类Class描述class
This class is the starting context for performing directory operations.Methods in javax.naming.directory that return DirContext修饰符和类方法描述DirContext.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
Subinterfaces of DirContext in javax.naming.event修饰符和类Interface描述interface
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
Subinterfaces of DirContext in javax.naming.ldap修饰符和类Interface描述interface
This interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-style extended operations.Classes in javax.naming.ldap that implement DirContext修饰符和类Class描述class
This class is the starting context for performing LDAPv3-style extended operations and controls. -
Uses of DirContext in javax.naming.spi
Methods in javax.naming.spi that return DirContext修饰符和类方法描述static DirContext
DirectoryManager.getContinuationDirContext
(CannotProceedException cpe) Creates a context in which to continue aDirContext
operation.