JNDI 1.2.1
A B C D E G H I J L M N O P R S T U V

A

ADD_ATTRIBUTE - Static variable in interface javax.naming.directory.DirContext
This constant specifies to add an attribute with the specified values.
add(int, Object) - Method in class javax.naming.directory.BasicAttribute
 
add(int, Object) - Method in interface javax.naming.directory.Attribute
Adds an attribute value to the ordered list of attribute values.
add(int, RefAddr) - Method in class javax.naming.Reference
Adds an address to the list of addresses at index posn.
add(int, String) - Method in interface javax.naming.Name
Adds a single component at a specified position within this name.
add(int, String) - Method in class javax.naming.CompoundName
Adds a single component at a specified position within this compound name.
add(int, String) - Method in class javax.naming.CompositeName
Adds a single component at a specified position within this composite name.
add(Object) - Method in class javax.naming.directory.BasicAttribute
Adds a new value to this attribute.
add(Object) - Method in interface javax.naming.directory.Attribute
Adds a new value to the attribute.
add(RefAddr) - Method in class javax.naming.Reference
Adds an address to the end of the list of addresses.
add(String) - Method in interface javax.naming.Name
Adds a single component to the end of this name.
add(String) - Method in class javax.naming.CompoundName
Adds a single component to the end of this compound name.
add(String) - Method in class javax.naming.CompositeName
Adds a single component to the end of this composite name.
addAll(int, Name) - Method in interface javax.naming.Name
Adds the components of a name -- in order -- at a specified position within this name.
addAll(int, Name) - Method in class javax.naming.CompoundName
Adds the components of a compound name -- in order -- at a specified position within this compound name.
addAll(int, Name) - Method in class javax.naming.CompositeName
Adds the components of a composite name -- in order -- at a specified position within this composite name.
addAll(Name) - Method in interface javax.naming.Name
Adds the components of a name -- in order -- to the end of this name.
addAll(Name) - Method in class javax.naming.CompoundName
Adds the components of a compound name -- in order -- to the end of this compound name.
addAll(Name) - Method in class javax.naming.CompositeName
Adds the components of a composite name -- in order -- to the end of this composite name.
addNamingListener(Name, int, NamingListener) - Method in interface javax.naming.event.EventContext
Adds a listener for receiving naming events fired when the object(s) identified by a target and scope changes.
addNamingListener(Name, String, Object[], SearchControls, NamingListener) - Method in interface javax.naming.event.EventDirContext
Adds a listener for receiving naming events fired when objects identified by the search filter filter and filter arguments at the object named by the target are modified.
addNamingListener(Name, String, SearchControls, NamingListener) - Method in interface javax.naming.event.EventDirContext
Adds a listener for receiving naming events fired when objects identified by the search filter filter at the object named by target are modified.
addNamingListener(String, int, NamingListener) - Method in interface javax.naming.event.EventContext
Adds a listener for receiving naming events fired when the object named by the string target name and scope changes.
addNamingListener(String, String, Object[], SearchControls, NamingListener) - Method in interface javax.naming.event.EventDirContext
Adds a listener for receiving naming events fired when objects identified by the search filter filter and filter arguments at the object named by the string target name are modified.
addNamingListener(String, String, SearchControls, NamingListener) - Method in interface javax.naming.event.EventDirContext
Adds a listener for receiving naming events fired when objects identified by the search filter filter at the object named by the string target name are modified.
addrs - Variable in class javax.naming.Reference
Contains the adddresses contained in this Reference.
addrType - Variable in class javax.naming.RefAddr
Contains the type of this address.
addToEnvironment(String, Object) - Method in class javax.naming.InitialContext
 
addToEnvironment(String, Object) - Method in interface javax.naming.Context
Adds a new environment property to the environment of this context.
altName - Variable in class javax.naming.CannotProceedException
Contains the name of the resolved object, relative to the context altNameCtx.
altNameCtx - Variable in class javax.naming.CannotProceedException
Contains the context relative to which altName is specified.
appendRemainingComponent(String) - Method in class javax.naming.NamingException
Add name as the last component in remaining name.
appendRemainingComponent(String) - Method in class javax.naming.spi.ResolveResult
Adds a single component to the end of remaining name.
appendRemainingName(Name) - Method in class javax.naming.NamingException
Add components from 'name' as the last components in remaining name.
appendRemainingName(Name) - Method in class javax.naming.spi.ResolveResult
Adds components to the end of remaining name.
APPLET - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying an applet for the initial context constructor to use when searching for other properties.
Attribute - interface javax.naming.directory.Attribute.
This interface represents an attribute associated with a named object.
AttributeInUseException - exception javax.naming.directory.AttributeInUseException.
This exception is thrown when an operation attempts to add an attribute that already exists.
AttributeInUseException() - Constructor for class javax.naming.directory.AttributeInUseException
Constructs a new instance of AttributeInUseException.
AttributeInUseException(String) - Constructor for class javax.naming.directory.AttributeInUseException
Constructs a new instance of AttributeInUseException with an explanation.
AttributeModificationException - exception javax.naming.directory.AttributeModificationException.
This exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier, or its values that conflicts with the attribute's (schema) definition or the attribute's state.
AttributeModificationException() - Constructor for class javax.naming.directory.AttributeModificationException
Constructs a new instance of AttributeModificationException.
AttributeModificationException(String) - Constructor for class javax.naming.directory.AttributeModificationException
Constructs a new instance of AttributeModificationException using an explanation.
Attributes - interface javax.naming.directory.Attributes.
This interface represents a collection of attributes.
attrID - Variable in class javax.naming.directory.BasicAttribute
Holds the attribute's id.
AuthenticationException - exception javax.naming.AuthenticationException.
This exception is thrown when an authentication error occurs while accessing the naming or directory service.
AuthenticationException() - Constructor for class javax.naming.AuthenticationException
Constructs a new instance of AuthenticationException.
AuthenticationException(String) - Constructor for class javax.naming.AuthenticationException
Constructs a new instance of AuthenticationException using the explanation supplied.
AuthenticationNotSupportedException - exception javax.naming.AuthenticationNotSupportedException.
This exception is thrown when the particular flavor of authentication requested is not supported.
AuthenticationNotSupportedException() - Constructor for class javax.naming.AuthenticationNotSupportedException
Constructs a new instance of AuthenticationNotSupportedException all name resolution fields and explanation initialized to null.
AuthenticationNotSupportedException(String) - Constructor for class javax.naming.AuthenticationNotSupportedException
Constructs a new instance of AuthenticationNotSupportedException using an explanation.
AUTHORITATIVE - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the authoritativeness of the service requested.

