|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Action in org.apache.directory.api.asn1.actions |
|---|
| Classes in org.apache.directory.api.asn1.actions that implement Action | |
|---|---|
class |
AbstractReadBitString<C extends Asn1Container>
The action used read a BITSTRING from a TLV |
class |
AbstractReadInteger<E extends Asn1Container>
The action used to read an integer value |
class |
AbstractReadOctetString<C extends Asn1Container>
The action used to read an OCTET STRING value |
class |
CheckNotNullLength<C extends Asn1Container>
An action that checks the length is not null |
| Uses of Action in org.apache.directory.api.asn1.ber.grammar |
|---|
| Classes in org.apache.directory.api.asn1.ber.grammar that implement Action | |
|---|---|
class |
GrammarAction<C extends Asn1Container>
A top level grammar class that store meta informations about the actions. |
| Methods in org.apache.directory.api.asn1.ber.grammar that return Action | |
|---|---|
Action<C> |
GrammarTransition.getAction()
|
| Constructors in org.apache.directory.api.asn1.ber.grammar with parameters of type Action | |
|---|---|
GrammarTransition(Enum<?> previousState,
Enum<?> currentState,
int currentTag,
Action<C> action)
Creates a new GrammarTransition object. |
|
GrammarTransition(Enum<?> previousState,
Enum<?> currentState,
UniversalTag currentTag,
Action<C> action)
Creates a new GrammarTransition object. |
|
| Uses of Action in org.apache.directory.api.ldap.codec.actions |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions that implement Action | |
|---|---|
class |
AllowGrammarEnd
The action used to indicate that the grammar can terminate after this action |
class |
CheckLengthNotNull
The action used to check that the TLV length is not null |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.abandonRequest |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.abandonRequest that implement Action | |
|---|---|
class |
InitAbandonRequest
The action used to initialize the AbandonRequest |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.addRequest |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.addRequest that implement Action | |
|---|---|
class |
AddAddRequestAttributeType
The action used to store the AddRequest AttributeDescription |
class |
AddAttributeValue
The action used to store a Value to an AddRequest |
class |
InitAddRequest
The action used to initialize the AddRequest response |
class |
StoreAddRequestEntryName
The action used to store the AddReqyuest entry name |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.addResponse |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.addResponse that implement Action | |
|---|---|
class |
InitAddResponse
The action used to initialize the AddResponse response |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.bindRequest |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.bindRequest that implement Action | |
|---|---|
class |
InitBindRequest
The action used to initialize the BindRequest |
class |
InitSaslBind
The action used to store the BindRequest version MessageID. |
class |
StoreName
The action used to store the BindRequest name. |
class |
StoreSaslCredentials
The action used to store the BindRequest credentials. |
class |
StoreSaslMechanism
The action used to store the BindRequest version MessageID. |
class |
StoreSimpleAuth
The action used to store the BindRequest simple authentication |
class |
StoreVersion
The action used to store the BindRequest version. |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.bindResponse |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.bindResponse that implement Action | |
|---|---|
class |
InitBindResponse
The action used to initialize the BindResponse |
class |
StoreServerSASLCreds
The action used to store a SASL credentials : |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.compareRequest |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.compareRequest that implement Action | |
|---|---|
class |
InitCompareRequest
The action used to initialize the CompareRequest. |
class |
StoreCompareRequestAssertionValue
The action used to store the AssertionValue in a Compare Request |
class |
StoreCompareRequestAttributeDesc
The action used to store the AssertionValue attributeDescription in a Compare Request |
class |
StoreCompareRequestEntryName
The action used to store the Compare Request name |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.compareResponse |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.compareResponse that implement Action | |
|---|---|
class |
InitCompareResponse
The action used to initialize the CompareResponse |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.controls |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.controls that implement Action | |
|---|---|
class |
AddControl
The action used add a new control. |
class |
InitControls
The action used to initialize a control. |
class |
StoreControlCriticality
The action used to set the control criticality flag |
class |
StoreControlValue
The action used to set the value of a control. |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.delRequest |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.delRequest that implement Action | |
|---|---|
class |
InitDelRequest
The action used to initialize the DelRequest. |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.delResponse |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.delResponse that implement Action | |
|---|---|
class |
InitDelResponse
The action used to initialize the DelResponse response |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.extendedRequest |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.extendedRequest that implement Action | |
|---|---|
class |
InitExtendedRequest
The action used to initialize the ExtendedRequest message |
class |
StoreExtendedRequestName
The action used to store the Extended Request name |
class |
StoreExtendedRequestValue
The action used to store the Extended Request value |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.extendedResponse |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.extendedResponse that implement Action | |
|---|---|
class |
InitExtendedResponse
The action used to initialize the ExtendedResponse message |
class |
StoreExtendedResponseValue
The action used to store a Response to an ExtendedResponse |
class |
StoreResponseName
The action used to store a Response Name to an ExtendedResponse |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.intermediateResponse |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.intermediateResponse that implement Action | |
|---|---|
class |
InitIntermediateResponse
The action used to initialize the IntermediateResponse message |
class |
StoreIntermediateResponseName
The action used to store a IntermediateResponse Name |
class |
StoreIntermediateResponseValue
The action used to store a IntermediateResponse value |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.ldapMessage |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.ldapMessage that implement Action | |
|---|---|
class |
InitLdapMessage
The action used to initialize an LdapMessage |
class |
StoreMessageId
The action used to store the LdapMessage MessageID. |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.ldapResult |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.ldapResult that implement Action | |
|---|---|
class |
AddReferral
The action used to add a referral to a LdapTresult |
class |
InitReferrals
The action used to init referrals to a LdapResult : |
class |
StoreErrorMessage
The action used to set the LdapResult error message. |
class |
StoreMatchedDN
The action used to set the LdapResult matched Dn. |
class |
StoreResultCode
The action used to set the LdapResult result code. |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.modifyDnRequest |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.modifyDnRequest that implement Action | |
|---|---|
class |
InitModifyDnRequest
The action used to initialize the ModifyDnRequest message |
class |
StoreModifyDnRequestDeleteOldRdn
The action used to store the ModifyDnRequest deleteOldRdn flag |
class |
StoreModifyDnRequestEntryName
The action used to store the ModifyDnRequest entry name |
class |
StoreModifyDnRequestNewRdn
The action used to store the ModifyDnRequest new RDN |
class |
StoreModifyDnRequestNewSuperior
The action used to store the ModifyDnRequest new Superior |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.modifyDnResponse |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.modifyDnResponse that implement Action | |
|---|---|
class |
InitModifyDnResponse
The action used to initialize the ModifyDnResponse message |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.modifyRequest |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.modifyRequest that implement Action | |
|---|---|
class |
AddModifyRequestAttribute
The action used to store the ModificationRequest's attribute type |
class |
InitAttributeVals
The action used to initialize the set of ModificationRequest AVAs |
class |
InitModifyRequest
The action used to initialize the ModifyRequest message |
class |
StoreModifyRequestAttributeValue
The action used to store a Value to an modifyRequest |
class |
StoreModifyRequestObjectName
The action used to store the ModificationRequest object name |
class |
StoreOperationType
The action used to store the ModificationRequest operation type |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.modifyResponse |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.modifyResponse that implement Action | |
|---|---|
class |
InitModifyResponse
The action used to initialize the ModifyResponse message |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.searchRequest |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.searchRequest that implement Action | |
|---|---|
class |
InitSearchRequest
The action used to initialize the SearchRequest message |
class |
InitSearchRequestAttributeDescList
The action used to initialize the AttributeDesc list |
class |
StoreSearchRequestAttributeDesc
The action used to store the attribute description |
class |
StoreSearchRequestBaseObject
The action used to store the SearchRequest base object |
class |
StoreSearchRequestDerefAlias
The action used to store the SearchRequest derefAlias flag |
class |
StoreSearchRequestScope
The action used to store the SearchRequest scope |
class |
StoreSearchRequestSizeLimit
The action used to store the SearchRequest sizeLimit |
class |
StoreSearchRequestTimeLimit
The action used to store the SearchRequest timeLimit |
class |
StoreSearchRequestTypesOnly
The action used to store the SearchRequest typesOnly flag |
class |
StoreTypeMatchingRule
The action used to store a type matching rule |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.searchRequest.filter |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.searchRequest.filter that implement Action | |
|---|---|
class |
InitAndFilter
The action used to initialize the AND filter |
class |
InitApproxMatchFilter
The action used to initialize the Approx Match filter |
class |
InitAssertionValueFilter
The action used to initialize the Assertion Value filter |
class |
InitAttributeDescFilter
The action used to initialize the AttributeDesc filter |
class |
InitEqualityMatchFilter
The action used to initialize the Equality Match filter |
class |
InitExtensibleMatchFilter
The action used to initialize the Extensible Match filter |
class |
InitGreaterOrEqualFilter
The action used to initialize the Greater Or Equal filter |
class |
InitLessOrEqualFilter
The action used to initialize the Less Or Equal filter |
class |
InitNotFilter
The action used to initialize the NOT filter |
class |
InitOrFilter
The action used to initialize the OR filter |
class |
InitPresentFilter
The action used to initialize the Present filter |
class |
InitSubstringsFilter
The action used to initialize the Substrings filter |
class |
StoreAny
The action used to store a any value into a substring filter |
class |
StoreFinal
The action used to store a final value into a substring filter |
class |
StoreInitial
The action used to store an initial value into a substring filter |
class |
StoreMatchingRuleDnAttributes
The action used to store a matchingRuleAssertion dnAttributes |
class |
StoreMatchValue
The action used to store a match value |
class |
StoreSubstringFilterType
The action used to store the Substring Filter type |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.searchResultDone |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.searchResultDone that implement Action | |
|---|---|
class |
InitSearchResultDone
The action used to initialize the SearchResultDone response |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.searchResultEntry |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.searchResultEntry that implement Action | |
|---|---|
class |
AddAttributeType
The action used to store the SearchResultEntry attributes |
class |
InitSearchResultEntry
The action used to initialize the SearchResultEntry response |
class |
StoreSearchResultAttributeValue
The action used to store a Value to an search result entry |
class |
StoreSearchResultEntryObjectName
The action used to store the SearchResultEntry name |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.searchResultReference |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.searchResultReference that implement Action | |
|---|---|
class |
InitSearchResultReference
The action used to initialize the SearchResultReference response |
class |
StoreReference
The action used to store a reference into a searchResultReference |
| Uses of Action in org.apache.directory.api.ldap.codec.actions.unbindRequest |
|---|
| Classes in org.apache.directory.api.ldap.codec.actions.unbindRequest that implement Action | |
|---|---|
class |
InitUnbindRequest
The action used to initialize the UnbindRequest : |
| Uses of Action in org.apache.directory.api.ldap.extras.controls.ppolicy_impl |
|---|
| Classes in org.apache.directory.api.ldap.extras.controls.ppolicy_impl that implement Action | |
|---|---|
class |
PPolicyInit
The action used to initialize the PasswordPolicyResponseControlContainer object |
class |
StoreError
The action used to store the error |
class |
StoreGraceAuthsRemaining
The action used to store the GraceAuthsRemains |
class |
StoreTimeBeforeExpiration
The action used to store the TimeBeforeExpiration |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||