JNDI 1.2
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 interface javax.naming.directory.Attribute
Adds an attribute value to the ordered list of attribute values.
add(int, Object) - Method in class javax.naming.directory.BasicAttribute
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 interface javax.naming.directory.Attribute
Adds a new value to the attribute.
add(Object) - Method in class javax.naming.directory.BasicAttribute
Adds a new value to this 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
Adds a new environment property to the environment of this context.
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
Binds a name to an object.
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
Binds a name to an object, along with associated attributes.
bind(String, Object) - Method in class javax.naming.InitialContext
Binds a name to an object.
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
Binds a name to an object, along with associated attributes.
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 interface javax.naming.directory.Attribute
Removes all values from this attribute.
clear() - Method in class javax.naming.directory.BasicAttribute
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 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.BasicAttribute
Makes a copy of this attribute.
clone() - Method in class javax.naming.directory.BasicAttributes
Makes a copy of this attribute set.
close() - Method in class javax.naming.InitialContext
Closes this context.
close() - Method in interface javax.naming.Context
Closes this context.
close() - Method in interface javax.naming.NamingEnumeration
Closes this enumeration.
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 interface javax.naming.directory.Attribute
Determines whether a value is in the attribute.
contains(Object) - Method in class javax.naming.directory.BasicAttribute
Determines whether a value is in this 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
Creates and binds a new context.
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
Creates and binds a new context, along with associated attributes.
createSubcontext(String) - Method in class javax.naming.InitialContext
Creates and binds a new context.
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
Creates and binds a new context, along with associated attributes.
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
Destroys the named context and removes it from the namespace.
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
Destroys the named context and removes it from the namespace.
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 interface javax.naming.ldap.LdapContext
Performs an extended operation.
extendedOperation(ExtendedRequest) - Method in class javax.naming.ldap.InitialLdapContext
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 interface javax.naming.directory.Attribute
Retrieves one of this attribute's values.
get() - Method in class javax.naming.directory.BasicAttribute
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 interface javax.naming.directory.Attribute
Retrieves the attribute value from the ordered list of attribute values.
get(int) - Method in class javax.naming.directory.BasicAttribute
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
Retrieves the attribute with the given attribute id from this set.
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 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.BasicAttribute
Retrieves an enumeration of this attribute's values.
getAll() - Method in class javax.naming.directory.BasicAttributes
Retrieves an enumeration of the attributes in this attribute set.
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 interface javax.naming.directory.Attribute
Retrieves the attribute's schema definition.
getAttributeDefinition() - Method in class javax.naming.directory.BasicAttribute
Retrieves this 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
Retrieves selected attributes associated with a named object.
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
Retrieves selected attributes associated with a named object.
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
Retrieves all of the attributes associated with a named object.
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
Retrieves all of the attributes associated with a named object.
getAttributeSyntaxDefinition() - Method in interface javax.naming.directory.Attribute
Retrieves the syntax definition associated with the attribute.
getAttributeSyntaxDefinition() - Method in class javax.naming.directory.BasicAttribute
Retrieves the syntax definition associated with this 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 interface javax.naming.ldap.LdapContext
Retrieves the connection request controls in effect for this context.
getConnectControls() - Method in class javax.naming.ldap.InitialLdapContext
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.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.
getEncodedValue() - Method in interface javax.naming.ldap.Control
Retrieves the ASN.1 BER encoded value of the LDAP control.
getEnvironment() - Method in class javax.naming.CannotProceedException
Retrieves the environment that was in effect when this exception was created.
getEnvironment() - Method in class javax.naming.InitialContext
Retrieves the environment in effect for this context.
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 interface javax.naming.directory.Attribute
Retrieves the id of this attribute.
getID() - Method in class javax.naming.directory.BasicAttribute
Retrieves the id of this attribute.
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.
getID() - Method in interface javax.naming.ldap.Control
Retrieves the object identifier assigned for the LDAP control.
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
Retrieves an enumeration of the ids of the attributes in this attribute set.
getInitialContext(Hashtable) - Method in interface javax.naming.spi.InitialContextFactory
Creates an Initial Context for beginning name resolution.
getInitialContext(Hashtable) - Static method in class javax.naming.spi.NamingManager
Creates an initial context using the specified environment properties.
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
Retrieves the full name of this context within its own namespace.
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
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in interface javax.naming.Context
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class javax.naming.InitialContext
Retrieves the parser associated with the named context.
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) - 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) - Method in interface javax.naming.spi.ObjectFactory
Creates an object using the location or reference information specified.
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 interface javax.naming.ldap.LdapContext
Retrieves the request controls in effect for this context.
getRequestControls() - Method in class javax.naming.ldap.InitialLdapContext
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 interface javax.naming.ldap.LdapContext
Retrieves the response controls produced as a result of the last method invoked on this context.
getResponseControls() - Method in class javax.naming.ldap.InitialLdapContext
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
Retrieves the schema associated with the named object.
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
Retrieves the schema associated with the named object.
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
Retrieves a context containing the schema objects of the named object's class definitions.
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
Retrieves a context containing the schema objects of the named object's class definitions.
getSearchScope() - Method in class javax.naming.directory.SearchControls
Retrieves the search scope of these Controls.
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) - Method in interface javax.naming.spi.DirStateFactory
Retrieves the state of an object for binding given the object and attributes to be transformed.
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.
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 Controls 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
Determines whether this attribute set ignores the case of attribute identifiers when retrieving or adding attributes.
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 interface javax.naming.directory.Attribute
Determines whether this attribute's values are ordered.
isOrdered() - Method in class javax.naming.directory.BasicAttribute
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
Enumerates the names bound in the named context, along with the class names of objects bound to them.
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
Enumerates the names bound in the named context, along with the class names of objects bound to them.
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
Enumerates the names bound in the named context, along with the objects bound to them.
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
Enumerates the names bound in the named context, along with the objects bound to them.
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
Retrieves the named object.
lookup(Name) - Method in interface javax.naming.Context
Retrieves the named object.
lookup(String) - Method in class javax.naming.InitialContext
Retrieves the named object.
lookup(String) - Method in interface javax.naming.Context
Retrieves the named object.
lookupLink(Name) - Method in class javax.naming.InitialContext
Retrieves the named object, following links except for the terminal atomic component of the name.
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
Retrieves the named object, following links except for the terminal atomic component of the name.
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
Modifies the attributes associated with a named object.
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
Modifies the attributes associated with a named object using an an ordered list of modifications.
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
Modifies the attributes associated with a named object.
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
Modifies the attributes associated with a named object using an an ordered list of modifications.
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.
NameNotFoundException(String) - Constructor for class javax.naming.NameNotFoundException
Constructs a new instance of NameNotFoundException using the explanation supplied.
NameParser - interface javax.naming.NameParser.
This interface is used for parsing names from a hierarchical namespace.
NamespaceChangeListener - interface javax.naming.event.NamespaceChangeListener.
Specifies the methods that a listener interested in namespace changes must implement.
NamingEnumeration - interface javax.naming.NamingEnumeration.
This interface is for enumerating lists returned by methods in the javax.naming and javax.naming.directory packages.
NamingEvent - class javax.naming.event.NamingEvent.
This class represents an event fired by a naming/directory service.
NamingEvent(EventContext, int, Binding, Binding, Object) - Constructor for class javax.naming.event.NamingEvent
Constructs an instance of NamingEvent.
NamingException - exception javax.naming.NamingException.
This is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces.
NamingException() - Constructor for class javax.naming.NamingException
Constructs a new NamingException.
NamingException(String) - Constructor for class javax.naming.NamingException
Constructs a new NamingException with an explanation.
NamingExceptionEvent - class javax.naming.event.NamingExceptionEvent.
This class represents an event fired when the procedures/processes used to collect information for notifying listeners of NamingEvents threw a NamingException.
NamingExceptionEvent(EventContext, NamingException) - Constructor for class javax.naming.event.NamingExceptionEvent
Constructs an instance of NamingExceptionEvent using the context in which the NamingException was thrown and the exception that was thrown.
namingExceptionThrown(NamingExceptionEvent) - Method in interface javax.naming.event.NamingListener
Called when a naming exception is thrown while attempting to fire a NamingEvent.
NamingListener - interface javax.naming.event.NamingListener.
This interface is the root of listener interfaces that handle NamingEvents.
NamingManager - class javax.naming.spi.NamingManager.
This class contains methods for creating context objects and objects referred to by location information in the naming or directory service.
NamingSecurityException - exception javax.naming.NamingSecurityException.
This is the superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces.
NamingSecurityException() - Constructor for class javax.naming.NamingSecurityException
Constructs a new instance of NamingSecurityException.
NamingSecurityException(String) - Constructor for class javax.naming.NamingSecurityException
Constructs a new instance of NamingSecurityException using the explanation supplied.
newBinding - Variable in class javax.naming.event.NamingEvent
Contains information about the object after the change.
newInstance(Control[]) - Method in interface javax.naming.ldap.LdapContext
Creates a new instance of this context initialized using request controls.
newInstance(Control[]) - Method in class javax.naming.ldap.InitialLdapContext
Creates a new instance of the underlying initial context initialized using request controls.
next() - Method in interface javax.naming.NamingEnumeration
Retrieves the next element in the enumeration.
NoInitialContextException - exception javax.naming.NoInitialContextException.
This exception is thrown when no initial context implementation can be created.
NoInitialContextException() - Constructor for class javax.naming.NoInitialContextException
Constructs an instance of NoInitialContextException.
NoInitialContextException(String) - Constructor for class javax.naming.NoInitialContextException
Constructs an instance of NoInitialContextException with an explanation.
NONCRITICAL - Static variable in interface javax.naming.ldap.Control
Indicates a non-critical control.
NoPermissionException - exception javax.naming.NoPermissionException.
This exception is thrown when attempting to perform an operation for which the client has no permission.
NoPermissionException() - Constructor for class javax.naming.NoPermissionException
Constructs a new instance of NoPermissionException.
NoPermissionException(String) - Constructor for class javax.naming.NoPermissionException
Constructs a new instance of NoPermissionException using an explanation.
NoSuchAttributeException - exception javax.naming.directory.NoSuchAttributeException.
This exception is thrown when attempting to access an attribute that does not exist.
NoSuchAttributeException() - Constructor for class javax.naming.directory.NoSuchAttributeException
Constructs a new instance of NoSuchAttributeException.
NoSuchAttributeException(String) - Constructor for class javax.naming.directory.NoSuchAttributeException
Constructs a new instance of NoSuchAttributeException using an explanation.
NotContextException - exception javax.naming.NotContextException.
This exception is thrown when a naming operation proceeds to a point where a context is required to continue the operation, but the resolved object is not a context.
NotContextException() - Constructor for class javax.naming.NotContextException
Constructs a new instance of NotContextException.
NotContextException(String) - Constructor for class javax.naming.NotContextException
Constructs a new instance of NotContextException using an explanation.
notificationReceived(UnsolicitedNotificationEvent) - Method in interface javax.naming.ldap.UnsolicitedNotificationListener
Called when an unsolicited notification has been received.

