All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| BERAny |
This class is for the "any" object that is unknown to the
BER package but conforms to BER rules.
|
| BERBitString |
This class is for the BitString object.
|
| BERBoolean |
This class is for the Boolean object.
|
| BERCharacterString |
This is an abstract base class for character string types.
|
| BERChoice |
This class is for the Choice object.
|
| BERConstruct |
This abstract class serves as a based class for constructed
types such as sequence or set.
|
| BERElement |
This class is for the tagged object type.
|
| BEREnumerated |
This class is for the Enumerated object.
|
| BERInteger |
This class is for the Integer object.
|
| BERIntegral |
This is the base class for integral types such as Integer and
Enumerated.
|
| BERNull |
This class is for the NULL type.
|
| BERNumericString |
This class is for the NumericString type.
|
| BERObjectId |
This class is for the Object ID object.
|
| BEROctetString |
This class is for the OctetString type.
|
| BERPrintableString |
This class is for the PrintableString type.
|
| BERReal |
This class is for the Real object.
|
| BERSequence |
This class is for the Sequence object.
|
| BERSet |
This class is for the Set object.
|
| BERTag |
This class is for the tagged object type.
|
| BERTagDecoder |
This is an abstract class which should be extended
for use by the BERTag class in decoding application
specific BER tags.
|
| BERUTCTime |
This class is for the UTCTime object.
|
| BERVisibleString |
This class is for the VisibleString object.
|
| ByteBuf |
This class is similar to the java.lang.StringBuffer
class.
|
| ClientFactory |
An interface for creating instances of SaslClient.
|
| ConnectionPool |
Connection pool, typically used by a server to avoid creating
a new connection for each client
|
| DisplayString |
|
| DisplayStringBeanInfo |
BeanInfo for displaying string
|
| DN |
Objects of this class represent distinguished names (DN).
|
| DSMLWriter |
Class for outputting LDAP entries to a stream as DSML.
|
| GetOpt |
This class is similar to the getopt() function in
UNIX System V.
|
| JDAPAbandonRequest |
This class implements the abandon request.
|
| JDAPAddRequest |
This class implements the add request.
|
| JDAPAddResponse |
This class implements the add response.
|
| JDAPAVA |
This class implements the attribute value assertion.
|
| JDAPBaseDNRequest |
This is the base class for all the request that
has a base dn component.
|
| JDAPBERTagDecoder |
This class is to help BER libraries to make decision
on how to decode an implicit object.
|
| JDAPBindRequest |
This class implements the bind request.
|
| JDAPBindResponse |
This class implements the bind response.
|
| JDAPCompareRequest |
This class implements the compare request.
|
| JDAPCompareResponse |
This class implements the compare response.
|
| JDAPDeleteRequest |
This class implements the delete request.
|
| JDAPDeleteResponse |
This class implements the delete response.
|
| JDAPExtendedRequest |
This class implements the ExtendedRequest request.
|
| JDAPExtendedResponse |
This class implements the extended response.
|
| JDAPFilter |
This class implements the filter.
|
| JDAPFilterAnd |
This class implements the filter And.
|
| JDAPFilterApproxMatch |
This class implements the approximate match filter.
|
| JDAPFilterAVA |
This class implements the attribute value assertion filter.
|
| JDAPFilterEqualityMatch |
This class implements the equality match filter.
|
| JDAPFilterExtensible |
This class implements the extended match filter.
|
| JDAPFilterGreaterOrEqual |
This class implements the greater or equal filter.
|
| JDAPFilterLessOrEqual |
This class implements the less or equal filter.
|
| JDAPFilterNot |
This class implements the filter not.
|
| JDAPFilterOpers |
This class provides miscellaneous operations for JDAPFilter object.
|
| JDAPFilterOr |
This class implements the filter And.
|
| JDAPFilterPresent |
This class implements the filter present.
|
| JDAPFilterSet |
This class implements the base class of filter "and" and filter "or".
|
| JDAPFilterSubString |
This class implements the filter substring.
|
| JDAPModifyRDNRequest |
This class implements the modify rdn request.
|
| JDAPModifyRDNResponse |
This class implements the modifyRDN response.
|
| JDAPModifyRequest |
This class implements the modify request.
|
| JDAPModifyResponse |
This class implements the modify response.
|
| JDAPProtocolOp |
This is the base interface for all protocol operation
that is embedded in a JDAPMessage (LDAP Message in RCF1777).
|
| JDAPResult |
This class implements the ldap result where stores
the request status.
|
| JDAPSearchRequest |
This class implements the search request.
|
| JDAPSearchResponse |
This class implements the search response.
|
| JDAPSearchResult |
This class implements the search result.
|
| JDAPSearchResultReference |
This class implements the search result reference.
|
| JDAPUnbindRequest |
This class implements the unbind request and is a protocol operation.
|
| JSSESocketFactory |
Creates an SSL socket connection to a server, using the JSSE package
from Sun.
|
| JSSSocketFactory |
Creates an SSL socket connection to a server, using the Netscape/Mozilla
JSS package.
|
| LDAPAsynchronousConnection |
Encapsulates a connection to an LDAP server, providing access to the input queue
for messages received.
|
| LDAPAttribute |
Represents the name and values of an attribute in an entry.
|
| LDAPAttributeSchema |
The definition of an attribute type in the schema.
|
| LDAPAttributeSet |
Represents a set of attributes (for example, the set of attributes
in an entry).
|
| LDAPBasePropertySupport |
This is a base class that is extended by various specialized LDAP
Beans.
|
| LDAPBind |
Performs explicit bind processing on a referral.
|
| LDAPCache |
LDAPCache represents an in-memory cache that you can use
to reduce the number of search requests sent to the LDAP server.
|
| LDAPCompareAttrNames |
Compares LDAP entries based on one or more attribute values.
|
| LDAPConnection |
Represents a connection to an LDAP server.
|
| LDAPConstraints |
Represents a set of operation preferences.
|
| LDAPControl |
Represents arbitrary control data that can be used with a
a particular LDAP operation.
|
| LDAPDelete |
Executes the delete command to delete an LDAP entry.
|
| LDAPDITContentRuleSchema |
The definition of a DIT content rule in the schema.
|
| LDAPDITStructureRuleSchema |
The definition of a DIT structure rule in the schema.
|
| LDAPDN |
Represents a distinguished name in LDAP.
|
| LDAPEntry |
Represents an entry in the directory.
|
| LDAPEntryChangeControl |
Represents an LDAP v3 server control that specifies information
about a change to an entry in the directory.
|
| LDAPEntryComparator |
The LDAPEntryComparator interface represents the
algorithm used to sort the search results.
|
| LDAPException |
Indicates that an error has occurred.
|
| LDAPExtendedOperation |
Version 3 of the LDAP protocol include the means to define additional
operations ("extended operations") beyond the standard LDAP
operations.
|
| LDAPExtendedResponse |
Represents a server response to an extended operation request.
|
| LDAPGetEntries |
Invisible Bean that just takes a host, port, directory base,
search string, and optional authentication name and password,
and returns a list of all matching DNs.
|
| LDAPGetEntriesBeanInfo |
BeanInfo for LDAPGetEntries
|
| LDAPGetProperty |
Invisible Bean that just takes a name and password, host and
port, and directory base and attribute name, and returns an
attribute's values from a Directory Server.
|
| LDAPGetPropertyBeanInfo |
BeanInfo for LDAPGetProperty
|
| LDAPInterruptedException |
An exception thrown when the LDAP operation being invoked has
been interrupted.
|
| LDAPIsMember |
Invisible Bean that just takes a host and port, optional
authentication name and password, and DN of a group and another DN
which might be a member of the group, and returns true or
false, depending on whether the second DN is a member of the first.
|
| LDAPIsMemberBeanInfo |
BeanInfo for LDAPIsMember
|
| LDAPMatchingRuleSchema |
The definition of a matching rule in the schema.
|
| LDAPMatchingRuleUseSchema |
The definition of a matching rule use in the schema.
|
| LDAPMessage |
Base class for LDAP request and response messages.
|
| LDAPModification |
Specifies changes to be made to the values of an attribute.
|
| LDAPModificationSet |
Represents a set of modifications to be made to attributes in an entry.
|
| LDAPModify |
Executes modify, delete, add, and modRDN.
|
| LDAPNameFormSchema |
The definition of a name form in the schema.
|
| LDAPObjectClassSchema |
The definition of an object class in the schema.
|
| LDAPPasswordExpiredControl |
Represents an LDAP v3 server control that may be returned if a
password has expired, and password policy is enabled on the server.
|
| LDAPPasswordExpiringControl |
Represents an LDAP v3 server control that may be returned if a
password is about to expire, and password policy is enabled on the server.
|
| LDAPPersistSearchControl |
Represents an LDAP v3 server control that specifies a persistent
search (an ongoing search operation), which allows your LDAP client
to get notification of changes to the directory.
|
| LDAPProxiedAuthControl |
Represents an LDAP v3 server control that specifies that you want
the server to use the specified DN's identity for this operation.
|
| LDAPRebind |
Specifies how to retrieve authentication information automatically
for referrals.
|
| LDAPRebindAuth |
Represents information used to authenticate the client in cases where
the client follows referrals automatically.
|
| LDAPReferralException |
Represents the situation in which the LDAP server refers the client to
another LDAP server.
|
| LDAPResponse |
Represents the response to a particular LDAP operation.
|
| LDAPResponseListener |
Represents the message queue associated with a particular LDAP
operation or operations.
|
| LDAPSaslBind |
Authenticates to a server using SASL
|
| LDAPSchema |
This object represents the schema of an LDAP v3 server.
|
| LDAPSchemaElement |
Abstract class representing an element (such as an object class
definition, an attribute type definition, or a matching rule
definition) in the schema.
|
| LDAPSearch |
Execute Search operations through the LDAP client interface.
|
| LDAPSearchConstraints |
Represents a set of search preferences.
|
| LDAPSearchListener |
Manages search results, references and responses returned on one or
more search requests
|
| LDAPSearchResult |
A LDAPSearchResult object encapsulates a single search result.
|
| LDAPSearchResultReference |
An LDAPSearchResultReference object encapsulates a continuation
reference from a search operation.
|
| LDAPSearchResults |
The results of an LDAP search operation, represented as an enumeration.
|
| LDAPSimpleAuth |
Invisible Bean that just authenticates a user with a Directory
Server and returns Y or N.
|
| LDAPSimpleAuthBeanInfo |
BeanInfo for LDAPSimpleAuth
|
| LDAPSocketFactory |
Represents a socket connection that you can use to connect to an
LDAP server.
|
| LDAPSortControl |
Represents an LDAP v3 server control that specifies that you want
the server to return sorted search results.
|
| LDAPSortKey |
Represents sorting instructions for a particular attribute.
|
| LDAPSSLSocketFactory |
Creates an SSL socket connection to an LDAP Server.
|
| LDAPSSLSocketFactoryExt |
Represents an SSL socket connection that you can use to connect to an
LDAP server.
|
| LDAPSSLSocketWrapFactory |
Creates an SSL socket connection to an LDAP Server.
|
| LDAPSyntaxSchema |
The definition of a syntax type in the schema.
|
| LDAPTLSSocketFactory |
A socket factory interface for supporting the start TLS LDAPv3
extension (RFC 2830).
|
| LDAPTraceWriter |
The LDAPTraceWriter interface enables logging of LDAP
trace messages in environments where an OutputStream can not be used.
|
| LDAPUrl |
Represents an LDAP URL.
|
| LDAPv2 |
This interface summarizes the basic functionality available in the
Lightweight Directory Access Protocol (LDAP) version 2.
|
| LDAPv3 |
Specifies additional features available in version 3 of the
LDAP protocol.
|
| LDAPVirtualListControl |
Represents control data for returning paged results from a search.
|
| LDAPVirtualListResponse |
Represents control data for returning paged results from a search.
|
| LDAPWriter |
Abstract class for outputting LDAP entries to a stream.
|
| LDIF |
LDAP Data Interchange Format (LDIF) is a file format used to
import and export directory data from an LDAP server and to
describe a set of changes to be applied to data in a directory.
|
| LDIFAddContent |
An object of this class represents the content of an LDIF record that
specifies a new entry to be added.
|
| LDIFAttributeContent |
An object of this class represents the content of an LDIF record that
specifies an entry and its attributes.
|
| LDIFBaseContent |
An object of this class represents the content of an LDIF record.
|
| LDIFContent |
This interface represents the content of an LDIF record.
|
| LDIFDeleteContent |
An object of this class represents the content of an LDIF record that
specifies the deletion of an entry.
|
| LDIFModDNContent |
An object of this class represents the content of an LDIF record that
specifies changes to an RDN or the DN of an entry.
|
| LDIFModifyContent |
An object of this class represents the content of an LDIF record that
specifies modifications to an entry.
|
| LDIFRecord |
An object of this class represents an LDIF record in an LDIF
file (or in LDIF data).
|
| LDIFWriter |
Class for outputting LDAP entries to a stream as LDIF.
|
| MimeBase64Decoder |
Implements a plaintext -> Base64 encoder.
|
| MimeBase64Encoder |
Implements a plaintext -> Base64 encoder.
|
| MimeEncoder |
This abstract class is the parent of those classes which implement
MIME encoding and decoding: base64.
|
| RDN |
Objects of this class represent the components of a distinguished
name (DN).
|
| Sasl |
A static class for creating SASL clients and servers.
|
| SaslClient |
Performs SASL authentication as a client.
|
| SaslClientFactory |
An interface for creating instances of SaslClient.
|
| SaslException |
This class represents an error that has occurred when using SASL.
|
| SaslExternal |
This class provides the implementation of the EXTERNAL mechanism driver.
|