public final class ExtendedNoDResponse extends AbstractExtendedResponse
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_OID
The OID of the NotiveOfDisconnect extended operation.
|
static ExtendedNoDResponse |
PROTOCOLERROR
The single instance with protocolError result code.
|
(package private) static long |
serialVersionUID
The serial version UID
|
static ExtendedNoDResponse |
STRONGAUTHREQUIRED
The single instance with strongAuthRequired result code.
|
static ExtendedNoDResponse |
UNAVAILABLE
The single instance with unavailable result code.
|
responseNameldapResultcontrols| Modifier | Constructor and Description |
|---|---|
private |
ExtendedNoDResponse(ResultCodeEnum rcode)
Creates a new instance of NoticeOfDisconnect.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getResponse()
Gets the reponse OID specific encoded response values.
|
equals, getResponseName, hashCode, setResponseName, toStringgetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageIdstatic final long serialVersionUID
public static final String EXTENSION_OID
public static final ExtendedNoDResponse UNAVAILABLE
public static final ExtendedNoDResponse PROTOCOLERROR
public static final ExtendedNoDResponse STRONGAUTHREQUIRED
private ExtendedNoDResponse(ResultCodeEnum rcode)
rcode - The ResultCodeEnum value to wrapCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.