public final class AddNoDResponse extends AddResponseImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_OID
The OID of the NotiveOfDisconnect extended operation.
|
static AddNoDResponse |
PROTOCOLERROR
The single instance with protocolError result code.
|
static AddNoDResponse |
STRONGAUTHREQUIRED
The single instance with strongAuthRequired result code.
|
static AddNoDResponse |
UNAVAILABLE
The single instance with unavailable result code.
|
ldapResultcontrols| Modifier | Constructor and Description |
|---|---|
private |
AddNoDResponse(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. its
name).
|
toStringequals, getLdapResult, hashCodeaddAllControls, 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 AddNoDResponse UNAVAILABLE
public static final AddNoDResponse PROTOCOLERROR
public static final AddNoDResponse STRONGAUTHREQUIRED
private AddNoDResponse(ResultCodeEnum rcode)
rcode - The ResultCodeEnum value to wrappublic byte[] getResponse()
public String getResponseName()
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.