Uses of Class
org.apache.directory.api.asn1.ber.grammar.GrammarAction
-
-
Uses of GrammarAction in org.apache.directory.api.asn1.actions
Subclasses of GrammarAction in org.apache.directory.api.asn1.actions Modifier and Type Class Description classAbstractReadBitString<C extends Asn1Container>The action used read a BITSTRING from a TLVclassAbstractReadInteger<E extends Asn1Container>The action used to read an integer valueclassAbstractReadOctetString<C extends Asn1Container>The action used to read an OCTET STRING valueclassCheckNotNullLength<C extends Asn1Container>An action that checks the length is not null -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions Modifier and Type Class Description classAllowGrammarEndThe action used to indicate that the grammar can terminate after this actionclassCheckLengthNotNullThe action used to check that the TLV length is not null -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.controls
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.controls Modifier and Type Class Description classInitControlsThe action used to initialise the controls.classStoreControlCriticalityThe action used to set the control criticality flagclassStoreControlNameThe action used add a new control.classStoreControlValueThe action used to set the value of a control. -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.ldapMessage
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.ldapMessage Modifier and Type Class Description classInitLdapMessageThe action used to initialize an LdapMessageclassStoreMessageIdThe action used to store the LdapMessage MessageID. -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.ldapResult
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.ldapResult Modifier and Type Class Description classAddReferralThe action used to add a referral to a LdapTresultclassInitReferralsThe action used to init referrals to a LdapResult :classStoreErrorMessageThe action used to set the LdapResult error message.classStoreMatchedDNThe action used to set the LdapResult matched Dn.classStoreResultCodeThe action used to set the LdapResult result code. -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.abandon
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.abandon Modifier and Type Class Description classInitAbandonRequestThe action used to initialize the AbandonRequest -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.add
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.add Modifier and Type Class Description classAddAddRequestAttributeTypeThe action used to store the AddRequest AttributeDescriptionclassAddAttributeValueThe action used to store a Value to an AddRequestclassInitAddRequestThe action used to initialize the AddRequest responseclassStoreAddRequestEntryNameThe action used to store the AddReqyuest entry name -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.bind
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.bind Modifier and Type Class Description classInitBindRequestThe action used to initialize the BindRequestclassInitSaslBindThe action used to store the BindRequest version MessageID.classStoreNameThe action used to store the BindRequest name.classStoreSaslCredentialsThe action used to store the BindRequest credentials.classStoreSaslMechanismThe action used to store the BindRequest version MessageID.classStoreSimpleAuthThe action used to store the BindRequest simple authenticationclassStoreVersionThe action used to store the BindRequest version. -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.compare
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.compare Modifier and Type Class Description classInitCompareRequestThe action used to initialize the CompareRequest.classStoreCompareRequestAssertionValueThe action used to store the AssertionValue in a Compare RequestclassStoreCompareRequestAttributeDescThe action used to store the AssertionValue attributeDescription in a Compare RequestclassStoreCompareRequestEntryNameThe action used to store the Compare Request name -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.del
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.del Modifier and Type Class Description classInitDelRequestThe action used to initialize the DelRequest. -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.extended
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.extended Modifier and Type Class Description classInitExtendedRequestThe action used to initialize the ExtendedRequest messageclassStoreExtendedRequestNameThe action used to store the Extended Request nameclassStoreExtendedRequestValueThe action used to store the Extended Request value -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.modify
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.modify Modifier and Type Class Description classAddModifyRequestAttributeThe action used to store the ModificationRequest's attribute typeclassInitAttributeValsThe action used to initialize the set of ModificationRequest AVAsclassInitModifyRequestThe action used to initialize the ModifyRequest messageclassStoreModifyRequestAttributeValueThe action used to store a Value to an modifyRequestclassStoreModifyRequestObjectNameThe action used to store the ModificationRequest object nameclassStoreOperationTypeThe action used to store the ModificationRequest operation type -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.modifydn
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.modifydn Modifier and Type Class Description classInitModifyDnRequestThe action used to initialize the ModifyDnRequest messageclassStoreModifyDnRequestDeleteOldRdnThe action used to store the ModifyDnRequest deleteOldRdn flagclassStoreModifyDnRequestEntryNameThe action used to store the ModifyDnRequest entry nameclassStoreModifyDnRequestNewRdnThe action used to store the ModifyDnRequest new RDNclassStoreModifyDnRequestNewSuperiorThe action used to store the ModifyDnRequest new Superior -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.search
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.search Modifier and Type Class Description classInitSearchRequestThe action used to initialize the SearchRequest messageclassInitSearchRequestAttributeDescListThe action used to initialize the AttributeDesc listclassStoreSearchRequestAttributeDescThe action used to store the attribute descriptionclassStoreSearchRequestBaseObjectThe action used to store the SearchRequest base objectclassStoreSearchRequestDerefAliasThe action used to store the SearchRequest derefAlias flagclassStoreSearchRequestScopeThe action used to store the SearchRequest scopeclassStoreSearchRequestSizeLimitThe action used to store the SearchRequest sizeLimitclassStoreSearchRequestTimeLimitThe action used to store the SearchRequest timeLimitclassStoreSearchRequestTypesOnlyThe action used to store the SearchRequest typesOnly flag -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.search.filter
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.search.filter Modifier and Type Class Description classInitAndFilterThe action used to initialize the AND filterclassInitApproxMatchFilterThe action used to initialize the Approx Match filterclassInitAssertionValueFilterThe action used to initialize the Assertion Value filterclassInitAttributeDescFilterThe action used to initialize the AttributeDesc filterclassInitEqualityMatchFilterThe action used to initialize the Equality Match filterclassInitExtensibleMatchFilterThe action used to initialize the Extensible Match filterclassInitGreaterOrEqualFilterThe action used to initialize the Greater Or Equal filterclassInitLessOrEqualFilterThe action used to initialize the Less Or Equal filterclassInitNotFilterThe action used to initialize the NOT filterclassInitOrFilterThe action used to initialize the OR filterclassInitPresentFilterThe action used to initialize the Present filterclassInitSubstringsFilterThe action used to initialize the Substrings filterclassStoreAnyThe action used to store a any value into a substring filterclassStoreFinalThe action used to store a final value into a substring filterclassStoreInitialThe action used to store an initial value into a substring filterclassStoreMatchingRuleDnAttributesThe action used to store a matchingRuleAssertion dnAttributesclassStoreMatchingRuleIdThe action used to store a type matching IDclassStoreMatchingRuleTypeThe action used to store a type matching ruleclassStoreMatchValueThe action used to store a match valueclassStoreSubstringFilterTypeThe action used to store the Substring Filter type -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.unbind
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.request.unbind Modifier and Type Class Description classInitUnbindRequestThe action used to initialize the UnbindRequest : -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.add
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.add Modifier and Type Class Description classInitAddResponseThe action used to initialize the AddResponse response -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.bind
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.bind Modifier and Type Class Description classInitBindResponseThe action used to initialize the BindResponseclassStoreServerSASLCredsThe action used to store a SASL credentials : -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.compare
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.compare Modifier and Type Class Description classInitCompareResponseThe action used to initialize the CompareResponse -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.del
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.del Modifier and Type Class Description classInitDelResponseThe action used to initialize the DelResponse response -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.extended
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.extended Modifier and Type Class Description classInitExtendedResponseThe action used to initialize the ExtendedResponse messageclassStoreExtendedResponseNameThe action used to store a Response Name to an ExtendedResponseclassStoreExtendedResponseValueThe action used to store a Response to an ExtendedResponse -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.intermediate
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.intermediate Modifier and Type Class Description classInitIntermediateResponseThe action used to initialize the IntermediateResponse messageclassStoreIntermediateResponseNameThe action used to store a IntermediateResponse NameclassStoreIntermediateResponseValueThe action used to store a IntermediateResponse value -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.modify
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.modify Modifier and Type Class Description classInitModifyResponseThe action used to initialize the ModifyResponse message -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.modifydn
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.modifydn Modifier and Type Class Description classInitModifyDnResponseThe action used to initialize the ModifyDnResponse message -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.search.done
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.search.done Modifier and Type Class Description classInitSearchResultDoneThe action used to initialize the SearchResultDone response -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.search.entry
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.search.entry Modifier and Type Class Description classAddAttributeTypeThe action used to store the SearchResultEntry attributesclassInitSearchResultEntryThe action used to initialize the SearchResultEntry responseclassStoreSearchResultAttributeValueThe action used to store a Value to an search result entryclassStoreSearchResultEntryObjectNameThe action used to store the SearchResultEntry name -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.search.reference
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.actions.response.search.reference Modifier and Type Class Description classInitSearchResultReferenceThe action used to initialize the SearchResultReference responseclassStoreReferenceThe action used to store a reference into a searchResultReference -
Uses of GrammarAction in org.apache.directory.api.ldap.codec.controls.sort
Subclasses of GrammarAction in org.apache.directory.api.ldap.codec.controls.sort Modifier and Type Class Description classStoreSortResponseResultCode<C extends Asn1Container>The action used to store the result code of a SortResponseControl -
Uses of GrammarAction in org.apache.directory.api.ldap.extras.controls.ad_impl
Subclasses of GrammarAction in org.apache.directory.api.ldap.extras.controls.ad_impl Modifier and Type Class Description classStoreFlagsThe action used to store the AdPolicyHints control's Flags value -
Uses of GrammarAction in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
Subclasses of GrammarAction in org.apache.directory.api.ldap.extras.controls.ppolicy_impl Modifier and Type Class Description classPPolicyResponseInitThe action used to initialize the PasswordPolicyResponseControlContainer objectclassStoreError<C extends Asn1Container>The action used to store the errorclassStoreGraceAuthNRemainingThe action used to store the GraceAuthsRemainsclassStoreTimeBeforeExpirationThe action used to store the TimeBeforeExpiration -
Uses of GrammarAction in org.apache.directory.api.ldap.extras.controls.vlv_impl
Subclasses of GrammarAction in org.apache.directory.api.ldap.extras.controls.vlv_impl Modifier and Type Class Description classInitByOffsetSequenceThe action used to initialize the ByOffset sequence objectclassInitVirtualListViewRequestThe action used to initialize the VirtualListViewRequestContainer objectclassStoreAfterCountThe action used to store the AfterCount valueclassStoreAssertionValueThe action used to store the assertionValue valueclassStoreBeforeCountThe action used to store the BeforeCount valueclassStoreContentCountThe action used to store the ContentCount valueclassStoreContentCountResponseThe action used to store the contentCount value in VLV responseclassStoreContextIdThe action used to store the ContextId valueclassStoreContextIdResponseThe action used to store the contextId value in VLV reponseclassStoreOffsetThe action used to store the Offset valueclassStoreTargetPositionThe action used to store the targetPosition valueclassStoreVirtualListViewResultThe action used to store the virtualListViewResult value -
Uses of GrammarAction in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions
Subclasses of GrammarAction in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions Modifier and Type Class Description classAddControlThe action used add a new control.classStoreControlCriticalityThe action used to set the control criticality flagclassStoreControlValueThe action used to set the value of a control.
-