org.apache.directory.shared.ldap.message.extended
Class LaunchDiagnosticUiRequest
java.lang.Object
org.apache.directory.shared.ldap.message.AbstractMessage
org.apache.directory.shared.ldap.message.AbstractRequest
org.apache.directory.shared.ldap.message.ExtendedRequestImpl
org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiRequest
- All Implemented Interfaces:
- javax.naming.ldap.ExtendedRequest, ExtendedRequest, Message, Request, ResultResponseRequest, java.io.Serializable, SingleReplyRequest
- public class LaunchDiagnosticUiRequest
- extends ExtendedRequestImpl
An extended operation which launches an internal diagnostic UI. Only the
administrator is authorized to execute this request. All other requestors
will have a response with result code of insufficientAccessRights(50) sent.
Any failures to launch the UI will return a operationsError(1) result code.
- Version:
- $Rev: 379008 $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
Method Summary |
javax.naming.ldap.ExtendedResponse |
createExtendedResponse(java.lang.String id,
byte[] berValue,
int offset,
int length)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.ldap.message.Request |
hasResponse |
EXTENSION_OID
public static final java.lang.String EXTENSION_OID
- See Also:
- Constant Field Values
LaunchDiagnosticUiRequest
public LaunchDiagnosticUiRequest(int messageId)
createExtendedResponse
public javax.naming.ldap.ExtendedResponse createExtendedResponse(java.lang.String id,
byte[] berValue,
int offset,
int length)
- Specified by:
createExtendedResponse
in interface javax.naming.ldap.ExtendedRequest
- Overrides:
createExtendedResponse
in class ExtendedRequestImpl
Copyright © 2003-2006 . All Rights Reserved.