B

BasicAttribute - class javax.naming.directory.BasicAttribute.
This class provides a basic implementation of the Attribute interface.
BasicAttribute(String) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of an unordered attribute with no value.
BasicAttribute(String, boolean) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of a possibly ordered attribute with no value.
BasicAttribute(String, Object) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of an unordered attribute with a single value.
BasicAttribute(String, Object, boolean) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of a possibly ordered attribute with a single value.
BasicAttributes - class javax.naming.directory.BasicAttributes.
This class provides a basic implementation of the Attributes interface.
BasicAttributes() - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes.
BasicAttributes(boolean) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes.
BasicAttributes(String, Object) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes with one attribute.
BasicAttributes(String, Object, boolean) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes with one attribute.
BATCHSIZE - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the batch size to use when returning data via the service's protocol.
BinaryRefAddr - class javax.naming.BinaryRefAddr.
This class represents the binary form of the address of a communications end-point.
BinaryRefAddr(String, byte[]) - Constructor for class javax.naming.BinaryRefAddr
Constructs a new instance of BinaryRefAddr using its address type and a byte array for contents.
BinaryRefAddr(String, byte[], int, int) - Constructor for class javax.naming.BinaryRefAddr
Constructs a new instance of BinaryRefAddr using its address type and a region of a byte array for contents.
bind(Name, Object) - Method in class javax.naming.InitialContext
 