O

OBJECT_ADDED - Static variable in class javax.naming.event.NamingEvent
Naming event type for indicating that a new object has been added.
OBJECT_CHANGED - Static variable in class javax.naming.event.NamingEvent
Naming event type for indicating that an object has been changed.
OBJECT_FACTORIES - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the list of object factories to use.
OBJECT_REMOVED - Static variable in class javax.naming.event.NamingEvent
Naming event type for indicating that an object has been removed.
OBJECT_RENAMED - Static variable in class javax.naming.event.NamingEvent
Naming event type for indicating that an object has been renamed.
OBJECT_SCOPE - Static variable in class javax.naming.directory.SearchControls
Search the named object.
OBJECT_SCOPE - Static variable in interface javax.naming.event.EventContext
Constant for expressing interest in events concerning the object named by the target.
objectAdded(NamingEvent) - Method in interface javax.naming.event.NamespaceChangeListener
Called when an object has been added.
objectChanged(NamingEvent) - Method in interface javax.naming.event.ObjectChangeListener
Called when an object has been changed.
ObjectChangeListener - interface javax.naming.event.ObjectChangeListener.
Specifies the method that a listener of a NamingEvent with event type of OBJECT_CHANGED must implement.
ObjectFactory - interface javax.naming.spi.ObjectFactory.
This interface represents a factory for creating an object.
ObjectFactoryBuilder - interface javax.naming.spi.ObjectFactoryBuilder.
This interface represents a builder that creates object factories.
objectRemoved(NamingEvent) - Method in interface javax.naming.event.NamespaceChangeListener
Called when an object has been removed.
objectRenamed(NamingEvent) - Method in interface javax.naming.event.NamespaceChangeListener
Called when an object has been renamed.
oldBinding - Variable in class javax.naming.event.NamingEvent
Contains information about the object before the change.
ONELEVEL_SCOPE - Static variable in class javax.naming.directory.SearchControls
Search one level of the named context.
ONELEVEL_SCOPE - Static variable in interface javax.naming.event.EventContext
Constant for expressing interest in events concerning objects in the context named by the target, excluding the context named by the target.
OperationNotSupportedException - exception javax.naming.OperationNotSupportedException.
This exception is thrown when a context implementation does not support the operation being invoked.
OperationNotSupportedException() - Constructor for class javax.naming.OperationNotSupportedException
Constructs a new instance of OperationNotSupportedException.
OperationNotSupportedException(String) - Constructor for class javax.naming.OperationNotSupportedException
Constructs a new instance of OperationNotSupportedException using an explanation.
ordered - Variable in class javax.naming.directory.BasicAttribute
A flag for recording whether this attribute's values are ordered.

