| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
Decoder.decode(java.lang.Object object)
Decodes an "encoded" Object and returns a "decoded" Object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReadOctetString.action(C container)
The action to be executed.
|
void |
CheckNotNullLength.action(C container)
The action to be executed.
|
void |
AbstractReadBitString.action(C container)
The action to be executed.
|
void |
AbstractReadInteger.action(E container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Asn1Decoder.decode(java.nio.ByteBuffer stream,
Asn1Container container)
The decoder main function.
|
void |
Asn1Decoder.setMaxLengthLength(int maxLengthLength)
Set the number of bytes that can be used to encode the Value length,
including the first byte.
|
private void |
Asn1Decoder.treatLengthEndState(Asn1Container container)
The Length is fully decoded.
|
private boolean |
Asn1Decoder.treatLengthStartState(java.nio.ByteBuffer stream,
Asn1Container container)
Treat the Length start.
|
private boolean |
Asn1Decoder.treatTLVDoneState(java.nio.ByteBuffer stream,
Asn1Container container)
When the TLV has been fully decoded, we have to execute the associated
action and switch to the next TLV, which will start with a Tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.action(C container)
The action to be executed.
|
void |
AbstractGrammar.executeAction(C container)
This method, when called, execute an action on the current data stored in
the container.
|
void |
Grammar.executeAction(C asn1Container)
This method, when called, execute an action on the current data stored in
the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLVBerDecoderMBean.setMaxLengthLength(int length)
Set the number of bytes that can be used to encode the Value length,
including the first byte.
|
| Modifier and Type | Method and Description |
|---|---|
static Oid |
Oid.fromBytes(byte[] oidBytes)
Decodes an OID from a
byte[]. |
static Oid |
Oid.fromString(java.lang.String oidString)
Returns an OID object representing
oidString. |
private static Oid.OidFSAState |
Oid.processStateA(java.lang.String oid,
int pos)
Process state B
|
private static Oid.OidFSAState |
Oid.processStateB(java.lang.String oid,
byte[] buffer,
int pos)
Process state B
|
private static Oid.OidFSAState |
Oid.processStateC(java.lang.String oid,
byte[] buffer,
int pos)
Process state C
|
private static Oid.OidFSAState |
Oid.processStateDE(java.lang.String oid,
byte[] buffer,
int pos)
Process state D and E
|
private static Oid.OidFSAState |
Oid.processStateF(java.lang.String oid,
int pos)
Process state F
|
private static Oid.OidFSAState |
Oid.processStateG(java.lang.String oid,
byte[] buffer,
int pos)
Process state G
|
private static Oid.OidFSAState |
Oid.processStateH(java.lang.String oid,
byte[] buffer,
int pos)
Process state H
|
private static Oid.OidFSAState |
Oid.processStateI(java.lang.String oid,
byte[] buffer,
int pos)
Process state I
|
private static Oid.OidFSAState |
Oid.processStateJ(java.lang.String oid,
byte[] buffer,
int bufferPos,
int pos)
Process state J
|
private static Oid.OidFSAState |
Oid.processStateK(java.lang.String oid,
byte[] buffer,
int bufferPos,
int pos)
Process state J
|
private static Oid.OidFSAState |
Oid.processStateL(java.lang.String oid,
byte[] buffer,
int bufferPos,
int pos)
Process state J
|
private static Oid.OidFSAState |
Oid.processStateM(java.lang.String oid,
int pos)
Process state J
|
private static Oid.OidFSAState |
Oid.processStateStart(java.lang.String oid,
byte[] buffer,
int pos)
Process state A
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Dsmlv2Engine.bind(int messageId)
Binds to the ldap server
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRequestDsml.addCurrentFilter(Filter localFilter)
Add a current filter.
|
void |
ConnectorFilter.addFilter(Filter filter)
Add a new Filter to the list.
|
void |
NotFilter.addFilter(Filter filter)
Subclass the addFilterMethod, as this is specific for a NotFilter (we
cannot have more than one elements).
|
void |
NotFilter.setNotFilter(Filter notFilter)
Set the NotFilter
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
BasicControlDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckLengthNotNull.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
void |
AllowGrammarEnd.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitAbandonRequest.action(LdapMessageContainer<AbandonRequestDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreAddRequestEntryName.action(LdapMessageContainer<AddRequestDecorator> container)
The action to be executed.
|
void |
InitAddRequest.action(LdapMessageContainer<AddRequestDecorator> container)
The action to be executed.
|
void |
AddAddRequestAttributeType.action(LdapMessageContainer<AddRequestDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitAddResponse.action(LdapMessageContainer<AddResponseDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreVersion.action(LdapMessageContainer<BindRequestDecorator> container)
The action to be executed.
|
void |
StoreSimpleAuth.action(LdapMessageContainer<BindRequestDecorator> container)
The action to be executed.
|
void |
InitSaslBind.action(LdapMessageContainer<BindRequestDecorator> container)
The action to be executed.
|
void |
StoreSaslCredentials.action(LdapMessageContainer<BindRequestDecorator> container)
The action to be executed.
|
void |
StoreName.action(LdapMessageContainer<BindRequestDecorator> container)
The action to be executed.
|
void |
InitBindRequest.action(LdapMessageContainer<BindRequestDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreServerSASLCreds.action(LdapMessageContainer<BindResponseDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreCompareRequestAttributeDesc.action(LdapMessageContainer<CompareRequestDecorator> container)
The action to be executed.
|
void |
StoreCompareRequestEntryName.action(LdapMessageContainer<CompareRequestDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitCompareResponse.action(LdapMessageContainer<CompareResponseDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreControlValue.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
void |
StoreControlCriticality.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
void |
AddControl.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
void |
InitControls.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitDelRequest.action(LdapMessageContainer<DeleteRequestDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitExtendedRequest.action(LdapMessageContainer<ExtendedRequestDecorator<?>> container)
The action to be executed.
|
void |
StoreExtendedRequestName.action(LdapMessageContainer<ExtendedRequestDecorator<?>> container)
The action to be executed.
|
void |
StoreExtendedRequestValue.action(LdapMessageContainer<ExtendedRequestDecorator<?>> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreExtendedResponseName.action(LdapMessageContainer<ExtendedResponseDecorator<?>> container)
The action to be executed.
|
void |
InitExtendedResponse.action(LdapMessageContainer<ExtendedResponseDecorator<?>> container)
The action to be executed.
|
void |
StoreExtendedResponseValue.action(LdapMessageContainer<ExtendedResponseDecorator<?>> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreIntermediateResponseName.action(LdapMessageContainer<IntermediateResponseDecorator> container)
The action to be executed.
|
void |
InitIntermediateResponse.action(LdapMessageContainer<IntermediateResponseDecorator> container)
The action to be executed.
|
void |
StoreIntermediateResponseValue.action(LdapMessageContainer<IntermediateResponseDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreMessageId.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
void |
InitLdapMessage.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddReferral.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
void |
InitReferrals.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
void |
StoreMatchedDN.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
void |
StoreErrorMessage.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
void |
StoreResultCode.action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreModifyDnRequestNewSuperior.action(LdapMessageContainer<ModifyDnRequestDecorator> container)
The action to be executed.
|
void |
StoreModifyDnRequestDeleteOldRdn.action(LdapMessageContainer<ModifyDnRequestDecorator> container)
The action to be executed.
|
void |
StoreModifyDnRequestNewRdn.action(LdapMessageContainer<ModifyDnRequestDecorator> container)
The action to be executed.
|
void |
StoreModifyDnRequestEntryName.action(LdapMessageContainer<ModifyDnRequestDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreModifyRequestObjectName.action(LdapMessageContainer<ModifyRequestDecorator> container)
The action to be executed.
|
void |
StoreOperationType.action(LdapMessageContainer<ModifyRequestDecorator> container)
The action to be executed.
|
void |
AddModifyRequestAttribute.action(LdapMessageContainer<ModifyRequestDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreSearchRequestAttributeDesc.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreSearchRequestTimeLimit.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreSearchRequestTypesOnly.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
InitSearchRequestAttributeDescList.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreTypeMatchingRule.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreSearchRequestScope.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreSearchRequestDerefAlias.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreSearchRequestSizeLimit.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreSearchRequestBaseObject.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitAttributeDescFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
InitAssertionValueFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
InitSubstringsFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreInitial.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreAny.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreSubstringFilterType.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
InitNotFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
InitPresentFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
InitGreaterOrEqualFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
InitApproxMatchFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
InitLessOrEqualFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
InitExtensibleMatchFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreMatchingRuleDnAttributes.action(LdapMessageContainer<SearchRequestDecorator> container) |
void |
InitEqualityMatchFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreFinal.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
StoreMatchValue.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
InitOrFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
void |
InitAndFilter.action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddAttributeType.action(LdapMessageContainer<SearchResultEntryDecorator> container)
The action to be executed.
|
void |
StoreSearchResultEntryObjectName.action(LdapMessageContainer<SearchResultEntryDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreReference.action(LdapMessageContainer<SearchResultReferenceDecorator> container)
The action to be executed.
|
void |
InitSearchResultReference.action(LdapMessageContainer<SearchResultReferenceDecorator> container)
The action to be executed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitUnbindRequest.action(LdapMessageContainer<UnbindRequestDecorator> container)
The action to be executed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResponseCarryingException
Thrown when a Decoder has encountered a failure condition during a decode.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
CodecControl.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
Asn1Object |
ControlDecoder.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
Message |
LdapDecoder.decode(java.io.InputStream in,
LdapMessageContainer<MessageDecorator<? extends Message>> container)
Decodes a PDU from an input stream into a Ldap message container.
|
ExtendedRequest |
LdapApiService.fromJndi(javax.naming.ldap.ExtendedRequest jndiRequest)
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
|
ExtendedResponse |
LdapApiService.fromJndi(javax.naming.ldap.ExtendedResponse jndiResponse)
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
|
Control |
LdapApiService.fromJndiControl(javax.naming.ldap.Control jndiControl)
Creates a model control from the JNDI control.
|
<E extends ExtendedResponse> |
LdapApiService.newExtendedResponse(java.lang.String responseName,
int messageId,
byte[] serializedResponse)
Create an instance of a ExtendedResponse, knowing its OID.
|
ExtendedResponse |
ExtendedOperationFactory.newResponse(byte[] encodedValue)
Creates a new ExtendedResponse, for the ExtendedRequest with a specific
encoded value.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
CascadeDecorator.decode(byte[] controlBytes) |
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
ManageDsaITDecorator.decode(byte[] controlBytes) |
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
ProxiedAuthzDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
EntryChangeDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
PagedResultsDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
PersistentSearchDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
SubentriesDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
SortResponseDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
Asn1Object |
SortRequestDecorator.decode(byte[] controlBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRequestDecorator.addCurrentFilter(Filter localFilter)
Add a current filter.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedRequest |
DefaultLdapCodecService.fromJndi(javax.naming.ldap.ExtendedRequest jndiRequest)
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
|
ExtendedResponse |
DefaultLdapCodecService.fromJndi(javax.naming.ldap.ExtendedResponse jndiResponse)
Creates a model ExtendedResponse from the JNDI ExtendedResponse.
|
Control |
DefaultLdapCodecService.fromJndiControl(javax.naming.ldap.Control control)
Creates a model control from the JNDI control.
|
<E extends ExtendedResponse> |
DefaultLdapCodecService.newExtendedResponse(java.lang.String responseName,
int messageId,
byte[] serializedResponse)
Create an instance of a ExtendedResponse, knowing its OID.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
LdapProtocolDecoder.decode(java.nio.ByteBuffer buffer,
LdapMessageContainer<MessageDecorator<? extends Message>> messageContainer,
java.util.List<Message> decodedMessages)
Decode an incoming buffer into LDAP messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorFilter.addFilter(Filter filter)
Add a new Filter to the list.
|
void |
NotFilter.addFilter(Filter filter)
Subclass the addFilterMethod, as this is specific for a NotFilter (we
cannot have more than one elements).
|
void |
NotFilter.setNotFilter(Filter notFilter)
Set the NotFilter
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
AdShowDeletedDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
Asn1Object |
AdDirSyncDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PPolicyInit.action(PasswordPolicyContainer container)
The action to be executed.
|
Asn1Object |
PasswordPolicyDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
SyncRequestValueDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
Asn1Object |
SyncStateValueDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
Asn1Object |
SyncDoneValueDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
Asn1Object |
SyncInfoValueDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitByOffsetSequence.action(VirtualListViewRequestContainer container)
The action to be executed.
|
void |
InitVirtualListViewRequest.action(VirtualListViewRequestContainer container)
The action to be executed.
|
Asn1Object |
VirtualListViewRequestDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
Asn1Object |
VirtualListViewResponseDecorator.decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
| Modifier and Type | Method and Description |
|---|---|
CancelRequest |
CancelDecoder.decode(byte[] stream)
Decode a PDU which must contain a Cancel extended operation.
|
CancelResponse |
CancelFactory.newResponse(byte[] encodedValue)
Creates a new ExtendedResponse, for the ExtendedRequest with a specific
encoded value.
|
| Modifier and Type | Method and Description |
|---|---|
CertGenerationRequest |
CertGenerationDecoder.decode(byte[] stream)
Decode a PDU which must contain a CertGenRequest extended operation.
|
CertGenerationResponse |
CertGenerationFactory.newResponse(byte[] encodedValue)
Creates a new ExtendedResponse, for the ExtendedRequest with a specific
encoded value.
|
| Modifier and Type | Method and Description |
|---|---|
GracefulDisconnectResponse |
GracefulDisconnectDecoder.decode(byte[] stream)
Decode a PDU which must contain a GracefulDisconnect extended operation.
|
GracefulDisconnectResponse |
GracefulDisconnectFactory.newResponse(byte[] encodedValue)
Creates a new ExtendedResponse, for the ExtendedRequest with a specific
encoded value.
|
| Modifier and Type | Method and Description |
|---|---|
GracefulShutdownRequest |
GracefulShutdownDecoder.decode(byte[] stream)
Decode a PDU which must contain a GracefulShutdown extended operation.
|
GracefulShutdownResponse |
GracefulShutdownFactory.newResponse(byte[] encodedValue)
Creates a new ExtendedResponse, for the ExtendedRequest with a specific
encoded value.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordModifyResponse |
PasswordModifyResponseDecoder.decode(byte[] stream)
Decode a PDU which must contain a PwdModifyRequest extended operation.
|
PasswordModifyRequest |
PasswordModifyRequestDecoder.decode(byte[] stream)
Decode a PDU which must contain a PwdModifyRequest extended operation.
|
PasswordModifyResponse |
PasswordModifyFactory.newResponse(byte[] encodedValue)
Creates a new ExtendedResponse, for the ExtendedRequest with a specific
encoded value.
|
| Modifier and Type | Method and Description |
|---|---|
StartTlsResponse |
StartTlsFactory.newResponse(byte[] encodedValue)
Creates a new ExtendedResponse, for the ExtendedRequest with a specific
encoded value.
|
| Modifier and Type | Method and Description |
|---|---|
StoredProcedureResponse |
StoredProcedureFactory.newResponse(byte[] encodedValue)
Creates a new ExtendedResponse, for the ExtendedRequest with a specific
encoded value.
|
| Modifier and Type | Method and Description |
|---|---|
WhoAmIResponse |
WhoAmIResponseDecoder.decode(byte[] stream)
Decode a PDU which must contain a WhoAmIRequest extended operation.
|
WhoAmIResponse |
WhoAmIFactory.newResponse(byte[] encodedValue)
Creates a new ExtendedResponse, for the ExtendedRequest with a specific
encoded value.
|
| Modifier and Type | Method and Description |
|---|---|
static Control |
JndiUtils.fromJndiControl(LdapApiService codec,
javax.naming.ldap.Control jndiControl) |
static Control[] |
JndiUtils.fromJndiControls(LdapApiService codec,
javax.naming.ldap.Control... jndiControls) |