Uses of Class
org.apache.directory.api.asn1.DecoderException
-
-
Uses of DecoderException in org.apache.directory.api.asn1
Methods in org.apache.directory.api.asn1 that throw DecoderException Modifier and Type Method Description ObjectDecoder. decode(Object object)Decodes an "encoded" Object and returns a "decoded" Object. -
Uses of DecoderException in org.apache.directory.api.asn1.actions
Methods in org.apache.directory.api.asn1.actions that throw DecoderException Modifier and Type Method Description voidAbstractReadBitString. action(C container)The action to be executed.voidAbstractReadInteger. action(E container)The action to be executed.voidAbstractReadOctetString. action(C container)The action to be executed.voidCheckNotNullLength. action(C container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.asn1.ber
Methods in org.apache.directory.api.asn1.ber that throw DecoderException Modifier and Type Method Description static voidAsn1Decoder. decode(ByteBuffer stream, Asn1Container container)The decoder main function. -
Uses of DecoderException in org.apache.directory.api.asn1.ber.grammar
Methods in org.apache.directory.api.asn1.ber.grammar that throw DecoderException Modifier and Type Method Description voidAction. action(C container)The action to be executed.voidAbstractGrammar. executeAction(C container)This method, when called, execute an action on the current data stored in the container.voidGrammar. executeAction(C asn1Container)This method, when called, execute an action on the current data stored in the container. -
Uses of DecoderException in org.apache.directory.api.asn1.util
Methods in org.apache.directory.api.asn1.util that throw DecoderException Modifier and Type Method Description static OidOid. fromBytes(byte[] oidBytes)Decodes an OID from abyte[].static OidOid. fromString(String oidString)Returns an OID object representingoidString. -
Uses of DecoderException in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request that throw DecoderException Modifier and Type Method Description voidSearchRequestDsml. addCurrentFilter(Filter localFilter)Add a current filter.voidConnectorFilter. addFilter(Filter filter)Add a new Filter to the list.voidNotFilter. addFilter(Filter filter)Subclass the addFilterMethod, as this is specific for a NotFilter (we cannot have more than one elements).voidNotFilter. setNotFilter(Filter notFilter)Set the NotFilter -
Uses of DecoderException in org.apache.directory.api.ldap.codec
Methods in org.apache.directory.api.ldap.codec that throw DecoderException Modifier and Type Method Description Asn1ObjectBasicControlDecorator. decode(byte[] controlBytes)Decodes raw ASN.1 encoded bytes into an Asn1Object for the control. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions
Methods in org.apache.directory.api.ldap.codec.actions that throw DecoderException Modifier and Type Method Description voidCheckLengthNotNull. action(LdapMessageContainer<Message> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.controls
Methods in org.apache.directory.api.ldap.codec.actions.controls that throw DecoderException Modifier and Type Method Description 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 DecoderException in org.apache.directory.api.ldap.codec.actions.ldapMessage
Methods in org.apache.directory.api.ldap.codec.actions.ldapMessage that throw DecoderException 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 DecoderException in org.apache.directory.api.ldap.codec.actions.ldapResult
Methods in org.apache.directory.api.ldap.codec.actions.ldapResult that throw DecoderException 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.voidStoreMatchedDN. action(LdapMessageContainer<Message> container)The action to be executed.voidStoreResultCode. action(LdapMessageContainer<Message> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.request.abandon
Methods in org.apache.directory.api.ldap.codec.actions.request.abandon that throw DecoderException Modifier and Type Method Description voidInitAbandonRequest. action(LdapMessageContainer<AbandonRequest> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.request.add
Methods in org.apache.directory.api.ldap.codec.actions.request.add that throw DecoderException Modifier and Type Method Description voidAddAddRequestAttributeType. 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 DecoderException in org.apache.directory.api.ldap.codec.actions.request.bind
Methods in org.apache.directory.api.ldap.codec.actions.request.bind that throw DecoderException 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.voidStoreVersion. action(LdapMessageContainer<BindRequest> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.request.compare
Methods in org.apache.directory.api.ldap.codec.actions.request.compare that throw DecoderException Modifier and Type Method Description voidStoreCompareRequestAttributeDesc. action(LdapMessageContainer<CompareRequest> container)The action to be executed.voidStoreCompareRequestEntryName. action(LdapMessageContainer<CompareRequest> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.request.del
Methods in org.apache.directory.api.ldap.codec.actions.request.del that throw DecoderException Modifier and Type Method Description voidInitDelRequest. action(LdapMessageContainer<DeleteRequest> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.request.extended
Methods in org.apache.directory.api.ldap.codec.actions.request.extended that throw DecoderException Modifier and Type Method Description voidStoreExtendedRequestName. action(LdapMessageContainer<ExtendedRequest> container)The action to be executed.voidStoreExtendedRequestValue. action(LdapMessageContainer<ExtendedRequest> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.request.modify
Methods in org.apache.directory.api.ldap.codec.actions.request.modify that throw DecoderException Modifier and Type Method Description voidAddModifyRequestAttribute. 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 DecoderException in org.apache.directory.api.ldap.codec.actions.request.modifydn
Methods in org.apache.directory.api.ldap.codec.actions.request.modifydn that throw DecoderException Modifier and Type Method Description 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 DecoderException in org.apache.directory.api.ldap.codec.actions.request.search
Methods in org.apache.directory.api.ldap.codec.actions.request.search that throw DecoderException Modifier and Type Method Description voidInitSearchRequestAttributeDescList. 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 DecoderException in org.apache.directory.api.ldap.codec.actions.request.search.filter
Methods in org.apache.directory.api.ldap.codec.actions.request.search.filter that throw DecoderException 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.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.voidStoreSubstringFilterType. action(LdapMessageContainer<SearchRequest> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.request.unbind
Methods in org.apache.directory.api.ldap.codec.actions.request.unbind that throw DecoderException Modifier and Type Method Description voidInitUnbindRequest. action(LdapMessageContainer<UnbindRequest> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.response.add
Methods in org.apache.directory.api.ldap.codec.actions.response.add that throw DecoderException Modifier and Type Method Description voidInitAddResponse. action(LdapMessageContainer<AddResponse> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.response.compare
Methods in org.apache.directory.api.ldap.codec.actions.response.compare that throw DecoderException Modifier and Type Method Description voidInitCompareResponse. action(LdapMessageContainer<CompareResponse> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.response.extended
Methods in org.apache.directory.api.ldap.codec.actions.response.extended that throw DecoderException Modifier and Type Method Description voidStoreExtendedResponseName. action(LdapMessageContainer<ExtendedResponse> container)The action to be executed.voidStoreExtendedResponseValue. action(LdapMessageContainer<ExtendedResponse> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.response.intermediate
Methods in org.apache.directory.api.ldap.codec.actions.response.intermediate that throw DecoderException Modifier and Type Method Description voidStoreIntermediateResponseName. action(LdapMessageContainer<IntermediateResponse> container)The action to be executed.voidStoreIntermediateResponseValue. action(LdapMessageContainer<IntermediateResponse> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.response.search.entry
Methods in org.apache.directory.api.ldap.codec.actions.response.search.entry that throw DecoderException Modifier and Type Method Description voidAddAttributeType. action(LdapMessageContainer<SearchResultEntry> container)The action to be executed.voidStoreSearchResultEntryObjectName. action(LdapMessageContainer<SearchResultEntry> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.actions.response.search.reference
Methods in org.apache.directory.api.ldap.codec.actions.response.search.reference that throw DecoderException Modifier and Type Method Description voidStoreReference. action(LdapMessageContainer<SearchResultReference> container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.api
Subclasses of DecoderException in org.apache.directory.api.ldap.codec.api Modifier and Type Class Description classResponseCarryingExceptionThrown when a Decoder has encountered a failure condition during a decode.Methods in org.apache.directory.api.ldap.codec.api that throw DecoderException Modifier and Type Method Description voidLdapMessageContainer. addCurrentFilter(Filter localFilter)Add a current filter.Asn1ObjectCodecControl. decode(byte[] controlBytes)Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.MessageLdapDecoder. decode(InputStream in, LdapMessageContainer<? extends Message> container)Decodes a PDU from an input stream into a Ldap message container.voidAbstractControlFactory. decodeValue(ControlContainer container, Control control, byte[] controlBytes)Decode a Control's value.voidAbstractControlFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidAbstractExtendedOperationFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidAbstractExtendedOperationFactory. decodeValue(ExtendedResponse extendedResponse, byte[] responseValue)Decode the value part of the extended response operation.voidControlFactory. decodeValue(ControlContainer container, Control control, byte[] controlBytes)Decode a Control's value.voidControlFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidExtendedOperationFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidExtendedOperationFactory. decodeValue(ExtendedResponse extendedResponse, byte[] responseValue)Decode the value part of the extended response operation.voidIntermediateOperationFactory. decodeValue(IntermediateResponse intermediateResponse, byte[] responseValue)Decode the value part of the intermediate response operation.ExtendedRequestLdapApiService. fromJndi(ExtendedRequest jndiRequest)Creates a model ExtendedResponse from the JNDI ExtendedRequest.ExtendedResponseLdapApiService. fromJndi(ExtendedResponse jndiResponse)Creates a model ExtendedResponse from the JNDI ExtendedResponse.ControlLdapApiService. fromJndiRequestControl(Control jndiControl)Creates a model request control from the JNDI request control.ControlLdapApiService. fromJndiResponseControl(Control jndiControl)Creates a model response control from the JNDI response control.ExtendedRequestAbstractExtendedOperationFactory. newRequest(byte[] value)Returns a newExtendedRequestwith the following encoded value.ExtendedRequestExtendedOperationFactory. newRequest(byte[] value)Returns a newExtendedRequestwith the following encoded value.ExtendedResponseAbstractExtendedOperationFactory. newResponse(byte[] value)Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.ExtendedResponseExtendedOperationFactory. newResponse()Creates a new ExtendedResponse, for the ExtendedRequest with no valueExtendedResponseExtendedOperationFactory. newResponse(byte[] encodedValue)Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.controls
Methods in org.apache.directory.api.ldap.codec.controls that throw DecoderException Modifier and Type Method Description voidOpaqueControlFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.controls.proxiedauthz
Methods in org.apache.directory.api.ldap.codec.controls.proxiedauthz that throw DecoderException Modifier and Type Method Description voidProxiedAuthzFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.controls.search.entryChange
Methods in org.apache.directory.api.ldap.codec.controls.search.entryChange that throw DecoderException Modifier and Type Method Description voidEntryChangeFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.controls.search.pagedSearch
Methods in org.apache.directory.api.ldap.codec.controls.search.pagedSearch that throw DecoderException Modifier and Type Method Description voidPagedResultsFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.controls.search.persistentSearch
Methods in org.apache.directory.api.ldap.codec.controls.search.persistentSearch that throw DecoderException Modifier and Type Method Description voidPersistentSearchFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.controls.search.subentries
Methods in org.apache.directory.api.ldap.codec.controls.search.subentries that throw DecoderException Modifier and Type Method Description voidSubentriesFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.controls.sort
Methods in org.apache.directory.api.ldap.codec.controls.sort that throw DecoderException Modifier and Type Method Description voidSortRequestFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidSortResponseFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.osgi
Methods in org.apache.directory.api.ldap.codec.osgi that throw DecoderException Modifier and Type Method Description ExtendedRequestDefaultLdapCodecService. fromJndi(ExtendedRequest jndiRequest)Creates a model ExtendedResponse from the JNDI ExtendedRequest.ExtendedResponseDefaultLdapCodecService. fromJndi(ExtendedResponse jndiResponse)Creates a model ExtendedResponse from the JNDI ExtendedResponse.ControlDefaultLdapCodecService. fromJndiRequestControl(Control control)Creates a model request control from the JNDI request control.ControlDefaultLdapCodecService. fromJndiResponseControl(Control control)Creates a model response control from the JNDI response control. -
Uses of DecoderException in org.apache.directory.api.ldap.codec.search
Methods in org.apache.directory.api.ldap.codec.search that throw DecoderException Modifier and Type Method Description voidConnectorFilter. addFilter(Filter filter)Add a new Filter to the list.voidNotFilter. addFilter(Filter filter)Subclass the addFilterMethod, as this is specific for a NotFilter (we cannot have more than one elements).voidNotFilter. setNotFilter(Filter notFilter)Set the NotFilter -
Uses of DecoderException in org.apache.directory.api.ldap.extras.controls.ad_impl
Methods in org.apache.directory.api.ldap.extras.controls.ad_impl that throw DecoderException Modifier and Type Method Description voidAdDirSyncRequestFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidAdDirSyncResponseFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidAdPolicyHintsFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.controls.passwordExpired_impl
Methods in org.apache.directory.api.ldap.extras.controls.passwordExpired_impl that throw DecoderException Modifier and Type Method Description voidPasswordExpiredResponseFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.controls.ppolicy_impl
Methods in org.apache.directory.api.ldap.extras.controls.ppolicy_impl that throw DecoderException Modifier and Type Method Description voidPasswordPolicyResponseFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.controls.syncrepl_impl
Methods in org.apache.directory.api.ldap.extras.controls.syncrepl_impl that throw DecoderException Modifier and Type Method Description voidSyncDoneValueFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidSyncRequestValueFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidSyncStateValueFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.controls.vlv_impl
Methods in org.apache.directory.api.ldap.extras.controls.vlv_impl that throw DecoderException Modifier and Type Method Description voidVirtualListViewRequestFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidVirtualListViewResponseFactory. decodeValue(Control control, byte[] controlBytes)Decode a Control's value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel that throw DecoderException Modifier and Type Method Description voidCancelFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.CancelRequestCancelFactory. newRequest(byte[] encodedValue)Returns a newExtendedRequestwith the following encoded value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration that throw DecoderException Modifier and Type Method Description voidCertGenerationFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.CertGenerationRequestCertGenerationFactory. newRequest(byte[] encodedValue)Returns a newExtendedRequestwith the following encoded value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction that throw DecoderException Modifier and Type Method Description static List<Control>EndTransactionResponseContainer. decode(byte[] controlsBytes)Decodes raw ASN.1 encoded bytes into an Asn1Object for the controls.voidEndTransactionFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidEndTransactionFactory. decodeValue(ExtendedResponse extendedResponse, byte[] requestValue)Decode the value part of the extended response operation.EndTransactionRequestEndTransactionFactory. newRequest(byte[] encodedValue)Returns a newExtendedRequestwith the following encoded value.EndTransactionResponseEndTransactionFactory. newResponse(byte[] encodedValue)Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction.controls.actions that throw DecoderException Modifier and Type Method Description voidAddControl. action(ControlsContainer container)The action to be executed.voidStoreControlCriticality. action(ControlsContainer container)The action to be executed.voidStoreControlValue. action(ControlsContainer container)The action to be executed. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect that throw DecoderException Modifier and Type Method Description voidGracefulDisconnectFactory. decodeValue(ExtendedResponse extendedResponse, byte[] requestValue)Decode the value part of the extended response operation.GracefulDisconnectResponseGracefulDisconnectFactory. newResponse(byte[] encodedValue)Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown that throw DecoderException Modifier and Type Method Description voidGracefulShutdownFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.GracefulShutdownRequestGracefulShutdownFactory. newRequest(byte[] encodedValue)Returns a newExtendedRequestwith the following encoded value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify that throw DecoderException Modifier and Type Method Description voidPasswordModifyFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.voidPasswordModifyFactory. decodeValue(ExtendedResponse extendedResponse, byte[] responseValue)Decode the value part of the extended response operation.PasswordModifyRequestPasswordModifyFactory. newRequest(byte[] encodedValue)Returns a newExtendedRequestwith the following encoded value.PasswordModifyResponsePasswordModifyFactory. newResponse(byte[] encodedValue)Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure that throw DecoderException Modifier and Type Method Description voidStoredProcedureFactory. decodeValue(ExtendedRequest extendedRequest, byte[] requestValue)Decode the value part of the extended request operation.StoredProcedureRequestStoredProcedureFactory. newRequest(byte[] value)Returns a newExtendedRequestwith the following encoded value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.whoAmI that throw DecoderException Modifier and Type Method Description static WhoAmIResponseWhoAmIFactory. decode(WhoAmIResponse whoAmIResponse, byte[] data)Decode a PDU which must contain a WhoAmIResponse extended operation.voidWhoAmIFactory. decodeValue(ExtendedResponse extendedResponse, byte[] responseValue)Decode the value part of the extended response operation.WhoAmIRequestWhoAmIFactory. newRequest(byte[] value)Returns a newExtendedRequestwith the following encoded value.WhoAmIResponseWhoAmIFactory. newResponse()Creates a new ExtendedResponse, for the ExtendedRequest with no valueWhoAmIResponseWhoAmIFactory. newResponse(byte[] value)Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value. -
Uses of DecoderException in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl
Methods in org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl that throw DecoderException Modifier and Type Method Description voidSyncInfoValueFactory. decodeValue(IntermediateResponse intermediateResponse, byte[] responseValue)Decode the value part of the intermediate response operation. -
Uses of DecoderException in org.apache.directory.api.ldap.util
Methods in org.apache.directory.api.ldap.util that throw DecoderException Modifier and Type Method Description static ControlJndiUtils. fromJndiRequestControl(LdapApiService codec, Control jndiControl)Deprecated.We don't use JNDI anymorestatic Control[]JndiUtils. fromJndiRequestControls(LdapApiService codec, Control... jndiControls)Deprecated.We don't use JNDI anymorestatic ControlJndiUtils. fromJndiResponseControl(LdapApiService codec, Control jndiControl)Deprecated.We don't use JNDI anymore
-