Package | Description |
---|---|
org.apache.directory.shared.asn1.ber.grammar | |
org.apache.directory.shared.ldap.codec.actions |
Modifier and Type | Class and Description |
---|---|
class |
GrammarAction
A top level grammar class that store meta informations about the actions.
|
Modifier and Type | Method and Description |
---|---|
IAction |
GrammarTransition.getAction() |
Constructor and Description |
---|
GrammarTransition(int previousState,
int currentState,
int currentTag,
IAction action)
Creates a new GrammarTransition object.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeDescAction
The action used to store the attribute description
|
class |
ControlsInitAction
The action used to initialize a control.
|
class |
ControlValueAction
The action used to set the value of a control.
|
class |
ErrorMessageAction
The action used to set the LdapResult error message.
|
class |
InitAndFilterAction
The action used to initialize the AND filter
|
class |
InitApproxMatchFilterAction
The action used to initialize the Approx Match filter
|
class |
InitAssertionValueFilterAction
The action used to initialize the Assertion Value filter
|
class |
InitAttributeDescFilterAction
The action used to initialize the AttributeDesc filter
|
class |
InitAttributeDescListAction
The action used to initialize the AttributeDesc list
|
class |
InitEqualityMatchFilterAction
The action used to initialize the Equality Match filter
|
class |
InitExtensibleMatchFilterAction
The action used to initialize the Extensible Match filter
|
class |
InitGreaterOrEqualFilterAction
The action used to initialize the Greater Or Equal filter
|
class |
InitLessOrEqualFilterAction
The action used to initialize the Less Or Equal filter
|
class |
InitNotFilterAction
The action used to initialize the NOT filter
|
class |
InitOrFilterAction
The action used to initialize the OR filter
|
class |
InitPresentFilterAction
The action used to initialize the Present filter
|
class |
InitReferralsAction
The action used to init referrals to a LdapTresult
|
class |
InitSubstringsFilterAction
The action used to initialize the Substrings filter
|
class |
MatchedDNAction
The action used to set the LdapResult matched DN.
|
class |
ModifyAttributeValueAction
The action used to store a Value to an modifyRequest
|
class |
ReferralAction
The action used to add a referral to a LdapTresult
|
class |
ResponseAction
The action used to store a Response to an ExtendedResponse
|
class |
ResponseNameAction
The action used to store a Response Name to an ExtendedResponse
|
class |
ResultCodeAction
The action used to set the LdapResult result code.
|
class |
SearchResultAttributeValueAction
The action used to store a Value to an search result entry
|
class |
ServerSASLCredsAction
The action used to store a SASL credentials
|
class |
StoreAnyAction
The action used to store a any value into a substring filter
|
class |
StoreFinalAction
The action used to store a final value into a substring filter
|
class |
StoreMatchValueAction
The action used to store a match value
|
class |
StoreReferenceAction
The action used to store a reference into a searchResultReference
|
class |
StoreTypeMatchingRuleAction
The action used to store a type matching rule
|
class |
ValueAction
The action used to store a Value to an AddRequest
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.