P

parse(String) - Method in interface javax.naming.NameParser
Parses a name into its components.
PartialResultException - exception javax.naming.PartialResultException.
This exception is thrown to indicate that the result being returned or returned so far is partial, and that the operation cannot be completed.
PartialResultException() - Constructor for class javax.naming.PartialResultException
Constructs a new instance of PartialResultException.
PartialResultException(String) - Constructor for class javax.naming.PartialResultException
Constructs a new instance of the exception using the explanation message specified.
printStackTrace() - Method in class javax.naming.NamingException
Prints this exception's stack trace to System.err.
printStackTrace(PrintStream) - Method in class javax.naming.NamingException
Prints this exception's stack trace to a print stream.
printStackTrace(PrintWriter) - Method in class javax.naming.NamingException
Prints this exception's stack trace to a print writer.
PROVIDER_URL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying configuration information for the service provider to use.
put(Attribute) - Method in interface javax.naming.directory.Attributes
Adds a new attribute to the attribute set.
put(Attribute) - Method in class javax.naming.directory.BasicAttributes
Adds a new attribute to this attribute set.
put(String, Object) - Method in interface javax.naming.directory.Attributes
Adds a new attribute to the attribute set.
put(String, Object) - Method in class javax.naming.directory.BasicAttributes
Adds a new attribute to this attribute set.

