protected static class JndiConnection.JndiExtendedResponse
extends java.lang.Object
implements javax.naming.ldap.ExtendedResponse
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
encoded
BER encoded response data.
|
private java.lang.String |
oid
OID of the extended response.
|
| Constructor and Description |
|---|
JndiExtendedResponse(java.lang.String id,
byte[] berValue)
Creates a new jndi extended response.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncodedValue() |
java.lang.String |
getID() |
private final java.lang.String oid
private final byte[] encoded