All Classes
-
All Classes Interface Summary Enum Summary Exception Summary Class Description LDAPActivityContextInterfaceFactory Represents an interface for factory (implemented by the SLEE) to provideActivityContextInterface
instances for LDAP activities.LDAPAddRequest Represents an LDAP add request, which can be used to perform an LDAPv3 add operation to create a new entry in the directory.LDAPAttribute Represents a data structure for holding information about an LDAP attribute, which includes an attribute name (which may include a set of attribute options) and zero or more values.LDAPBindRequest Represents an LDAP bind request, which can be used to perform an LDAPv3 simple bind operation to authenticate using a bind DN and password.LDAPCompareRequest Represents an LDAP compare request, which can be used to perform an LDAPv3 compare operation to determine whether a specified entry contains a given attribute value.LDAPCompareResultEvent Represents the result for an LDAP compare operation.LDAPConnectionException Represents an exception that can be thrown when the LDAP client cannot connect with the LDAP server.LDAPDeleteRequest Represents an LDAP delete request, which can be used to perform an LDAPv3 delete operation to remove an entry from the directory.LDAPEntry Represents a data structure for holding information about an LDAP entry.LDAPException Represents an exception that can be thrown when general errors occur, or if a problem occurs while performing an LDAP operation.LDAPMessageFactory Represents a factory interface that provides methods for creating LDAP objects.LDAPModification Represents a data structure for holding information about an LDAP modification, which describes a change to apply to an attribute.LDAPModificationType Represents a data type for modification type values.LDAPModifyDNRequest Represents an LDAP modify DN request, which can be used to perform an LDAPv3 modify DN operation to rename and/or move an entry or subtree in the directory.LDAPModifyRequest Represents an LDAP modify request, which can be used to perform an LDAPv3 modify operation to update an entry in the directory server.LDAPProvider Represents a provider interface for applications that want to send LDAP requests.LDAPRequest A base interface for LDAP requests.LDAPRequestActivity Represents an outgoing request activity, created when an application sends an LDAP request.LDAPResultEvent Represents the result for an LDAP operation.LDAPSearchRequest Represents an LDAP search request, which can be used to perform an LDAPv3 search operation to retrieve entries that match a given set of criteria.LDAPSearchResult Represents the result of an LDAP search operation.LDAPSearchResultEvent Represents the result for an LDAP search operation.LDAPSearchScope Represents a data type for search scope values.