R

rebind(Name, Object) - Method in class javax.naming.InitialContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - Method in interface javax.naming.Context
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object) - Method in class javax.naming.InitialContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in interface javax.naming.Context
Binds a name to an object, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
reconnect(Control[]) - Method in interface javax.naming.ldap.LdapContext
Reconnects to the LDAP server using the supplied controls and this context's environment.
reconnect(Control[]) - Method in class javax.naming.ldap.InitialLdapContext
Reconnects to the LDAP server using this connection request controls and the context's environment.
RefAddr - class javax.naming.RefAddr.
This class represents the address of a communications end-point.
RefAddr(String) - Constructor for class javax.naming.RefAddr
Constructs a new instance of RefAddr using its address type.
Reference - class javax.naming.Reference.
This class represents a reference to an object that is found outside of the naming/directory system.
Reference(String) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className'.
Reference(String, RefAddr) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className' and an address.
Reference(String, RefAddr, String, String) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className', the class name and location of the object's factory, and the address for the object.
Reference(String, String, String) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className', and the class name and location of the object's factory.
Referenceable - interface javax.naming.Referenceable.
This interface is implemented by an object that can provide a Reference to itself.
REFERRAL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying how referrals encountered by the service provider are to be processed.
ReferralException - exception javax.naming.ReferralException.
This abstract class is used to represent a referral exception, which is generated in response to a referral such as that returned by LDAP v3 servers.
ReferralException() - Constructor for class javax.naming.ReferralException
Constructs a new instance of ReferralException.
ReferralException(String) - Constructor for class javax.naming.ReferralException
Constructs a new instance of ReferralException using the explanation supplied.
remainingName - Variable in class javax.naming.NamingException
Contains the remaining name that has not been resolved yet.
remainingName - Variable in class javax.naming.spi.ResolveResult
Field containing the remaining name yet to be resolved.
remainingNewName - Variable in class javax.naming.CannotProceedException
Contains the remaining unresolved part of the second "name" argument to Context.rename().
REMOVE_ATTRIBUTE - Static variable in interface javax.naming.directory.DirContext
This constant specifies to delete the specified attribute values from the attribute.
remove(int) - Method in class javax.naming.Reference
Deletes the address at index posn from the list of addresses.
remove(int) - Method in interface javax.naming.Name
Removes a component from this name.
remove(int) - Method in class javax.naming.CompoundName
Deletes a component from this compound name.
remove(int) - Method in class javax.naming.CompositeName
Deletes a component from this composite name.
remove(int) - Method in interface javax.naming.directory.Attribute
Removes an attribute value from the ordered list of attribute values.
remove(int) - Method in class javax.naming.directory.BasicAttribute
Removes an attribute value from the ordered list of attribute values.
remove(Object) - Method in interface javax.naming.directory.Attribute
Removes a specified value from the attribute.
remove(Object) - Method in class javax.naming.directory.BasicAttribute
Removes a specified value from this attribute.
remove(String) - Method in interface javax.naming.directory.Attributes
Removes the attribute with the attribute id 'attrID' from the attribute set.
remove(String) - Method in class javax.naming.directory.BasicAttributes
Removes the attribute with the attribute id 'attrID' from this attribute set.
removeFromEnvironment(String) - Method in class javax.naming.InitialContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in interface javax.naming.Context
Removes an environment property from the environment of this context.
removeNamingListener(NamingListener) - Method in interface javax.naming.event.EventContext
Removes a listener from receiving naming events fired by this EventContext.
rename(Name, Name) - Method in class javax.naming.InitialContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in interface javax.naming.Context
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class javax.naming.InitialContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in interface javax.naming.Context
Binds a new name to the object bound to an old name, and unbinds the old name.
REPLACE_ATTRIBUTE - Static variable in interface javax.naming.directory.DirContext
This constant specifies to replace an attribute with specified values.
resolvedName - Variable in class javax.naming.NamingException
Contains the part of the name that has been successfully resolved.
resolvedObj - Variable in class javax.naming.NamingException
Contains the object to which resolution of the part of the name was successful.
resolvedObj - Variable in class javax.naming.spi.ResolveResult
Field containing the Object that was resolved to successfully.
Resolver - interface javax.naming.spi.Resolver.
This interface represents an "intermediate context" for name resolution.
ResolveResult - class javax.naming.spi.ResolveResult.
This class represents the result of resolution of a name.
ResolveResult() - Constructor for class javax.naming.spi.ResolveResult
Constructs an instance of ResolvedResult with the resolved object and remaining name both initialized to null.
ResolveResult(Object, Name) - Constructor for class javax.naming.spi.ResolveResult
Constructs a new instance of ResolveResult consisting of the resolved Object and the remaining name.
ResolveResult(Object, String) - Constructor for class javax.naming.spi.ResolveResult
Constructs a new instance of ResolveResult consisting of the resolved object and the remaining unresolved component.
resolveToClass(Name, Class) - Method in interface javax.naming.spi.Resolver
Partially resolves a name.
resolveToClass(String, Class) - Method in interface javax.naming.spi.Resolver
Partially resolves a name.
retryReferral() - Method in class javax.naming.ReferralException
Retries the referral currently being processed.
rootException - Variable in class javax.naming.NamingException
Contains the original exception that caused this NamingException to be thrown.

