Class ExtendedNoDResponse
- java.lang.Object
-
- org.apache.directory.api.ldap.model.message.AbstractMessage
-
- org.apache.directory.api.ldap.model.message.AbstractResponse
-
- org.apache.directory.api.ldap.model.message.AbstractResultResponse
-
- org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
-
- org.apache.directory.api.ldap.model.message.extended.ExtendedNoDResponse
-
- All Implemented Interfaces:
ExtendedResponse,Message,Response,ResultResponse
public final class ExtendedNoDResponse extends AbstractExtendedResponse
An extended operation intended for notifying clients of upcoming disconnection for the Extended response.- Author:
- Apache Directory Project
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXTENSION_OIDThe OID of the NotiveOfDisconnect extended operation.static ExtendedNoDResponsePROTOCOLERRORThe single instance with protocolError result code.(package private) static longserialVersionUIDThe serial version UIDstatic ExtendedNoDResponseSTRONGAUTHREQUIREDThe single instance with strongAuthRequired result code.static ExtendedNoDResponseUNAVAILABLEThe single instance with unavailable result code.-
Fields inherited from class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
responseName
-
Fields inherited from class org.apache.directory.api.ldap.model.message.AbstractResultResponse
ldapResult
-
Fields inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage
controls
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getResponse()Gets the reponse OID specific encoded response values.-
Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractExtendedResponse
equals, getResponseName, hashCode, setResponseName, toString
-
Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractResultResponse
getLdapResult
-
Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
-
Methods inherited from interface org.apache.directory.api.ldap.model.message.ResultResponse
getLdapResult
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
The serial version UID- See Also:
- Constant Field Values
-
EXTENSION_OID
public static final String EXTENSION_OID
The OID of the NotiveOfDisconnect extended operation.- See Also:
- Constant Field Values
-
UNAVAILABLE
public static final ExtendedNoDResponse UNAVAILABLE
The single instance with unavailable result code.
-
PROTOCOLERROR
public static final ExtendedNoDResponse PROTOCOLERROR
The single instance with protocolError result code.
-
STRONGAUTHREQUIRED
public static final ExtendedNoDResponse STRONGAUTHREQUIRED
The single instance with strongAuthRequired result code.
-
-