Uses of Class
org.apache.directory.api.ldap.codec.api.LdapMessageContainer
-
-
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions
Methods in org.apache.directory.api.ldap.codec.actions with parameters of type LdapMessageContainer Modifier and Type Method Description voidAllowGrammarEnd. action(LdapMessageContainer<Message> container)The action to be executed.voidCheckLengthNotNull. action(LdapMessageContainer<Message> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.controls
Methods in org.apache.directory.api.ldap.codec.actions.controls with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitControls. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreControlCriticality. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreControlName. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreControlValue. action(LdapMessageContainer<Message> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.ldapMessage
Methods in org.apache.directory.api.ldap.codec.actions.ldapMessage with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitLdapMessage. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreMessageId. action(LdapMessageContainer<Message> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.ldapResult
Methods in org.apache.directory.api.ldap.codec.actions.ldapResult with parameters of type LdapMessageContainer Modifier and Type Method Description voidAddReferral. action(LdapMessageContainer<Message> container)The action to be executed.voidInitReferrals. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreErrorMessage. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreMatchedDN. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreResultCode. action(LdapMessageContainer<Message> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.request.abandon
Methods in org.apache.directory.api.ldap.codec.actions.request.abandon with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitAbandonRequest. action(LdapMessageContainer<AbandonRequest> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.request.add
Methods in org.apache.directory.api.ldap.codec.actions.request.add with parameters of type LdapMessageContainer Modifier and Type Method Description voidAddAddRequestAttributeType. action(LdapMessageContainer<AddRequest> container)The action to be executed.voidAddAttributeValue. action(LdapMessageContainer<AddRequest> container)The action to be executed.voidInitAddRequest. action(LdapMessageContainer<AddRequest> container)The action to be executed.voidStoreAddRequestEntryName. action(LdapMessageContainer<AddRequest> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.request.bind
Methods in org.apache.directory.api.ldap.codec.actions.request.bind with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitBindRequest. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidInitSaslBind. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidStoreName. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidStoreSaslCredentials. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidStoreSaslMechanism. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidStoreSimpleAuth. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidStoreVersion. action(LdapMessageContainer<BindRequest> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.request.compare
Methods in org.apache.directory.api.ldap.codec.actions.request.compare with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitCompareRequest. action(LdapMessageContainer<CompareRequest> container)The action to be executed.voidStoreCompareRequestAssertionValue. action(LdapMessageContainer<CompareRequest> container)The action to be executed.voidStoreCompareRequestAttributeDesc. action(LdapMessageContainer<CompareRequest> container)The action to be executed.voidStoreCompareRequestEntryName. action(LdapMessageContainer<CompareRequest> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.request.del
Methods in org.apache.directory.api.ldap.codec.actions.request.del with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitDelRequest. action(LdapMessageContainer<DeleteRequest> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.request.extended
Methods in org.apache.directory.api.ldap.codec.actions.request.extended with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitExtendedRequest. action(LdapMessageContainer<ExtendedRequest> container)The action to be executed.voidStoreExtendedRequestName. action(LdapMessageContainer<ExtendedRequest> container)The action to be executed.voidStoreExtendedRequestValue. action(LdapMessageContainer<ExtendedRequest> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.request.modify
Methods in org.apache.directory.api.ldap.codec.actions.request.modify with parameters of type LdapMessageContainer Modifier and Type Method Description voidAddModifyRequestAttribute. action(LdapMessageContainer<ModifyRequest> container)The action to be executed.voidInitAttributeVals. action(LdapMessageContainer<ModifyRequest> container)The action to be executed.voidInitModifyRequest. action(LdapMessageContainer<ModifyRequest> container)The action to be executed.voidStoreModifyRequestAttributeValue. action(LdapMessageContainer<ModifyRequest> container)The action to be executed.voidStoreModifyRequestObjectName. action(LdapMessageContainer<ModifyRequest> container)The action to be executed.voidStoreOperationType. action(LdapMessageContainer<ModifyRequest> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.request.modifydn
Methods in org.apache.directory.api.ldap.codec.actions.request.modifydn with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitModifyDnRequest. action(LdapMessageContainer<ModifyDnRequest> container)The action to be executed.voidStoreModifyDnRequestDeleteOldRdn. action(LdapMessageContainer<ModifyDnRequest> container)The action to be executed.voidStoreModifyDnRequestEntryName. action(LdapMessageContainer<ModifyDnRequest> container)The action to be executed.voidStoreModifyDnRequestNewRdn. action(LdapMessageContainer<ModifyDnRequest> container)The action to be executed.voidStoreModifyDnRequestNewSuperior. action(LdapMessageContainer<ModifyDnRequest> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.request.search
Methods in org.apache.directory.api.ldap.codec.actions.request.search with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitSearchRequest. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitSearchRequestAttributeDescList. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestAttributeDesc. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestBaseObject. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestDerefAlias. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestScope. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestSizeLimit. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestTimeLimit. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSearchRequestTypesOnly. action(LdapMessageContainer<SearchRequest> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.request.search.filter
Methods in org.apache.directory.api.ldap.codec.actions.request.search.filter with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitAndFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitApproxMatchFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitAssertionValueFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitAttributeDescFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitEqualityMatchFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitExtensibleMatchFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitGreaterOrEqualFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitLessOrEqualFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitNotFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitOrFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitPresentFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidInitSubstringsFilter. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreAny. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreFinal. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreInitial. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreMatchingRuleDnAttributes. action(LdapMessageContainer<SearchRequest> container)voidStoreMatchingRuleId. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreMatchingRuleType. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreMatchValue. action(LdapMessageContainer<SearchRequest> container)The action to be executed.voidStoreSubstringFilterType. action(LdapMessageContainer<SearchRequest> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.request.unbind
Methods in org.apache.directory.api.ldap.codec.actions.request.unbind with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitUnbindRequest. action(LdapMessageContainer<UnbindRequest> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.response.add
Methods in org.apache.directory.api.ldap.codec.actions.response.add with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitAddResponse. action(LdapMessageContainer<AddResponse> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.response.bind
Methods in org.apache.directory.api.ldap.codec.actions.response.bind with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitBindResponse. action(LdapMessageContainer<BindResponse> container)The action to be executed.voidStoreServerSASLCreds. action(LdapMessageContainer<BindResponse> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.response.compare
Methods in org.apache.directory.api.ldap.codec.actions.response.compare with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitCompareResponse. action(LdapMessageContainer<CompareResponse> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.response.del
Methods in org.apache.directory.api.ldap.codec.actions.response.del with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitDelResponse. action(LdapMessageContainer<DeleteResponse> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.response.extended
Methods in org.apache.directory.api.ldap.codec.actions.response.extended with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitExtendedResponse. action(LdapMessageContainer<ExtendedResponse> container)The action to be executed.voidStoreExtendedResponseName. action(LdapMessageContainer<ExtendedResponse> container)The action to be executed.voidStoreExtendedResponseValue. action(LdapMessageContainer<ExtendedResponse> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.response.intermediate
Methods in org.apache.directory.api.ldap.codec.actions.response.intermediate with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitIntermediateResponse. action(LdapMessageContainer<IntermediateResponse> container)The action to be executed.voidStoreIntermediateResponseName. action(LdapMessageContainer<IntermediateResponse> container)The action to be executed.voidStoreIntermediateResponseValue. action(LdapMessageContainer<IntermediateResponse> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.response.modify
Methods in org.apache.directory.api.ldap.codec.actions.response.modify with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitModifyResponse. action(LdapMessageContainer<ModifyResponse> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.response.modifydn
Methods in org.apache.directory.api.ldap.codec.actions.response.modifydn with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitModifyDnResponse. action(LdapMessageContainer<ModifyDnResponse> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.response.search.done
Methods in org.apache.directory.api.ldap.codec.actions.response.search.done with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitSearchResultDone. action(LdapMessageContainer<SearchResultDone> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.response.search.entry
Methods in org.apache.directory.api.ldap.codec.actions.response.search.entry with parameters of type LdapMessageContainer Modifier and Type Method Description voidAddAttributeType. action(LdapMessageContainer<SearchResultEntry> container)The action to be executed.voidInitSearchResultEntry. action(LdapMessageContainer<SearchResultEntry> container)The action to be executed.voidStoreSearchResultAttributeValue. action(LdapMessageContainer<SearchResultEntry> container)The action to be executed.voidStoreSearchResultEntryObjectName. action(LdapMessageContainer<SearchResultEntry> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.actions.response.search.reference
Methods in org.apache.directory.api.ldap.codec.actions.response.search.reference with parameters of type LdapMessageContainer Modifier and Type Method Description voidInitSearchResultReference. action(LdapMessageContainer<SearchResultReference> container)The action to be executed.voidStoreReference. action(LdapMessageContainer<SearchResultReference> container)The action to be executed. -
Uses of LdapMessageContainer in org.apache.directory.api.ldap.codec.api
Methods in org.apache.directory.api.ldap.codec.api with parameters of type LdapMessageContainer Modifier and Type Method Description MessageLdapDecoder. decode(InputStream in, LdapMessageContainer<? extends Message> container)Decodes a PDU from an input stream into a Ldap message container.
-