S

SchemaViolationException - exception javax.naming.directory.SchemaViolationException.
This exception is thrown when a method in some ways violates the schema.
SchemaViolationException() - Constructor for class javax.naming.directory.SchemaViolationException
Constructs a new instance of SchemaViolationException.
SchemaViolationException(String) - Constructor for class javax.naming.directory.SchemaViolationException
Constructs a new instance of SchemaViolationException using the explanation supplied.
search(Name, Attributes) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, Attributes) - Method in class javax.naming.directory.InitialDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, Attributes, String[]) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes, String[]) - Method in class javax.naming.directory.InitialDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, String, Object[], SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class javax.naming.directory.InitialDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, SearchControls) - Method in class javax.naming.directory.InitialDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class javax.naming.directory.InitialDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes, String[]) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class javax.naming.directory.InitialDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, String, Object[], SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class javax.naming.directory.InitialDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class javax.naming.directory.InitialDirContext
Searches in the named context or object for entries that satisfy the given search filter.
SearchControls - class javax.naming.directory.SearchControls.
This class encapsultes factors that determine scope of search and what gets returned as a result of the search.
SearchControls() - Constructor for class javax.naming.directory.SearchControls
Constructs a search contraints using defaults.
SearchControls(int, long, int, String[], boolean, boolean) - Constructor for class javax.naming.directory.SearchControls
Constructs a search contraints using arguments.
SearchResult - class javax.naming.directory.SearchResult.
This class represents an item in the NamingEnumeration returned as a result of the DirContext.search() methods.
SearchResult(String, Object, Attributes) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its bound object, and its attributes.
SearchResult(String, Object, Attributes, boolean) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its bound object, and its attributes, and whether the name is relative.
SearchResult(String, String, Object, Attributes) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its class name, its bound object, and its attributes.
SearchResult(String, String, Object, Attributes, boolean) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its class name, its bound object, its attributes, and whether the name is relative.
SECURITY_AUTHENTICATION - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the security level to use.
SECURITY_CREDENTIALS - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the credentials of the principal for authenticating the caller to the service.
SECURITY_PRINCIPAL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the identity of the principal for authenticating the caller to the service.
SECURITY_PROTOCOL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the security protocol to use.
serialVersionUID - Static variable in interface javax.naming.directory.Attribute
Use serialVersionUID from JNDI 1.1.1 for interoperability
ServiceUnavailableException - exception javax.naming.ServiceUnavailableException.
This exception is thrown when attempting to communcate with a directory or naming service and that service is not available.
ServiceUnavailableException() - Constructor for class javax.naming.ServiceUnavailableException
Constructs a new instance of ServiceUnavailableException.
ServiceUnavailableException(String) - Constructor for class javax.naming.ServiceUnavailableException
Constructs a new instance of ServiceUnavailableException using an explanation.
set(int, Object) - Method in interface javax.naming.directory.Attribute
Sets an attribute value in the ordered list of attribute values.
set(int, Object) - Method in class javax.naming.directory.BasicAttribute
Sets an attribute value in the ordered list of attribute values.
setAltName(Name) - Method in class javax.naming.CannotProceedException
Sets the altName field of this exception.
setAltNameCtx(Context) - Method in class javax.naming.CannotProceedException
Sets the altNameCtx field of this exception.
setAttributes(Attributes) - Method in class javax.naming.directory.SearchResult
Sets the attributes of this search result to attrs.
setClassName(String) - Method in class javax.naming.NameClassPair
Sets the class name of this binding.
setCountLimit(long) - Method in class javax.naming.directory.SearchControls
Sets the maximum number of entries to be returned as a result of the search.
setDerefLinkFlag(boolean) - Method in class javax.naming.directory.SearchControls
Enables/disables link dereferencing during the search.
setEnvironment(Hashtable) - Method in class javax.naming.CannotProceedException
Sets the environment that will be returned when getEnvironment() is called.
setInitialContextFactoryBuilder(InitialContextFactoryBuilder) - Static method in class javax.naming.spi.NamingManager
Sets the InitialContextFactory builder to be builder.
setLinkExplanation(String) - Method in class javax.naming.LinkException
Sets the explanation associated with the problem encounter when resolving a link.
setLinkRemainingName(Name) - Method in class javax.naming.LinkException
Sets the remaining link name field of this exception.
setLinkResolvedName(Name) - Method in class javax.naming.LinkException
Sets the resolved link name field of this exception.
setLinkResolvedObj(Object) - Method in class javax.naming.LinkException
Sets the link resolved object field of this exception.
setName(String) - Method in class javax.naming.NameClassPair
Sets the name of this binding.
setObject(Object) - Method in class javax.naming.Binding
Sets the object associated with this binding.
setObjectFactoryBuilder(ObjectFactoryBuilder) - Static method in class javax.naming.spi.NamingManager
The ObjectFactoryBuilder determines the policy used when trying to load object factories.
setRelative(boolean) - Method in class javax.naming.NameClassPair
Sets whether the name of this binding is relative to the target context (which is named by the first parameter of the list() method).
setRemainingName(Name) - Method in class javax.naming.NamingException
Sets the remaining name field of this exception.
setRemainingName(Name) - Method in class javax.naming.spi.ResolveResult
Sets the remaining name field of this result to name.
setRemainingNewName(Name) - Method in class javax.naming.CannotProceedException
Sets the "remaining new name" field of this exception.
setRequestControls(Control[]) - Method in interface javax.naming.ldap.LdapContext
Sets the request controls for methods subsequently invoked on this context.
setRequestControls(Control[]) - Method in class javax.naming.ldap.InitialLdapContext
Sets the request controls for methods subsequently invoked on this context.
setResolvedName(Name) - Method in class javax.naming.NamingException
Sets the resolved name field of this exception.
setResolvedObj(Object) - Method in class javax.naming.NamingException
Sets the resolved object field of this exception.
setResolvedObj(Object) - Method in class javax.naming.spi.ResolveResult
Sets the resolved Object field of this result to obj.
setReturningAttributes(String[]) - Method in class javax.naming.directory.SearchControls
Specifies the attributes that will be returned as part of the search.
setReturningObjFlag(boolean) - Method in class javax.naming.directory.SearchControls
Enables/disables returning objects returned as part of the result.
setRootCause(Throwable) - Method in class javax.naming.NamingException
Records that the root cause of this NamingException.
setSearchScope(int) - Method in class javax.naming.directory.SearchControls
Sets the search scope to one of: OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE.
setTimeLimit(int) - Method in class javax.naming.directory.SearchControls
Sets the time limit of these Controls in milliseconds.
setUnexecutedModifications(ModificationItem[]) - Method in class javax.naming.directory.AttributeModificationException
Sets the unexecuted modification list to be e.
size() - Method in class javax.naming.Reference
Retrieves the number of adddresses in this reference.
size() - Method in interface javax.naming.Name
Returns the number of components in this name.
size() - Method in class javax.naming.CompoundName
Retrieves the number of components in this compound name.
size() - Method in class javax.naming.CompositeName
Retrieves the number of components in this composite name.
size() - Method in interface javax.naming.directory.Attributes
Retrieves the number of attributes in the attribute set.
size() - Method in interface javax.naming.directory.Attribute
Retrieves the number of values in this attribute.
size() - Method in class javax.naming.directory.BasicAttribute
Retrieves the number of values in this attribute.
size() - Method in class javax.naming.directory.BasicAttributes
Retrieves the number of attributes in this attribute set.
SizeLimitExceededException - exception javax.naming.SizeLimitExceededException.
This exception is thrown when a method produces a result that exceeds a size-related limit.
SizeLimitExceededException() - Constructor for class javax.naming.SizeLimitExceededException
Constructs a new instance of SizeLimitExceededException.
SizeLimitExceededException(String) - Constructor for class javax.naming.SizeLimitExceededException
Constructs a new instance of SizeLimitExceededException using an explanation.
skipReferral() - Method in class javax.naming.ReferralException
Discards the referral about to be processed.
startsWith(Name) - Method in interface javax.naming.Name
Determines whether this name starts with a specified prefix.
startsWith(Name) - Method in class javax.naming.CompoundName
Determines whether a compound name is a prefix of this compound name.
startsWith(Name) - Method in class javax.naming.CompositeName
Determines whether a composite name is a prefix of this composite name.
STATE_FACTORIES - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the list of state factories to use.
StateFactory - interface javax.naming.spi.StateFactory.
This interface represents a factory for obtaining the state of an object for binding.
StringRefAddr - class javax.naming.StringRefAddr.
This class represents the string form of the address of a communications end-point.
StringRefAddr(String, String) - Constructor for class javax.naming.StringRefAddr
Constructs a new instance of StringRefAddr using its address type and contents.
SUBTREE_SCOPE - Static variable in class javax.naming.directory.SearchControls
Search the entire subtree rooted at the named object.
SUBTREE_SCOPE - Static variable in interface javax.naming.event.EventContext
Constant for expressing interest in events concerning objects in the subtree of the object named by the target, including the object named by the target.

