public abstract class ExecuteMonitorCommandMessageType extends ServerInputMessageType
Modifier and Type | Field and Description |
---|---|
static int |
MESSAGETYPEID
The numeric ID for messages of this type (241092620 )
|
Modifier and Type | Method and Description |
---|---|
abstract ExecuteMonitorCommandMessage |
message(java.lang.String monitorCommand,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID)
Produces an ExecuteMonitorCommandMessage of the appropriate type reflecting the given attribute values
|
public static final int MESSAGETYPEID
public abstract ExecuteMonitorCommandMessage message(java.lang.String monitorCommand, byte[] signature, java.lang.String userAuthenticationAlgorithm, boolean authenticatedByClient, java.lang.String userID)
monitorCommand
- The monitor command to be executedsignature
- The signature authenticating the user IDuserAuthenticationAlgorithm
- Name of the Signature algorithm to be used when signing the user ID/verifying the userID signatureauthenticatedByClient
- true if the user has been authenticated by the clientuserID
- The ID of the user issuing the monitor command