Modifier and Type | Class and Description |
---|---|
class |
AbstractAsn1Object
An abstract class which implements basic TLV operations.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
Asn1Object.getParent()
Get the parent
|
Modifier and Type | Class and Description |
---|---|
class |
LdapMessageDecorator
Decorator class for LDAP Message.
|
Modifier and Type | Class and Description |
---|---|
class |
AddResponseDsml
DSML Decorator for AddResponse
|
class |
AuthResponseDsml
DSML Decorator for AuthResponse
|
class |
CompareResponseDsml
DSML Decorator for CompareResponse
|
class |
DelResponseDsml
DSML Decorator for DelResponse
|
class |
ErrorResponse
Class representing Error Response.
|
class |
ExtendedResponseDsml
DSML Decorator for ExtendedResponse
|
class |
LdapResponseDecorator
Decorator abstract class for LdapResponse
|
class |
ModDNResponseDsml
DSML Decorator for ModDNResponse
|
class |
ModifyResponseDsml
DSML Decorator for ModifyResponse
|
class |
SearchResponse
This class represents the DSML Search Response
|
class |
SearchResponseDsml
This class represents the Search Response Dsml Container.
|
class |
SearchResultDoneDsml
DSML Decorator for SearchResultDone
|
class |
SearchResultEntryDsml
DSML Decorator for SearchResultEntry
|
class |
SearchResultReferenceDsml
DSML Decorator for SearchResultReference
|
Modifier and Type | Class and Description |
---|---|
class |
AbandonRequestDsml
DSML Decorator for AbandonRequest
|
class |
AbstractRequestDsml |
class |
AddRequestDsml
DSML Decorator for AddRequest
|
class |
AuthRequestDsml
DSML Decorator for BindRequest
|
class |
CompareRequestDsml
DSML Decorator for CompareRequest
|
class |
DelRequestDsml
DSML Decorator for DelRequest
|
class |
ExtendedRequestDsml
DSML Decorator for ExtendedRequest
|
class |
LdapRequestDecorator
Decorator abstract class for LdapRequest
|
class |
ModifyDNRequestDsml
DSML Decorator for ModifyDNRequest
|
class |
ModifyRequestDsml
DSML Decorator for ModifyRequest
|
class |
SearchRequestDsml
DSML Decorator for SearchRequest
|
Modifier and Type | Class and Description |
---|---|
class |
LdapMessageCodec
The main ldapObject : every Ldap Message are encapsulated in it.
|
class |
LdapResponseCodec
A generic LdapResponse Object.
|
class |
LdapResultCodec
A ldapObject to store the LdapResult
|
Modifier and Type | Class and Description |
---|---|
class |
AbandonRequestCodec
A AbandonRequest Message.
|
Modifier and Type | Class and Description |
---|---|
class |
AddRequestCodec
An AddRequest Message.
|
class |
AddResponseCodec
An AddResponse Message.
|
Modifier and Type | Class and Description |
---|---|
class |
BindRequestCodec
A BindRequest ldapObject.
|
class |
BindResponseCodec
A BindResponse Message.
|
class |
LdapAuthentication
This abstract class is just used to have a common super class for
authentication classes, like Simple and SASL.
|
class |
SaslCredentials
A ldapObject which stores the SASL authentication of a BindRequest.
|
class |
SimpleAuthentication
A ldapObject which stores the Simple authentication for a BindRequest.
|
Modifier and Type | Class and Description |
---|---|
class |
CompareRequestCodec
A CompareRequest Message.
|
class |
CompareResponseCodec
An CompareResponse Message.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractControl
A Asn1Object to store a Control.
|
class |
CascadeControl |
class |
ControlImpl
A genericcodec Control.
|
class |
ManageDsaITControl
Control which allows for the management of referrals and other DSA specific
entities without processing them: meaning the referrals are treated as
regular entries using this control.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
ManageDsaITControlDecoder.decode(byte[] controlBytes,
Control control) |
Asn1Object |
CascadeControlDecoder.decode(byte[] controlBytes,
Control control) |
Asn1Object |
ControlDecoder.decode(byte[] controlBytes,
Control control)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
Modifier and Type | Class and Description |
---|---|
class |
SyncDoneValueControl
A syncDoneValue object as described in rfc4533.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncDoneValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncDoneValueControl
|
Modifier and Type | Class and Description |
---|---|
class |
SyncInfoValueControl
A syncInfoValue object, as defined in RFC 4533
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncInfoValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncInfoValue control
|
Modifier and Type | Class and Description |
---|---|
class |
SyncRequestValueControl
A syncRequestValue object, as defined in RFC 4533
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncRequestValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncRequestValue control
|
Modifier and Type | Class and Description |
---|---|
class |
SyncStateValueControl
A syncStateValue object, as defined in RFC 4533
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncStateValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncStateValue control
|
Modifier and Type | Class and Description |
---|---|
class |
DelRequestCodec
A DelRequest Message.
|
class |
DelResponseCodec
An DelResponse Message.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedRequestCodec
A ExtendedRequest Message.
|
class |
ExtendedResponseCodec
A ExtendedResponse Message.
|
Modifier and Type | Class and Description |
---|---|
class |
GracefulAction
A common class for graceful Disconnect and Shutdown extended operations.
|
Modifier and Type | Class and Description |
---|---|
class |
Cancel
An extended operation to proceed a Cancel operation, as described
in RFC 3909
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
CancelDecoder.decode(byte[] stream)
Decode a PDU which must contain a Cancel extended operation.
|
Modifier and Type | Class and Description |
---|---|
class |
CertGenerationObject
An extended operation for generating a public key Certificate.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
CertGenerationDecoder.decode(byte[] stream)
Decode a PDU which must contain a CertGenRequest extended operation.
|
Modifier and Type | Class and Description |
---|---|
class |
GracefulDisconnect
An extended operation to proceed a graceful disconnect
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
GracefulDisconnectDecoder.decode(byte[] stream)
Decode a PDU which must contain a GracefulDisconnect extended operation.
|
Modifier and Type | Class and Description |
---|---|
class |
GracefulShutdown
An extended operation to proceed a graceful shutdown
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
GracefulShutdownDecoder.decode(byte[] stream)
Decode a PDU which must contain a GracefulShutdown extended operation.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredProcedure
Stored Procedure Extended Operation bean
|
Modifier and Type | Class and Description |
---|---|
class |
IntermediateResponseCodec
A IntermediateResponse Message.
|
Modifier and Type | Class and Description |
---|---|
class |
ModifyRequestCodec
A ModifyRequest Message.
|
class |
ModifyResponseCodec
An ModifyResponse Message.
|
Modifier and Type | Class and Description |
---|---|
class |
ModifyDNRequestCodec
A ModifyDNRequest Message.
|
class |
ModifyDNResponseCodec
An ModifyDNResponse Message.
|
Modifier and Type | Class and Description |
---|---|
class |
AndFilter
And Filter Object to store the And filter.
|
class |
AttributeValueAssertionFilter
Object to store the filter.
|
class |
ConnectorFilter
This Filter abstract class is used to store a set of filters used by
OR/AND/NOT filters.
|
class |
ExtensibleMatchFilter
The search request filter Matching Rule assertion
|
class |
Filter
An abstract Asn1Object used to store the filter.
|
class |
NotFilter
Not Filter Object to store the Not filter.
|
class |
OrFilter
Or Filter Object to store the Or filter.
|
class |
PresentFilter
Object to store the filter.
|
class |
SearchRequestCodec
A SearchRequest ldapObject.
|
class |
SearchResultDoneCodec
A SearchResultDone Message.
|
class |
SearchResultEntryCodec
A SearchResultEntry Message.
|
class |
SearchResultReferenceCodec
A SearchResultReference Message.
|
class |
SubstringFilter
A Object that stores the substring filter.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryChangeControl
A response control that may be returned by Persistent Search entry responses.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
EntryChangeControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the entry change control
|
Modifier and Type | Class and Description |
---|---|
class |
PagedResultsControl
A request/response control used to implement a simple paging of search
results.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
PagedResultsControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the paged search control
|
Modifier and Type | Class and Description |
---|---|
class |
PersistentSearchControl
A persistence search object
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
PersistentSearchControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the persistence search control
|
Modifier and Type | Class and Description |
---|---|
class |
SubentriesControl
A searchRequest control : Subentries
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SubentriesControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the sub entry control
|
Modifier and Type | Class and Description |
---|---|
class |
UnBindRequestCodec
A UnBindRequest ldapObject.
|
Modifier and Type | Class and Description |
---|---|
class |
LdifControl
The LdifControl class stores a control defined for an entry found in a ldif
file.
|
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.