T

targetMustExist() - Method in interface javax.naming.event.EventContext
Determines whether a listener can register interest in a target that does not exist.
TimeLimitExceededException - exception javax.naming.TimeLimitExceededException.
This exception is thrown when a method does not terminate within the specified time limit.
TimeLimitExceededException() - Constructor for class javax.naming.TimeLimitExceededException
Constructs a new instance of TimeLimitExceededException.
TimeLimitExceededException(String) - Constructor for class javax.naming.TimeLimitExceededException
Constructs a new instance of TimeLimitExceededException using the argument supplied.
toString() - Method in class javax.naming.NamingException
Generates the string representation of this exception.
toString() - Method in class javax.naming.LinkException
Generates the string representation of this exception.
toString() - Method in class javax.naming.Reference
Generates the string representation of this reference.
toString() - Method in class javax.naming.NameClassPair
Generates the string representation of this name/class pair.
toString() - Method in class javax.naming.Binding
Generates the string representation of this binding.
toString() - Method in class javax.naming.RefAddr
Generates the string representation of this address.
toString() - Method in class javax.naming.BinaryRefAddr
Generates the string representation of this address.
toString() - Method in class javax.naming.CompoundName
Generates the string representation of this compound name, using the syntax rules of the compound name.
toString() - Method in class javax.naming.CompositeName
Generates the string representation of this composite name.
toString() - Method in class javax.naming.directory.BasicAttribute
Generates the string representation of this attribute.
toString() - Method in class javax.naming.directory.SearchResult
Generates the string representation of this binding.
toString() - Method in class javax.naming.directory.BasicAttributes
Generates the string representation of this attribute set.
toString() - Method in class javax.naming.directory.ModificationItem
Generates the string representation of this modification item, which consists of the modification operation and its related attribute.
toString() - Method in class javax.naming.directory.AttributeModificationException
The string representation of this exception consists of information about where the error occurred, and the first unexecuted modification.
toString(boolean) - Method in class javax.naming.NamingException
Generates the string representation in more detail.
toString(boolean) - Method in class javax.naming.LinkException
Generates the string representation of this exception.
type - Variable in class javax.naming.event.NamingEvent
Contains the type of this event.

