Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.naming Classes and Interfaces - 100 results found.
NameDescriptionTypePackageFramework
AttributeInUseExceptionThis exception is thrown when an operation attempts to add an attribute that already exists.Classjavax.naming.directoryJava SE
AttributeModificationExceptionThis exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier,Classjavax.naming.directoryJava SE
AuthenticationExceptionThis exception is thrown when an authentication error occurs while accessing the naming or directory service.Classjavax.namingJava SE
AuthenticationNotSupportedExceptionThis exception is thrown when the particular flavor of authentication requested is not supported.Classjavax.namingJava SE
AttributeThis interface represents an attribute associated with a named object.Interfacejavax.naming.directoryJava SE
AttributesThis interface represents a collection of attributes.Interfacejavax.naming.directoryJava SE
BasicAttributeThis class provides a basic implementation of the Attribute interface.Classjavax.naming.directoryJava SE
BasicAttributesThis class provides a basic implementation of the Attributes interface.Classjavax.naming.directoryJava SE
BasicControlThis class provides a basic implementation of the Control interface.Classjavax.naming.ldapJava SE
BinaryRefAddrThis class represents the binary form of the address of a communications end-point.Classjavax.namingJava SE
BindingThis class represents a name-to-object binding found in a context.Classjavax.namingJava SE
CannotProceedExceptionThis exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further.Classjavax.namingJava SE
CommunicationExceptionThis exception is thrown when the client is unable to communicate with the directory or naming service.Classjavax.namingJava SE
CompositeNameThis class represents a composite name -- a sequence of component names spanning multiple namespaces.Classjavax.namingJava SE
CompoundNameThis class represents a compound name -- a name from a hierarchical name space.Classjavax.namingJava SE
ConfigurationExceptionThis exception is thrown when there is a configuration problem.Classjavax.namingJava SE
ContextNotEmptyExceptionThis exception is thrown when attempting to destroy a context that If the program wants to handle this exception in particular, itClassjavax.namingJava SE
ControlFactoryThis abstract class represents a factory for creating LDAPv3 controls.Classjavax.naming.ldapJava SE
ContextThis interface represents a naming context, which consists of a set of name-to-object bindings.Interfacejavax.namingJava SE
ControlThis interface represents an LDAPv3 control as defined in The LDAPv3 protocol uses controls to send and receive additional dataInterfacejavax.naming.ldapJava SE
DirectoryManagerThis class contains methods for supporting DirContext This class is an extension of NamingManager.Classjavax.naming.spiJava SE
DirStateFactory .ResultAn object/attributes pair for returning the result of DirStateFactory.Classjavax.naming.spi.DirStateFactoryJava SE
DirContextThe directory service interface, containing methods for examining and updating attributesInterfacejavax.naming.directoryJava SE
DirObjectFactoryThis interface represents a factory for creating an object given an object and attributes about the object.Interfacejavax.naming.spiJava SE
DirStateFactoryThis interface represents a factory for obtaining the state of an object and corresponding attributes for binding.Interfacejavax.naming.spiJava SE
EventContextContains methods for registering/deregistering listeners to be notified of events fired when objects named in a context changes.Interfacejavax.naming.eventJava SE
EventDirContextContains methods for registering listeners to be notified of events fired when objects named in a directory context changes.Interfacejavax.naming.eventJava SE
ExtendedRequestThis interface represents an LDAPv3 extended operation request as defined in ExtendedRequest ::= [APPLICATION 23] SEQUENCE {Interfacejavax.naming.ldapJava SE
ExtendedResponseThis interface represents an LDAP extended operation response as defined in ExtendedResponse ::= [APPLICATION 24] SEQUENCE {Interfacejavax.naming.ldapJava SE
HasControlsThis interface is for returning controls with objects returned in NamingEnumerations.Interfacejavax.naming.ldapJava SE
InitialContextThis class is the starting context for performing naming operations.Classjavax.namingJava SE
InitialDirContextThis class is the starting context for performing directory operations.Classjavax.naming.directoryJava SE
InitialLdapContextThis class is the starting context for performing LDAPv3-style extended operations and controls.Classjavax.naming.ldapJava SE
InsufficientResourcesExceptionThis exception is thrown when resources are not available to complete the requested operation.Classjavax.namingJava SE
InterruptedNamingExceptionThis exception is thrown when the naming operation being invoked has been interrupted.Classjavax.namingJava SE
InvalidAttributeIdentifierExceptionThis exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier.Classjavax.naming.directoryJava SE
InvalidAttributesExceptionThis exception is thrown when an attempt is made to add or modify an attribute set that has been specifiedClassjavax.naming.directoryJava SE
InvalidAttributeValueExceptionThis class is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute'sClassjavax.naming.directoryJava SE
InvalidNameExceptionThis exception indicates that the name being specified does not conform to the naming syntax of a naming system.Classjavax.namingJava SE
InvalidSearchControlsExceptionThis exception is thrown when the specification of the SearchControls for a search operation is invalid.Classjavax.naming.directoryJava SE
InvalidSearchFilterExceptionThis exception is thrown when the specification of a search filter is invalid.Classjavax.naming.directoryJava SE
InitialContextFactoryThis interface represents a factory that creates an initial context.Interfacejavax.naming.spiJava SE
InitialContextFactoryBuilderThis interface represents a builder that creates initial context factories.Interfacejavax.naming.spiJava SE
LdapNameThis class represents a distinguished name as specified by A distinguished name, or DN, is composed of an ordered list ofClassjavax.naming.ldapJava SE
LdapReferralExceptionThis abstract class is used to represent an LDAP referral exception.Classjavax.naming.ldapJava SE
LimitExceededExceptionThis exception is thrown when a method terminates abnormally due to a user or system specified limit.Classjavax.namingJava SE
LinkExceptionThis exception is used to describe problems encountered while resolving links.Classjavax.namingJava SE
LinkLoopExceptionThis exception is thrown when a loop was detected while attempting to resolve a link, or an implementationClassjavax.namingJava SE
LinkRefThis class represents a Reference whose contents is a name, called the link name, that is bound to an atomic name in a context.Classjavax.namingJava SE
LdapContextThis interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-styleInterfacejavax.naming.ldapJava SE
MalformedLinkExceptionThis exception is thrown when a malformed link was encountered while resolving or constructing a link.Classjavax.namingJava SE
ManageReferralControlRequests that referral and other special LDAP objects be manipulated as normal LDAP objects.Classjavax.naming.ldapJava SE
ModificationItemThis class represents a modification item.Classjavax.naming.directoryJava SE
NameAlreadyBoundExceptionThis exception is thrown by methods to indicate that a binding cannot be added because the name is already bound toClassjavax.namingJava SE
NameClassPairThis class represents the object name and class name pair of a binding found in a context.Classjavax.namingJava SE
NameNotFoundExceptionThis exception is thrown when a component of the name cannot be resolved because it is not bound.Classjavax.namingJava SE
NamingEventThis class represents an event fired by a naming/directory service.Classjavax.naming.eventJava SE
NamingExceptionThis is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces.Classjavax.namingJava SE
NamingExceptionEventThis class represents an event fired when the procedures/processes used to collect information for notifying listeners ofClassjavax.naming.eventJava SE
NamingManagerThis class contains methods for creating context objects and objects referred to by location information in the namingClassjavax.naming.spiJava SE
NamingSecurityExceptionThis is the superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces.Classjavax.namingJava SE
NoInitialContextExceptionThis exception is thrown when no initial context implementation can be created.Classjavax.namingJava SE
NoPermissionExceptionThis exception is thrown when attempting to perform an operation for which the client has no permission.Classjavax.namingJava SE
NoSuchAttributeExceptionThis exception is thrown when attempting to access an attribute that does not exist.Classjavax.naming.directoryJava SE
NotContextExceptionThis exception is thrown when a naming operation proceeds to a point where a context is required to continue the operation, but theClassjavax.namingJava SE
NameThe Name interface represents a generic name -- an ordered sequence of components.Interfacejavax.namingJava SE
NameParserThis interface is used for parsing names from a hierarchical namespace.Interfacejavax.namingJava SE
NamespaceChangeListenerSpecifies the methods that a listener interested in namespace changes Specifically, the listener is interested in NamingEventsInterfacejavax.naming.eventJava SE
NamingEnumerationThis interface is for enumerating lists returned by methods in the javax.Interfacejavax.namingJava SE
NamingListenerThis interface is the root of listener interfaces that handle NamingEvents.Interfacejavax.naming.eventJava SE
OperationNotSupportedExceptionThis exception is thrown when a context implementation does not support the operation being invoked.Classjavax.namingJava SE
ObjectChangeListenerSpecifies the method that a listener of a NamingEvent with event type of OBJECT_CHANGED must implement.Interfacejavax.naming.eventJava SE
ObjectFactoryThis interface represents a factory for creating an object.Interfacejavax.naming.spiJava SE
ObjectFactoryBuilderThis interface represents a builder that creates object factories.Interfacejavax.naming.spiJava SE
PagedResultsControlRequests that the results of a search operation be returned by the LDAP server in batches of a specified size.Classjavax.naming.ldapJava SE
PagedResultsResponseControlIndicates the end of a batch of search results.Classjavax.naming.ldapJava SE
PartialResultExceptionThis exception is thrown to indicate that the result being returned or returned so far is partial, and that the operation cannotClassjavax.namingJava SE
RdnThis class represents a relative distinguished name, or RDN, which is a component of a distinguished name as specified byClassjavax.naming.ldapJava SE
RefAddrThis class represents the address of a communications end-point.Classjavax.namingJava SE
ReferenceThis class represents a reference to an object that is found outside of the naming/directory system.Classjavax.namingJava SE
ReferralExceptionThis abstract class is used to represent a referral exception, which is generated in response to a referralClassjavax.namingJava SE
ResolveResultThis class represents the result of resolution of a name.Classjavax.naming.spiJava SE
ReferenceableThis interface is implemented by an object that can provide a Reference to itself.Interfacejavax.namingJava SE
ResolverThis interface represents an intermediate context for name resolution.Interfacejavax.naming.spiJava SE
SchemaViolationExceptionThis exception is thrown when a method in some ways violates the schema.Classjavax.naming.directoryJava SE
SearchControlsThis class encapsulates factors that determine scope of search and what gets returnedClassjavax.naming.directoryJava SE
SearchResultThis class represents an item in the NamingEnumeration returned as a result of the DirContext.Classjavax.naming.directoryJava SE
ServiceUnavailableExceptionThis exception is thrown when attempting to communicate with a directory or naming service and that service is not available.Classjavax.namingJava SE
SizeLimitExceededExceptionThis exception is thrown when a method produces a result that exceeds a size-related limit.Classjavax.namingJava SE
SortControlRequests that the results of a search operation be sorted by the LDAP server before being returned.Classjavax.naming.ldapJava SE
SortKeyA sort key and its associated sort parameters.Classjavax.naming.ldapJava SE
SortResponseControlIndicates whether the requested sort of search results was successful or not.Classjavax.naming.ldapJava SE
StartTlsRequestThis class implements the LDAPv3 Extended Request for StartTLS as Lightweight DirectoryClassjavax.naming.ldapJava SE
StartTlsResponseThis class implements the LDAPv3 Extended Response for StartTLS as Lightweight DirectoryClassjavax.naming.ldapJava SE
StringRefAddrThis class represents the string form of the address of a communications end-point.Classjavax.namingJava SE
StateFactoryThis interface represents a factory for obtaining the state of an object for binding.Interfacejavax.naming.spiJava SE
TimeLimitExceededExceptionThis exception is thrown when a method does not terminate within the specified time limit.Classjavax.namingJava SE
UnsolicitedNotificationEventThis class represents an event fired in response to an unsolicited notification sent by the LDAP server.Classjavax.naming.ldapJava SE
UnsolicitedNotificationThis interface represents an unsolicited notification as defined in An unsolicited notification is sent by the LDAP server to the LDAPInterfacejavax.naming.ldapJava SE
UnsolicitedNotificationListenerThis interface is for handling UnsolicitedNotificationEvent.Interfacejavax.naming.ldapJava SE