public final class SearchNoDResponse extends SearchResultDoneImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_OID
The OID of the NotiveOfDisconnect extended operation.
|
static SearchNoDResponse |
PROTOCOLERROR
The single instance with protocolError result code.
|
static SearchNoDResponse |
STRONGAUTHREQUIRED
The single instance with strongAuthRequired result code.
|
static SearchNoDResponse |
UNAVAILABLE
The single instance with unavailable result code.
|
ldapResultcontrols| Modifier | Constructor and Description |
|---|---|
private |
SearchNoDResponse(ResultCodeEnum rcode)
Creates a new instance of NoticeOfDisconnect.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getResponse()
Gets the reponse OID specific encoded response values.
|
String |
getResponseName()
Gets the OID uniquely identifying this extended response (a.k.a.
|
equals, hashCode, 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, setMessageIdpublic static final String EXTENSION_OID
public static final SearchNoDResponse UNAVAILABLE
public static final SearchNoDResponse PROTOCOLERROR
public static final SearchNoDResponse STRONGAUTHREQUIRED
private SearchNoDResponse(ResultCodeEnum rcode)
rcode - The ResultCodeEnum value to wrappublic byte[] getResponse()
public String getResponseName()
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.