U

unbind(Name) - Method in class javax.naming.InitialContext
Unbinds the named object.
unbind(Name) - Method in interface javax.naming.Context
Unbinds the named object.
unbind(String) - Method in class javax.naming.InitialContext
Unbinds the named object.
unbind(String) - Method in interface javax.naming.Context
Unbinds the named object.
UnsolicitedNotification - interface javax.naming.ldap.UnsolicitedNotification.
This interface represents an unsolicited notification as defined in RFC 2251.
UnsolicitedNotificationEvent - class javax.naming.ldap.UnsolicitedNotificationEvent.
This class represents an event fired in response to an unsolicited notification sent by the LDAP server.
UnsolicitedNotificationEvent(Object, UnsolicitedNotification) - Constructor for class javax.naming.ldap.UnsolicitedNotificationEvent
Constructs a new instance of UnsolicitedNotificationEvent.
UnsolicitedNotificationListener - interface javax.naming.ldap.UnsolicitedNotificationListener.
This interface is for handling UnsolicitedNotificationEvent.
URL_PKG_PREFIXES - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the list of package prefixes to use when loading in URL context factories.

V

values - Variable in class javax.naming.directory.BasicAttribute
Holds the attribute's values.

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

For more information on JNDI, please see http://java.sun.com/products/jndi