protected static class JndiConnection.JndiExtendedRequest extends Object implements ExtendedRequest
Modifier and Type | Field and Description |
---|---|
private byte[] |
encoded
BER encoded request data.
|
private String |
oid
OID of the extended request.
|
Constructor and Description |
---|
JndiExtendedRequest(String id,
byte[] berValue)
Creates a new jndi extended request.
|
Modifier and Type | Method and Description |
---|---|
ExtendedResponse |
createExtendedResponse(String id,
byte[] berValue,
int offset,
int length) |
byte[] |
getEncodedValue() |
String |
getID() |
private final String oid
private final byte[] encoded
public JndiExtendedRequest(String id, byte[] berValue)
id
- request oidberValue
- BER encoded requestpublic String getID()
getID
in interface ExtendedRequest
public byte[] getEncodedValue()
getEncodedValue
in interface ExtendedRequest
public ExtendedResponse createExtendedResponse(String id, byte[] berValue, int offset, int length) throws NamingException
createExtendedResponse
in interface ExtendedRequest
NamingException
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.