Modifier and Type | Class and Description |
---|---|
class |
AbstractContainer
This class is the abstract container used to store the current state of a PDU
being decoded.
|
Modifier and Type | Method and Description |
---|---|
void |
Asn1Decoder.decode(ByteBuffer stream,
IAsn1Container container)
The decoder main function.
|
Modifier and Type | Method and Description |
---|---|
void |
IAction.action(IAsn1Container container)
The action to be executed.
|
void |
AbstractGrammar.executeAction(IAsn1Container container)
The main function.
|
void |
IGrammar.executeAction(IAsn1Container asn1Container)
This method, when called, execute an action on the current data stored in
the container.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapMessageContainer
The LdapMessage container stores all the messages decoded by the Asn1Decoder.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorMessageAction.action(IAsn1Container container)
The initialization action
|
void |
ServerSASLCredsAction.action(IAsn1Container container)
The initialization action
|
void |
ControlValueAction.action(IAsn1Container container) |
void |
ValueAction.action(IAsn1Container container)
The initialization action
|
void |
StoreFinalAction.action(IAsn1Container container)
The initialization action
|
void |
InitPresentFilterAction.action(IAsn1Container container) |
void |
InitGreaterOrEqualFilterAction.action(IAsn1Container container)
The initialization action
|
void |
InitLessOrEqualFilterAction.action(IAsn1Container container)
The initialization action
|
void |
InitEqualityMatchFilterAction.action(IAsn1Container container)
The initialization action
|
void |
InitAssertionValueFilterAction.action(IAsn1Container container)
The initialization action
|
void |
ResultCodeAction.action(IAsn1Container container)
The initialization action
|
void |
InitExtensibleMatchFilterAction.action(IAsn1Container container) |
void |
InitOrFilterAction.action(IAsn1Container container)
The initialization action
|
void |
InitAttributeDescListAction.action(IAsn1Container container)
The initialization action
|
void |
AttributeDescAction.action(IAsn1Container container)
The initialization action
|
void |
StoreTypeMatchingRuleAction.action(IAsn1Container container)
The initialization action
|
void |
InitApproxMatchFilterAction.action(IAsn1Container container) |
void |
StoreMatchValueAction.action(IAsn1Container container)
The initialization action
|
void |
InitReferralsAction.action(IAsn1Container container)
The initialization action
|
void |
InitSubstringsFilterAction.action(IAsn1Container container)
The initialization action
|
void |
StoreReferenceAction.action(IAsn1Container container)
The initialization action
|
void |
ResponseAction.action(IAsn1Container container)
The initialization action
|
void |
InitAttributeDescFilterAction.action(IAsn1Container container)
The initialization action
|
void |
StoreAnyAction.action(IAsn1Container container)
The initialization action
|
void |
ReferralAction.action(IAsn1Container container)
The initialization action
|
void |
ResponseNameAction.action(IAsn1Container container)
The initialization action
|
void |
ModifyAttributeValueAction.action(IAsn1Container container)
The initialization action
|
void |
MatchedDNAction.action(IAsn1Container container)
The initialization action
|
void |
InitNotFilterAction.action(IAsn1Container container)
The initialization action
|
void |
InitAndFilterAction.action(IAsn1Container container)
The initialization action
|
void |
SearchResultAttributeValueAction.action(IAsn1Container container)
The initialization action
|
void |
ControlsInitAction.action(IAsn1Container container)
The initialization action
|
Modifier and Type | Class and Description |
---|---|
class |
SyncDoneValueControlContainer
ASN.1 container for SyncDoneValueControl.
|
Modifier and Type | Class and Description |
---|---|
class |
SyncInfoValueControlContainer
A container for the SyncInfoValue control
|
Modifier and Type | Class and Description |
---|---|
class |
SyncRequestValueControlContainer
A container for the SyncRequestValue control
|
Modifier and Type | Class and Description |
---|---|
class |
SyncStateValueControlContainer
A container for the SyncStateValue control
|
Modifier and Type | Class and Description |
---|---|
class |
CancelContainer
A container for the Cancel codec.
|
Modifier and Type | Class and Description |
---|---|
class |
CertGenerationContainer
A container for certificate generation request codec.
|
Modifier and Type | Class and Description |
---|---|
class |
GracefulDisconnectContainer
A container for the GracefulDisconnect codec.
|
Modifier and Type | Class and Description |
---|---|
class |
GracefulShutdownContainer
A container for the GracefulShutdown codec.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredProcedureContainer
A container for the StoredProcedure codec
|
Modifier and Type | Method and Description |
---|---|
void |
SearchRequestCodec.unstackFilters(IAsn1Container container)
This method is used to clear the filter's stack for terminated elements.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryChangeControlContainer |
Modifier and Type | Class and Description |
---|---|
class |
PagedResultsControlContainer
A container for the Paged Search Control.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistentSearchControlContainer |
Modifier and Type | Class and Description |
---|---|
class |
SubentriesControlContainer |
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.