org.apache.directory.api.ldap.model.message.extended
Class BindNoDResponse
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.BindResponseImpl
org.apache.directory.api.ldap.model.message.extended.BindNoDResponse
- All Implemented Interfaces:
- BindResponse, Message, Response, ResultResponse
public class BindNoDResponse
- extends BindResponseImpl
An extended operation intended for notifying clients of upcoming
disconnection for the Bind response.
- Author:
- Apache Directory Project
| Fields inherited from interface org.apache.directory.api.ldap.model.message.BindResponse |
TYPE |
|
Method Summary |
byte[] |
getResponse()
Gets the reponse OID specific encoded response values. |
String |
getResponseName()
Gets the OID uniquely identifying this extended response (a.k.a. |
| 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 interface org.apache.directory.api.ldap.model.message.Message |
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId |
EXTENSION_OID
public static final String EXTENSION_OID
- The OID of the NotiveOfDisconnect extended operation.
- See Also:
- Constant Field Values
UNAVAILABLE
public static final BindNoDResponse UNAVAILABLE
- The single instance with unavailable result code.
PROTOCOLERROR
public static final BindNoDResponse PROTOCOLERROR
- The single instance with protocolError result code.
STRONGAUTHREQUIRED
public static final BindNoDResponse STRONGAUTHREQUIRED
- The single instance with strongAuthRequired result code.
getResponse
public byte[] getResponse()
- Gets the reponse OID specific encoded response values.
- Returns:
- the response specific encoded response values.
getResponseName
public String getResponseName()
- Gets the OID uniquely identifying this extended response (a.k.a. its
name).
- Returns:
- the OID of the extended response type.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.