bind(Name, Object) - Method in interface javax.naming.Context
Binds a name to an object.
bind(Name, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes.
bind(Name, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
bind(String, Object) - Method in class javax.naming.InitialContext
 
bind(String, Object) - Method in interface javax.naming.Context
Binds a name to an object.
bind(String, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
Binding - class javax.naming.Binding.
This class represents a name-to-object binding found in a context.
Binding(String, Object) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name and object.
Binding(String, Object, boolean) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, object, and whether the name is relative.
Binding(String, String, Object) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, class name, and object.
Binding(String, String, Object, boolean) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, class name, object, and whether the name is relative.

C

CannotProceedException - exception javax.naming.CannotProceedException.
This exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further.
CannotProceedException() - Constructor for class javax.naming.CannotProceedException
Constructs a new instance of CannotProceedException.
CannotProceedException(String) - Constructor for class javax.naming.CannotProceedException
Constructs a new instance of CannotProceedException using an explanation.
changeInfo - Variable in class javax.naming.event.NamingEvent
Contains information about the change that generated this event.
classFactory - Variable in class javax.naming.Reference
Contains the name of the factory class for creating an instance of the object to which this Reference refers.
classFactoryLocation - Variable in class javax.naming.Reference
Contains the location of the factory class.
className - Variable in class javax.naming.Reference
Contains the fully-qualified name of the class of the object to which this Reference refers.
clear() - Method in class javax.naming.Reference
Deletes all addresses from this reference.
clear() - Method in class javax.naming.directory.BasicAttribute
 
clear() - Method in interface javax.naming.directory.Attribute
Removes all values from this attribute.
clone() - Method in class javax.naming.Reference
Makes a copy of this reference using its class name list of addresses, class factory name and class factory location.
clone() - Method in interface javax.naming.Name
Generates a new copy of this name.
clone() - Method in class javax.naming.CompoundName
Creates a copy of this compound name.
clone() - Method in class javax.naming.CompositeName
Generates a copy of this composite name.
clone() - Method in class javax.naming.directory.BasicAttribute
 
clone() - Method in interface javax.naming.directory.Attributes
Makes a copy of the attribute set.
clone() - Method in interface javax.naming.directory.Attribute
Makes a copy of the attribute.
clone() - Method in class javax.naming.directory.BasicAttributes
 
close() - Method in class javax.naming.InitialContext
 
close() - Method in interface javax.naming.NamingEnumeration
Closes this enumeration.
close() - Method in interface javax.naming.Context
Closes this context.
CommunicationException - exception javax.naming.CommunicationException.
This exception is thrown when the client is unable to communicate with the directory or naming service.
CommunicationException() - Constructor for class javax.naming.CommunicationException
Constructs a new instance of CommunicationException.
CommunicationException(String) - Constructor for class javax.naming.CommunicationException
Constructs a new instance of CommunicationException using the arguments supplied.
compareTo(Object) - Method in interface javax.naming.Name
Compares this name with another name for order.
compareTo(Object) - Method in class javax.naming.CompoundName
Compares this CompoundName with the specified Object for order.
compareTo(Object) - Method in class javax.naming.CompositeName
Compares this CompositeName with the specified Object for order.
composeName(Name, Name) - Method in class javax.naming.InitialContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in interface javax.naming.Context
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class javax.naming.InitialContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in interface javax.naming.Context
Composes the name of this context with a name relative to this context.
CompositeName - class javax.naming.CompositeName.
This class represents a composite name -- a sequence of component names spanning multiple namespaces.
CompositeName() - Constructor for class javax.naming.CompositeName
Constructs a new empty composite name.
CompositeName(Enumeration) - Constructor for class javax.naming.CompositeName
Constructs a new composite name instance using the components specified by 'comps'.
CompositeName(String) - Constructor for class javax.naming.CompositeName
Constructs a new composite name instance by parsing the string n using the composite name syntax (left-to-right, slash separated).
CompoundName - class javax.naming.CompoundName.
This class represents a compound name -- a name from a hierarchical name space.
CompoundName(Enumeration, Properties) - Constructor for class javax.naming.CompoundName
Constructs a new compound name instance using the components specified in comps and syntax.
CompoundName(String, Properties) - Constructor for class javax.naming.CompoundName
Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.
ConfigurationException - exception javax.naming.ConfigurationException.
This exception is thrown when there is a configuration problem.
ConfigurationException() - Constructor for class javax.naming.ConfigurationException
Constructs a new instance of ConfigurationException with all name resolution fields and explanation initialized to null.
ConfigurationException(String) - Constructor for class javax.naming.ConfigurationException
Constructs a new instance of ConfigurationException using an explanation.
contains(Object) - Method in class javax.naming.directory.BasicAttribute
Determines whether a value is in this attribute.
contains(Object) - Method in interface javax.naming.directory.Attribute
Determines whether a value is in the attribute.
Context - interface javax.naming.Context.
This interface represents a naming context, which consists of a set of name-to-object bindings.
ContextNotEmptyException - exception javax.naming.ContextNotEmptyException.
This exception is thrown when attempting to destroy a context that is not empty.
ContextNotEmptyException() - Constructor for class javax.naming.ContextNotEmptyException
Constructs a new instance of ContextNotEmptyException with all name resolution fields and explanation initialized to null.
ContextNotEmptyException(String) - Constructor for class javax.naming.ContextNotEmptyException
Constructs a new instance of ContextNotEmptyException using an explanation.
Control - interface javax.naming.ldap.Control.
This interface represents an LDAPv3 control as defined in RFC 2251.
CONTROL_FACTORIES - Static variable in interface javax.naming.ldap.LdapContext
Constant that holds the name of the environment property for specifying the list of control factories to use.
ControlFactory - class javax.naming.ldap.ControlFactory.
This abstract class represents a factory for creating LDAPv3 controls.
ControlFactory() - Constructor for class javax.naming.ldap.ControlFactory
 
CPE - Static variable in class javax.naming.spi.NamingManager
Constant that holds the name of the environment property into which getContinuationContext() stores the value of its CannotProceedException parameter.
createExtendedResponse(String, byte[], int, int) - Method in interface javax.naming.ldap.ExtendedRequest
Creates the response object that corresponds to this request.
createInitialContextFactory(Hashtable) - Method in interface javax.naming.spi.InitialContextFactoryBuilder
Creates an initial context factory using the specified environment.
createObjectFactory(Object, Hashtable) - Method in interface javax.naming.spi.ObjectFactoryBuilder
Creates a new object factory using the environment supplied.
createSubcontext(Name) - Method in class javax.naming.InitialContext
 
createSubcontext(Name) - Method in interface javax.naming.Context
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in interface javax.naming.directory.DirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(Name, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
createSubcontext(String) - Method in class javax.naming.InitialContext
 
createSubcontext(String) - Method in interface javax.naming.Context
Creates and binds a new context.
createSubcontext(String, Attributes) - Method in interface javax.naming.directory.DirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
CRITICAL - Static variable in interface javax.naming.ldap.Control
Indicates a critical control.

D

defaultInitCtx - Variable in class javax.naming.InitialContext
Field holding the result of calling NamingManager.getInitialContext().
destroySubcontext(Name) - Method in class javax.naming.InitialContext
 
destroySubcontext(Name) - Method in interface javax.naming.Context
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class javax.naming.InitialContext
 
destroySubcontext(String) - Method in interface javax.naming.Context
Destroys the named context and removes it from the namespace.
DirContext - interface javax.naming.directory.DirContext.
The directory service interface, containing methods for examining and updating attributes associated with objects, and for searching the directory.
DirectoryManager - class javax.naming.spi.DirectoryManager.
This class contains a methods for supporting DirContext implementations.
DirObjectFactory - interface javax.naming.spi.DirObjectFactory.
This interface represents a factory for creating an object given an object and attributes about the object.
DirStateFactory - interface javax.naming.spi.DirStateFactory.
This interface represents a factory for obtaining the state of an object and corresponding attributes for binding.
DirStateFactory.Result - class javax.naming.spi.DirStateFactory.Result.
An object/attributes pair for returning the result of DirStateFactory.getStateToBind().
DirStateFactory.Result(Object, Attributes) - Constructor for class javax.naming.spi.DirStateFactory.Result
Constructs an instance of Result.
dispatch(NamingListener) - Method in class javax.naming.event.NamingEvent
Invokes the appropriate listener method on this event.
dispatch(NamingListener) - Method in class javax.naming.event.NamingExceptionEvent
Invokes the namingExceptionThrown() method on a listener using this event.
dispatch(UnsolicitedNotificationListener) - Method in class javax.naming.ldap.UnsolicitedNotificationEvent
Invokes the notificationReceived() method on a listener using this event.
DNS_URL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the DNS host and domain names to use for the JNDI URL context (for example, "dns://somehost/wiz.com").

E

endsWith(Name) - Method in interface javax.naming.Name
Determines whether this name ends with a specified suffix.
endsWith(Name) - Method in class javax.naming.CompoundName
Determines whether a compound name is a suffix of this compound name.
endsWith(Name) - Method in class javax.naming.CompositeName
Determines whether a composite name is a suffix of this composite name.
environment - Variable in class javax.naming.CannotProceedException
Contains the environment relevant for the Context or DirContext method that cannot proceed.
equals(Object) - Method in class javax.naming.Reference
Determines whether obj is a reference with the same addresses (in same order) as this reference.
equals(Object) - Method in class javax.naming.RefAddr
Determines whether obj is equal to this RefAddr.
equals(Object) - Method in class javax.naming.BinaryRefAddr
Determines whether obj is equal to this address.
equals(Object) - Method in class javax.naming.CompoundName
Determines whether obj is syntactically equal to this compound name.
equals(Object) - Method in class javax.naming.CompositeName
Determines whether two composite names are equal.
equals(Object) - Method in class javax.naming.directory.BasicAttribute
Determines whether obj is equal to this attribute.
equals(Object) - Method in class javax.naming.directory.BasicAttributes
Determines whether this BasicAttributes is equal to another Attributes Two Attributes are equal if they are both instances of Attributes, treat the case of attribute IDs the same way, and contain the same attributes.
EventContext - interface javax.naming.event.EventContext.
Contains methods for registering/deregistering listeners to be notified of events fired when objects named in a context changes.
EventDirContext - interface javax.naming.event.EventDirContext.
Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes.
extendedOperation(ExtendedRequest) - Method in class javax.naming.ldap.InitialLdapContext
 
extendedOperation(ExtendedRequest) - Method in interface javax.naming.ldap.LdapContext
Performs an extended operation.
ExtendedRequest - interface javax.naming.ldap.ExtendedRequest.
This interface represents an LDAPv3 extended operation request as defined in RFC 2251.
ExtendedResponse - interface javax.naming.ldap.ExtendedResponse.
This interface represents an LDAP extended operation response as defined in RFC 2251.

G

get() - Method in class javax.naming.directory.BasicAttribute
Retrieves one of this attribute's values.
get() - Method in interface javax.naming.directory.Attribute
Retrieves one of this attribute's values.
get(int) - Method in class javax.naming.Reference
Retrieves the address at index posn.
get(int) - Method in interface javax.naming.Name
Retrieves a component of this name.
get(int) - Method in class javax.naming.CompoundName
Retrieves a component of this compound name.
get(int) - Method in class javax.naming.CompositeName
Retrieves a component of this composite name.
get(int) - Method in class javax.naming.directory.BasicAttribute
 
get(int) - Method in interface javax.naming.directory.Attribute
Retrieves the attribute value from the ordered list of attribute values.
get(String) - Method in class javax.naming.Reference
Retrieves the first address that has the address type 'addrType'.
get(String) - Method in interface javax.naming.directory.Attributes
Retrieves the attribute with the given attribute id from the attribute set.
get(String) - Method in class javax.naming.directory.BasicAttributes
 
getAll() - Method in class javax.naming.Reference
Retrieves an enumeration of the addresses in this reference.
getAll() - Method in interface javax.naming.Name
Retrieves the components of this name as an enumeration of strings.
getAll() - Method in class javax.naming.CompoundName
Retrieves the components of this compound name as an enumeration of strings.
getAll() - Method in class javax.naming.CompositeName
Retrieves the components of this composite name as an enumeration of strings.
getAll() - Method in class javax.naming.directory.BasicAttribute
Retrieves an enumeration of this attribute's values.
getAll() - Method in interface javax.naming.directory.Attributes
Retrieves an enumeration of the attributes in the attribute set.
getAll() - Method in interface javax.naming.directory.Attribute
Retrieves an enumeration of the attribute's values.
getAll() - Method in class javax.naming.directory.BasicAttributes
 
getAltName() - Method in class javax.naming.CannotProceedException
Retrieves the altName field of this exception.
getAltNameCtx() - Method in class javax.naming.CannotProceedException
Retrieves the altNameCtx field of this exception.
getAttribute() - Method in class javax.naming.directory.ModificationItem
Retrieves the attribute associated with this modification item.
getAttributeDefinition() - Method in class javax.naming.directory.BasicAttribute
Retrieves this attribute's schema definition.
getAttributeDefinition() - Method in interface javax.naming.directory.Attribute
Retrieves the attribute's schema definition.
getAttributes() - Method in class javax.naming.directory.SearchResult
Retrieves the attributes in this search result.
getAttributes() - Method in class javax.naming.spi.DirStateFactory.Result
Retrieves the attributes to be bound.
getAttributes(Name) - Method in interface javax.naming.directory.DirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name) - Method in class javax.naming.directory.InitialDirContext
 
getAttributes(Name, String[]) - Method in interface javax.naming.directory.DirContext
Retrieves selected attributes associated with a named object.
getAttributes(Name, String[]) - Method in class javax.naming.directory.InitialDirContext
 
getAttributes(String) - Method in interface javax.naming.directory.DirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String) - Method in class javax.naming.directory.InitialDirContext
 
getAttributes(String, String[]) - Method in interface javax.naming.directory.DirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class javax.naming.directory.InitialDirContext
 
getAttributeSyntaxDefinition() - Method in class javax.naming.directory.BasicAttribute
Retrieves the syntax definition associated with this attribute.
getAttributeSyntaxDefinition() - Method in interface javax.naming.directory.Attribute
Retrieves the syntax definition associated with the attribute.
getChangeInfo() - Method in class javax.naming.event.NamingEvent
Retrieves the change information for this event.
getClassName() - Method in class javax.naming.Reference
Retrieves the class name of the object to which this reference refers.
getClassName() - Method in class javax.naming.NameClassPair
Retrieves the class name of the object bound to the name of this binding.
getClassName() - Method in class javax.naming.Binding
Retrieves the class name of the object bound to the name of this binding.
getConnectControls() - Method in class javax.naming.ldap.InitialLdapContext
 
getConnectControls() - Method in interface javax.naming.ldap.LdapContext
Retrieves the connection request controls in effect for this context.
getContent() - Method in class javax.naming.RefAddr
Retrieves the contents of this address.
getContent() - Method in class javax.naming.BinaryRefAddr
Retrieves the contents of this address as an Object.
getContent() - Method in class javax.naming.StringRefAddr
Retrieves the contents of this address.
getContinuationContext(CannotProceedException) - Static method in class javax.naming.spi.NamingManager
Creates a context in which to continue a context operation.
getContinuationDirContext(CannotProceedException) - Static method in class javax.naming.spi.DirectoryManager
Creates a context in which to continue a DirContext operation.
getControlInstance(Control) - Method in class javax.naming.ldap.ControlFactory
Creates a control using this control factory.
getControlInstance(Control, Context, Hashtable) - Static method in class javax.naming.ldap.ControlFactory
Creates a control using known control factories.
getControls() - Method in interface javax.naming.ldap.HasControls
Retrieves an array of Controls from the object that implements this interface.
getCountLimit() - Method in class javax.naming.directory.SearchControls
Retrieves the maximum number of entries that will be returned as a result of the search.
getDefaultInitCtx() - Method in class javax.naming.InitialContext
Retrieves the initial context by calling NamingManager.getInitialContext() and cache it in defaultInitCtx.
getDerefLinkFlag() - Method in class javax.naming.directory.SearchControls
Determines whether links will be dereferenced during the search.
getEncodedValue() - Method in interface javax.naming.ldap.Control
Retrieves the ASN.1 BER encoded value of the LDAP control.
getEncodedValue() - Method in interface javax.naming.ldap.ExtendedRequest
Retrieves the ASN.1 BER encoded value of the LDAP extended operation request.
getEncodedValue() - Method in interface javax.naming.ldap.ExtendedResponse
Retrieves the ASN.1 BER encoded value of the LDAP extended operation response.
getEnvironment() - Method in class javax.naming.InitialContext
 
getEnvironment() - Method in class javax.naming.CannotProceedException
Retrieves the environment that was in effect when this exception was created.
getEnvironment() - Method in interface javax.naming.Context
Retrieves the environment in effect for this context.
getEventContext() - Method in class javax.naming.event.NamingEvent
Retrieves the event source that fired this event.
getEventContext() - Method in class javax.naming.event.NamingExceptionEvent
Retrieves the EventContext that fired this event.
getException() - Method in class javax.naming.event.NamingExceptionEvent
Retrieves the exception that was thrown.
getException() - Method in interface javax.naming.ldap.UnsolicitedNotification
Retrieves the exception as constructed using information sent by the server.
getExplanation() - Method in class javax.naming.NamingException
Retrieves the explanation associated with this exception.
getFactoryClassLocation() - Method in class javax.naming.Reference
Retrieves the location of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class javax.naming.Reference
Retrieves the class name of the factory of the object to which this reference refers.
getID() - Method in class javax.naming.directory.BasicAttribute
 
getID() - Method in interface javax.naming.directory.Attribute
Retrieves the id of this attribute.
getID() - Method in interface javax.naming.ldap.Control
Retrieves the object identifier assigned for the LDAP control.
getID() - Method in interface javax.naming.ldap.ExtendedRequest
Retrieves the object identifier of the request.
getID() - Method in interface javax.naming.ldap.ExtendedResponse
Retrieves the object identifier of the response.
getIDs() - Method in interface javax.naming.directory.Attributes
Retrieves an enumeration of the ids of the attributes in the attribute set.
getIDs() - Method in class javax.naming.directory.BasicAttributes
 
getInitialContext(Hashtable) - Static method in class javax.naming.spi.NamingManager
Creates an initial context using the specified environment properties.
getInitialContext(Hashtable) - Method in interface javax.naming.spi.InitialContextFactory
Creates an Initial Context for beginning name resolution.
getLinkExplanation() - Method in class javax.naming.LinkException
Retrieves the explanation associated with the problem encounter when resolving a link.
getLinkName() - Method in class javax.naming.LinkRef
Retrieves the name of this link.
getLinkRemainingName() - Method in class javax.naming.LinkException
Retrieves the remaining unresolved portion of the link name.
getLinkResolvedName() - Method in class javax.naming.LinkException
Retrieves the leading portion of the link name that was resolved successfully.
getLinkResolvedObj() - Method in class javax.naming.LinkException
Retrieves the object to which resolution was successful.
getModificationOp() - Method in class javax.naming.directory.ModificationItem
Retrieves the modification code of this modification item.
getName() - Method in class javax.naming.NameClassPair
Retrieves the name of this binding.
getNameInNamespace() - Method in class javax.naming.InitialContext
 
getNameInNamespace() - Method in interface javax.naming.Context
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class javax.naming.InitialContext
 
getNameParser(Name) - Method in interface javax.naming.Context
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class javax.naming.InitialContext
 
getNameParser(String) - Method in interface javax.naming.Context
Retrieves the parser associated with the named context.
getNewBinding() - Method in class javax.naming.event.NamingEvent
Retrieves the binding of the object after the change.
getNotification() - Method in class javax.naming.ldap.UnsolicitedNotificationEvent
Returns the unsolicited notification.
getObject() - Method in class javax.naming.Binding
Retrieves the object bound to the name of this binding.
getObject() - Method in class javax.naming.spi.DirStateFactory.Result
Retrieves the object to be bound.
getObjectInstance(Object, Name, Context, Hashtable) - Method in interface javax.naming.spi.ObjectFactory
Creates an object using the location or reference information specified.
getObjectInstance(Object, Name, Context, Hashtable) - Static method in class javax.naming.spi.NamingManager
Creates an instance of an object for the specified object and environment.
getObjectInstance(Object, Name, Context, Hashtable, Attributes) - Static method in class javax.naming.spi.DirectoryManager
Creates an instance of an object for the specified object, attributes, and environment.
getObjectInstance(Object, Name, Context, Hashtable, Attributes) - Method in interface javax.naming.spi.DirObjectFactory
Creates an object using the location or reference information, and attributes specified.
getOldBinding() - Method in class javax.naming.event.NamingEvent
Retrieves the binding of the object before the change.
getPrefix(int) - Method in interface javax.naming.Name
Creates a name whose components consist of a prefix of the components of this name.
getPrefix(int) - Method in class javax.naming.CompoundName
Creates a compound name whose components consist of a prefix of the components in this compound name.
getPrefix(int) - Method in class javax.naming.CompositeName
Creates a composite name whose components consist of a prefix of the components in this composite name.
getReference() - Method in interface javax.naming.Referenceable
Retrieves the Reference of this object.
getReferralContext() - Method in class javax.naming.ReferralException
Retrieves the context at which to continue the method.
getReferralContext() - Method in class javax.naming.ldap.LdapReferralException
Retrieves the context at which to continue the method using the context's environment and no controls.
getReferralContext(Hashtable) - Method in class javax.naming.ReferralException
Retrieves the context at which to continue the method using environment properties.
getReferralContext(Hashtable) - Method in class javax.naming.ldap.LdapReferralException
Retrieves the context at which to continue the method using environment properties and no controls.
getReferralContext(Hashtable, Control[]) - Method in class javax.naming.ldap.LdapReferralException
Retrieves the context at which to continue the method using request controls and environment properties.
getReferralInfo() - Method in class javax.naming.ReferralException
Retrieves information (such as URLs) related to this referral.
getReferrals() - Method in interface javax.naming.ldap.UnsolicitedNotification
Retrieves the referral(s) sent by the server.
getRemainingName() - Method in class javax.naming.NamingException
Retrieves the remaining unresolved portion of the name.
getRemainingName() - Method in class javax.naming.spi.ResolveResult
Retrieves the remaining unresolved portion of the name.
getRemainingNewName() - Method in class javax.naming.CannotProceedException
Retrieves the "remaining new name" field of this exception, which is used when this exception is thrown during a rename() operation.
getRequestControls() - Method in class javax.naming.ldap.InitialLdapContext
 
getRequestControls() - Method in interface javax.naming.ldap.LdapContext
Retrieves the request controls in effect for this context.
getResolvedName() - Method in class javax.naming.NamingException
Retrieves the leading portion of the name that was resolved successfully.
getResolvedObj() - Method in class javax.naming.NamingException
Retrieves the object to which resolution was successful.
getResolvedObj() - Method in class javax.naming.spi.ResolveResult
Retrieves the Object to which resolution was successful.
getResponseControls() - Method in class javax.naming.ldap.InitialLdapContext
 
getResponseControls() - Method in interface javax.naming.ldap.LdapContext
Retrieves the response controls produced as a result of the last method invoked on this context.
getReturningAttributes() - Method in class javax.naming.directory.SearchControls
Retrieves the attributes that will be returned as part of the search.
getReturningObjFlag() - Method in class javax.naming.directory.SearchControls
Determines whether objects will be returned as part of the result.
getRootCause() - Method in class javax.naming.NamingException
Retrieves the root cause of this NamingException, if any.
getSchema(Name) - Method in interface javax.naming.directory.DirContext
Retrieves the schema associated with the named object.
getSchema(Name) - Method in class javax.naming.directory.InitialDirContext
 
getSchema(String) - Method in interface javax.naming.directory.DirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class javax.naming.directory.InitialDirContext
 
getSchemaClassDefinition(Name) - Method in interface javax.naming.directory.DirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(Name) - Method in class javax.naming.directory.InitialDirContext
 
getSchemaClassDefinition(String) - Method in interface javax.naming.directory.DirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class javax.naming.directory.InitialDirContext
 
getSearchScope() - Method in class javax.naming.directory.SearchControls
Retrieves the search scope of these SearchControls.
getStateToBind(Object, Name, Context, Hashtable) - Method in interface javax.naming.spi.StateFactory
Retrieves the state of an object for binding.
getStateToBind(Object, Name, Context, Hashtable) - Static method in class javax.naming.spi.NamingManager
Retrieves the state of an object for binding.
getStateToBind(Object, Name, Context, Hashtable, Attributes) - Static method in class javax.naming.spi.DirectoryManager
Retrieves the state of an object for binding when given the original object and its attributes.
getStateToBind(Object, Name, Context, Hashtable, Attributes) - Method in interface javax.naming.spi.DirStateFactory
Retrieves the state of an object for binding given the object and attributes to be transformed.
getSuffix(int) - Method in interface javax.naming.Name
Creates a name whose components consist of a suffix of the components in this name.
getSuffix(int) - Method in class javax.naming.CompoundName
Creates a compound name whose components consist of a suffix of the components in this compound name.
getSuffix(int) - Method in class javax.naming.CompositeName
Creates a composite name whose components consist of a suffix of the components in this composite name.
getTimeLimit() - Method in class javax.naming.directory.SearchControls
Retrieves the time limit of these SearchControls in milliseconds.
getType() - Method in class javax.naming.RefAddr
Retrieves the address type of this address.
getType() - Method in class javax.naming.event.NamingEvent
Returns the type of this event.
getUnexecutedModifications() - Method in class javax.naming.directory.AttributeModificationException
Retrieves the unexecuted modification list.
getURLContext(String, Hashtable) - Static method in class javax.naming.spi.NamingManager
Creates a context for the given URL scheme id.
getURLOrDefaultInitCtx(Name) - Method in class javax.naming.InitialContext
Retrieves a context for resolving name.
getURLOrDefaultInitCtx(String) - Method in class javax.naming.InitialContext
Retrieves a context for resolving the string name name.
gotDefault - Variable in class javax.naming.InitialContext
Field indicating whether the initial context has been obtained by calling NamingManager.getInitialContext().

H

HasControls - interface javax.naming.ldap.HasControls.
This interface is for returning controls with objects returned in NamingEnumerations.
hashCode() - Method in class javax.naming.Reference
Computes the hash code of this reference.
hashCode() - Method in class javax.naming.RefAddr
Computes the hash code of this address using its address type and contents.
hashCode() - Method in class javax.naming.BinaryRefAddr
Computes the hash code of this address using its address type and contents.
hashCode() - Method in class javax.naming.CompoundName
Computes the hash code of this compound name.
hashCode() - Method in class javax.naming.CompositeName
Computes the hash code of this composite name.
hashCode() - Method in class javax.naming.directory.BasicAttribute
Calculates the hash code of this attribute.
hashCode() - Method in class javax.naming.directory.BasicAttributes
Calculates the hash code of this BasicAttributes.
hasInitialContextFactoryBuilder() - Static method in class javax.naming.spi.NamingManager
Determines whether an initial context factory builder has been set.
hasMore() - Method in interface javax.naming.NamingEnumeration
Determines whether there are any more elements in the enumeration.

I

impl - Variable in class javax.naming.CompoundName
Implementation of this compound name.
init(Hashtable) - Method in class javax.naming.InitialContext
Initializes the initial context using the supplied environment.
INITIAL_CONTEXT_FACTORY - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the initial context factory to use.
InitialContext - class javax.naming.InitialContext.
This class is the starting context for performing naming operations.
InitialContext() - Constructor for class javax.naming.InitialContext
Constructs an initial context.
InitialContext(boolean) - Constructor for class javax.naming.InitialContext
Constructs an initial context with the option of not initializing it.
InitialContext(Hashtable) - Constructor for class javax.naming.InitialContext
Constructs an initial context using the supplied environment.
InitialContextFactory - interface javax.naming.spi.InitialContextFactory.
This interface represents a factory that creates an initial context.
InitialContextFactoryBuilder - interface javax.naming.spi.InitialContextFactoryBuilder.
This interface represents a builder that creates initial context factories.
InitialDirContext - class javax.naming.directory.InitialDirContext.
This class is the starting context for performing directory operations.
InitialDirContext() - Constructor for class javax.naming.directory.InitialDirContext
Constructs an initial DirContext.
InitialDirContext(boolean) - Constructor for class javax.naming.directory.InitialDirContext
Constructs an initial DirContext with the option of not initializing it.
InitialDirContext(Hashtable) - Constructor for class javax.naming.directory.InitialDirContext
Constructs an initial DirContext using the supplied environment.
InitialLdapContext - class javax.naming.ldap.InitialLdapContext.
This class is the starting context for performing LDAPv3-style extended operations and controls.
InitialLdapContext() - Constructor for class javax.naming.ldap.InitialLdapContext
Constructs an initial context using no environment properties or connection request controls.
InitialLdapContext(Hashtable, Control[]) - Constructor for class javax.naming.ldap.InitialLdapContext
Constructs an initial context using environment properties and connection request controls.
InsufficientResourcesException - exception javax.naming.InsufficientResourcesException.
This exception is thrown when resources are not available to complete the requested operation.
InsufficientResourcesException() - Constructor for class javax.naming.InsufficientResourcesException
Constructs a new instance of InsufficientResourcesException with all name resolution fields and explanation initialized to null.
InsufficientResourcesException(String) - Constructor for class javax.naming.InsufficientResourcesException
Constructs a new instance of InsufficientResourcesException using an explanation.
InterruptedNamingException - exception javax.naming.InterruptedNamingException.
This exception is thrown when the naming operation being invoked has been interrupted.
InterruptedNamingException() - Constructor for class javax.naming.InterruptedNamingException
Constructs an instance of InterruptedNamingException with all name resolution fields and explanation initialized to null.
InterruptedNamingException(String) - Constructor for class javax.naming.InterruptedNamingException
Constructs an instance of InterruptedNamingException using an explanation of the problem.
InvalidAttributeIdentifierException - exception javax.naming.directory.InvalidAttributeIdentifierException.
This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier.
InvalidAttributeIdentifierException() - Constructor for class javax.naming.directory.InvalidAttributeIdentifierException
Constructs a new instance of InvalidAttributeIdentifierException.
InvalidAttributeIdentifierException(String) - Constructor for class javax.naming.directory.InvalidAttributeIdentifierException
Constructs a new instance of InvalidAttributeIdentifierException using the explanation supplied.
InvalidAttributesException - exception javax.naming.directory.InvalidAttributesException.
This exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly.
InvalidAttributesException() - Constructor for class javax.naming.directory.InvalidAttributesException
Constructs a new instance of InvalidAttributesException.
InvalidAttributesException(String) - Constructor for class javax.naming.directory.InvalidAttributesException
Constructs a new instance of InvalidAttributesException using an explanation.
InvalidAttributeValueException - exception javax.naming.directory.InvalidAttributeValueException.
This class is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.
InvalidAttributeValueException() - Constructor for class javax.naming.directory.InvalidAttributeValueException
Constructs a new instance of InvalidAttributeValueException.
InvalidAttributeValueException(String) - Constructor for class javax.naming.directory.InvalidAttributeValueException
Constructs a new instance of InvalidAttributeValueException using an explanation.
InvalidNameException - exception javax.naming.InvalidNameException.
This exception indicates that the name being specified does not conform to the naming syntax of a naming system.
InvalidNameException() - Constructor for class javax.naming.InvalidNameException
Constructs an instance of InvalidNameException with all fields set to null.
InvalidNameException(String) - Constructor for class javax.naming.InvalidNameException
Constructs an instance of InvalidNameException using an explanation of the problem.
InvalidSearchControlsException - exception javax.naming.directory.InvalidSearchControlsException.
This exception is thrown when the specification of the SearchControls for a search operation is invalid.
InvalidSearchControlsException() - Constructor for class javax.naming.directory.InvalidSearchControlsException
Constructs a new instance of InvalidSearchControlsException.
InvalidSearchControlsException(String) - Constructor for class javax.naming.directory.InvalidSearchControlsException
Constructs a new instance of InvalidSearchControlsException with an explanation.
InvalidSearchFilterException - exception javax.naming.directory.InvalidSearchFilterException.
This exception is thrown when the specification of a search filter is invalid.
InvalidSearchFilterException() - Constructor for class javax.naming.directory.InvalidSearchFilterException
Constructs a new instance of InvalidSearchFilterException.
InvalidSearchFilterException(String) - Constructor for class javax.naming.directory.InvalidSearchFilterException
Constructs a new instance of InvalidSearchFilterException with an explanation.
isCaseIgnored() - Method in interface javax.naming.directory.Attributes
Determines whether the attribute set ignores the case of attribute identifiers when retrieving or adding attributes.
isCaseIgnored() - Method in class javax.naming.directory.BasicAttributes
 
isCritical() - Method in interface javax.naming.ldap.Control
Determines the criticality of the LDAP control.
isEmpty() - Method in interface javax.naming.Name
Determines whether this name is empty.
isEmpty() - Method in class javax.naming.CompoundName
Determines whether this compound name is empty.
isEmpty() - Method in class javax.naming.CompositeName
Determines whether this composite name is empty.
isOrdered() - Method in class javax.naming.directory.BasicAttribute
 
isOrdered() - Method in interface javax.naming.directory.Attribute
Determines whether this attribute's values are ordered.
isRelative() - Method in class javax.naming.NameClassPair
Determines whether the name of this binding is relative to the target context (which is named by the first parameter of the list() method).

J

javax.naming - package javax.naming
Provides the classes and interfaces for accessing naming services.
javax.naming.directory - package javax.naming.directory
Extends the javax.naming package to provide functionality for accessing directory services.
javax.naming.event - package javax.naming.event
Provides support for event notification when accessing naming and directory services.
javax.naming.ldap - package javax.naming.ldap
Provides support for LDAPv3 extended operations and controls.
javax.naming.spi - package javax.naming.spi
Provides the means for dynamically plugging in support for accessing naming and directory services through the javax.naming and related packages.

L

LANGUAGE - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the preferred language to use with the service.
LdapContext - interface javax.naming.ldap.LdapContext.
This interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-style extended operations.
LdapReferralException - exception javax.naming.ldap.LdapReferralException.
This abstract class is used to represent an LDAP referral exception.
LdapReferralException() - Constructor for class javax.naming.ldap.LdapReferralException
Constructs a new instance of LdapReferralException.
LdapReferralException(String) - Constructor for class javax.naming.ldap.LdapReferralException
Constructs a new instance of LdapReferralException using the explanation supplied.
LimitExceededException - exception javax.naming.LimitExceededException.
This exception is thrown when a method terminates abnormally due to a user or system specified limit.
LimitExceededException() - Constructor for class javax.naming.LimitExceededException
Constructs a new instance of LimitExceededException with all name resolution fields and explanation initialized to null.
LimitExceededException(String) - Constructor for class javax.naming.LimitExceededException
Constructs a new instance of LimitExceededException using an explanation.
LinkException - exception javax.naming.LinkException.
This exception is used to describe problems encounter while resolving links.
LinkException() - Constructor for class javax.naming.LinkException
Constructs a new instance of LinkException.
LinkException(String) - Constructor for class javax.naming.LinkException
Constructs a new instance of LinkException with an explanation All the other fields are initialized to null.
linkExplanation - Variable in class javax.naming.LinkException
Contains the exception of why resolution of the link failed.
LinkLoopException - exception javax.naming.LinkLoopException.
This exception is thrown when a loop was detected will attempting to resolve a link, or an implementation specific limit on link counts has been reached.
LinkLoopException() - Constructor for class javax.naming.LinkLoopException
Constructs a new instance of LinkLoopException.
LinkLoopException(String) - Constructor for class javax.naming.LinkLoopException
Constructs a new instance of LinkLoopException with an explanation All the other fields are initialized to null.
LinkRef - class javax.naming.LinkRef.
This class represents a Reference whose contents is a name, called the link name, that is bound to an atomic name in a context.
LinkRef(Name) - Constructor for class javax.naming.LinkRef
Constructs a LinkRef for a name.
LinkRef(String) - Constructor for class javax.naming.LinkRef
Constructs a LinkRef for a string name.
linkRemainingName - Variable in class javax.naming.LinkException
Contains the remaining link name that has not been resolved yet.
linkResolvedName - Variable in class javax.naming.LinkException
Contains the part of the link that has been successfully resolved.
linkResolvedObj - Variable in class javax.naming.LinkException
Contains the object to which resolution of the part of the link was successful.
list(Name) - Method in class javax.naming.InitialContext
 
list(Name) - Method in interface javax.naming.Context
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class javax.naming.InitialContext
 
list(String) - Method in interface javax.naming.Context
Enumerates the names bound in the named context, along with the class names of objects bound to them.
listBindings(Name) - Method in class javax.naming.InitialContext
 
listBindings(Name) - Method in interface javax.naming.Context
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class javax.naming.InitialContext
 
listBindings(String) - Method in interface javax.naming.Context
Enumerates the names bound in the named context, along with the objects bound to them.
lookup(Name) - Method in class javax.naming.InitialContext
 
lookup(Name) - Method in interface javax.naming.Context
Retrieves the named object.
lookup(String) - Method in class javax.naming.InitialContext
 
lookup(String) - Method in interface javax.naming.Context
Retrieves the named object.
lookupLink(Name) - Method in class javax.naming.InitialContext
 
lookupLink(Name) - Method in interface javax.naming.Context
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class javax.naming.InitialContext
 
lookupLink(String) - Method in interface javax.naming.Context
Retrieves the named object, following links except for the terminal atomic component of the name.

M

MalformedLinkException - exception javax.naming.MalformedLinkException.
This exception is thrown when a malformed link was encountered while resolving or constructing a link.
MalformedLinkException() - Constructor for class javax.naming.MalformedLinkException
Constructs a new instance of Malformed LinkException.
MalformedLinkException(String) - Constructor for class javax.naming.MalformedLinkException
Constructs a new instance of MalformedLinkException with an explanation All the other fields are initialized to null.
ModificationItem - class javax.naming.directory.ModificationItem.
This class represents a modification item.
ModificationItem(int, Attribute) - Constructor for class javax.naming.directory.ModificationItem
Creates a new instance of ModificationItem.
modifyAttributes(Name, int, Attributes) - Method in interface javax.naming.directory.DirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, int, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
modifyAttributes(Name, ModificationItem[]) - Method in interface javax.naming.directory.DirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(Name, ModificationItem[]) - Method in class javax.naming.directory.InitialDirContext
 
modifyAttributes(String, int, Attributes) - Method in interface javax.naming.directory.DirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
modifyAttributes(String, ModificationItem[]) - Method in interface javax.naming.directory.DirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class javax.naming.directory.InitialDirContext
 
myProps - Variable in class javax.naming.InitialContext
The environment associated with this InitialContext.
mySyntax - Variable in class javax.naming.CompoundName
Syntax properties for this compound name.

N

Name - interface javax.naming.Name.
The Name interface represents a generic name -- an ordered sequence of components.
NameAlreadyBoundException - exception javax.naming.NameAlreadyBoundException.
This exception is thrown by methods to indicate that a binding cannot be added because the name is already bound to another object.
NameAlreadyBoundException() - Constructor for class javax.naming.NameAlreadyBoundException
Constructs a new instance of NameAlreadyBoundException.
NameAlreadyBoundException(String) - Constructor for class javax.naming.NameAlreadyBoundException
Constructs a new instance of NameAlreadyBoundException using the explanation supplied.
NameClassPair - class javax.naming.NameClassPair.
This class represents the object name and class name pair of a binding found in a context.
NameClassPair(String, String) - Constructor for class javax.naming.NameClassPair
Constructs an instance of a NameClassPair given its name and class name.
NameClassPair(String, String, boolean) - Constructor for class javax.naming.NameClassPair
Constructs an instance of a NameClassPair given its name, class name, and whether it is relative to the listing context.
NameNotFoundException - exception javax.naming.NameNotFoundException.
This exception is thrown when a component of the name cannot be resolved because it is not bound.
NameNotFoundException() - Constructor for class javax.naming.NameNotFoundException
Constructs a new instance of NameNotFoundException.