Uses of Class
org.apache.directory.api.asn1.util.Asn1Buffer
-
-
Uses of Asn1Buffer in org.apache.directory.api.asn1.ber.tlv
Methods in org.apache.directory.api.asn1.ber.tlv with parameters of type Asn1Buffer Modifier and Type Method Description static voidBerValue. encodeBoolean(Asn1Buffer buffer, boolean bool)Encode a boolean valuestatic voidBerValue. encodeBoolean(Asn1Buffer buffer, byte tag, boolean bool)Encode a boolean valuestatic voidBerValue. encodeEnumerated(Asn1Buffer buffer, byte tag, int value)Encode an enumerated valuestatic voidBerValue. encodeEnumerated(Asn1Buffer buffer, int value)Encode an enumerated valuestatic voidBerValue. encodeInteger(Asn1Buffer buffer, byte tag, int value)Encode an integer value, with a specific tagstatic voidBerValue. encodeInteger(Asn1Buffer buffer, byte tag, long value)Encode an integer value, with a specific tagstatic voidBerValue. encodeInteger(Asn1Buffer buffer, int value)Encode an integer valuestatic voidBerValue. encodeInteger(Asn1Buffer buffer, long value)Encode an integer valuestatic voidBerValue. encodeOctetString(Asn1Buffer buffer, byte[] data)Encode an OctetStringstatic voidBerValue. encodeOctetString(Asn1Buffer buffer, byte tag, byte[] data)Encode an OctetStringstatic voidBerValue. encodeOctetString(Asn1Buffer buffer, byte tag, String value)Encode an OctetStringstatic voidBerValue. encodeOctetString(Asn1Buffer buffer, String value)Encode an OctetStringstatic voidBerValue. encodeSequence(Asn1Buffer buffer)Encode a Sequencestatic voidBerValue. encodeSequence(Asn1Buffer buffer, byte tag)Encode a Sequence, with a specific tagstatic voidBerValue. encodeSequence(Asn1Buffer buffer, byte tag, int start)Encode a Sequence, with a specific length and tagstatic voidBerValue. encodeSequence(Asn1Buffer buffer, int start)Encode a Sequence, with a specific lengthstatic voidBerValue. encodeSet(Asn1Buffer buffer)Encode a Setstatic voidBerValue. encodeSet(Asn1Buffer buffer, byte tag)Encode a Set, with a specific tagstatic voidBerValue. encodeSet(Asn1Buffer buffer, byte tag, int start)Encode a Set, with a specific length and tagstatic voidBerValue. encodeSet(Asn1Buffer buffer, int start)Encode a Set, with a specific length -
Uses of Asn1Buffer in org.apache.directory.api.ldap.codec.api
Methods in org.apache.directory.api.ldap.codec.api with parameters of type Asn1Buffer Modifier and Type Method Description static ByteBufferLdapEncoder. encodeMessage(Asn1Buffer buffer, LdapApiService codec, Message message)Generate the PDU which contains the encoded object.voidAbstractControlFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidAbstractExtendedOperationFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation.voidAbstractExtendedOperationFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation.voidControlFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidExtendedOperationFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation.voidExtendedOperationFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation.voidIntermediateOperationFactory. encodeValue(Asn1Buffer buffer, IntermediateResponse intermediateResponse)Encode the value part of the intermediate response operation. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.codec.controls
Methods in org.apache.directory.api.ldap.codec.controls with parameters of type Asn1Buffer Modifier and Type Method Description voidOpaqueControlFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.codec.controls.proxiedauthz
Methods in org.apache.directory.api.ldap.codec.controls.proxiedauthz with parameters of type Asn1Buffer Modifier and Type Method Description voidProxiedAuthzFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.codec.controls.search.entryChange
Methods in org.apache.directory.api.ldap.codec.controls.search.entryChange with parameters of type Asn1Buffer Modifier and Type Method Description voidEntryChangeFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.codec.controls.search.pagedSearch
Methods in org.apache.directory.api.ldap.codec.controls.search.pagedSearch with parameters of type Asn1Buffer Modifier and Type Method Description voidPagedResultsFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.codec.controls.search.persistentSearch
Methods in org.apache.directory.api.ldap.codec.controls.search.persistentSearch with parameters of type Asn1Buffer Modifier and Type Method Description voidPersistentSearchFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.codec.controls.search.subentries
Methods in org.apache.directory.api.ldap.codec.controls.search.subentries with parameters of type Asn1Buffer Modifier and Type Method Description voidSubentriesFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.codec.controls.sort
Methods in org.apache.directory.api.ldap.codec.controls.sort with parameters of type Asn1Buffer Modifier and Type Method Description voidSortRequestFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidSortResponseFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.codec.factory
Methods in org.apache.directory.api.ldap.codec.factory with parameters of type Asn1Buffer Modifier and Type Method Description protected voidResponseFactory. encodeLdapResultReverse(Asn1Buffer buffer, LdapResult ldapResult)Encode the LdapResult element
LdapResult :protected voidResponseFactory. encodeReferralUrls(Asn1Buffer buffer, Iterator<String> urls)Encode referral's URLs recursivelyvoidAbandonRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the AbandonRequest message to a PDU.voidAddRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the AddRequest message to a PDU.voidAddResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the AddResponse message to a PDU.voidBindRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the BindRequest message to a PDU.voidBindResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the BindResponse message to a PDU.voidCompareRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the CompareRequest message to a PDU.voidCompareResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the CompareResponse message to a PDU.voidDeleteRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the DeleteRequest message to a PDU.voidDeleteResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the DeleteResponse message to a PDU.voidExtendedRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ExtendedRequest message to a PDU.voidExtendedResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ExtendedResponse message to a PDU.voidIntermediateResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the IntermediateResponse message to a PDU.voidMessagefactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode a message, in a reverse way (ie, starting from the end of the PDU.voidModifyDnRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ModifyDnRequest message to a PDU.voidModifyDnResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ModifyDnResponse message to a PDU.voidModifyRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ModifyRequest message to a PDU.voidModifyResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ModifyResponse message to a PDU.protected voidResponseFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, byte tag, Message message)Encode the Response message to a PDU.voidSearchRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the SearchRequest message to a PDU.voidSearchResultDoneFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the SearchResultDone message to a PDU.voidSearchResultEntryFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the SearchResultEntry message to a PDU.voidSearchResultReferenceFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the SearchResultReference message to a PDU.voidUnbindRequestFactory. encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the UnbindRequest message to a PDU. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.controls.ad_impl
Methods in org.apache.directory.api.ldap.extras.controls.ad_impl with parameters of type Asn1Buffer Modifier and Type Method Description voidAdDirSyncRequestFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidAdDirSyncResponseFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidAdPolicyHintsFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.controls.passwordExpired_impl
Methods in org.apache.directory.api.ldap.extras.controls.passwordExpired_impl with parameters of type Asn1Buffer Modifier and Type Method Description voidPasswordExpiredResponseFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
Methods in org.apache.directory.api.ldap.extras.controls.ppolicy_impl with parameters of type Asn1Buffer Modifier and Type Method Description voidPasswordPolicyResponseFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
Methods in org.apache.directory.api.ldap.extras.controls.syncrepl_impl with parameters of type Asn1Buffer Modifier and Type Method Description voidSyncDoneValueFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidSyncRequestValueFactory. encodeValue(Asn1Buffer buffer, Control control)voidSyncStateValueFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.controls.vlv_impl
Methods in org.apache.directory.api.ldap.extras.controls.vlv_impl with parameters of type Asn1Buffer Modifier and Type Method Description voidVirtualListViewRequestFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.voidVirtualListViewResponseFactory. encodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel with parameters of type Asn1Buffer Modifier and Type Method Description voidCancelFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration with parameters of type Asn1Buffer Modifier and Type Method Description voidCertGenerationFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction with parameters of type Asn1Buffer Modifier and Type Method Description voidEndTransactionFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation.voidEndTransactionFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect with parameters of type Asn1Buffer Modifier and Type Method Description voidGracefulDisconnectFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown with parameters of type Asn1Buffer Modifier and Type Method Description voidGracefulShutdownFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify with parameters of type Asn1Buffer Modifier and Type Method Description voidPasswordModifyFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation.voidPasswordModifyFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction with parameters of type Asn1Buffer Modifier and Type Method Description voidStartTransactionFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure with parameters of type Asn1Buffer Modifier and Type Method Description voidStoredProcedureFactory. encodeValue(Asn1Buffer buffer, ExtendedRequest extendedRequest)Encode the value part of the extended request operation. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI with parameters of type Asn1Buffer Modifier and Type Method Description voidWhoAmIFactory. encodeValue(Asn1Buffer buffer, ExtendedResponse extendedResponse)Encode the value part of the extended response operation. -
Uses of Asn1Buffer in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl
Methods in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl with parameters of type Asn1Buffer Modifier and Type Method Description voidSyncInfoValueFactory. encodeValue(Asn1Buffer buffer, IntermediateResponse intermediateResponse)
-