public abstract class ExecuteCompiledMonitorCommandMessage extends ServerInputMessage
Modifier and Type | Method and Description |
---|---|
byte[] |
getSignature()
Gets the signature authenticating the user ID
|
java.lang.String |
getUserAuthenticationAlgorithm()
Gets The algorithm that can be used by the server to authenticate the user
|
java.lang.String |
getUserID()
Gets The user ID of the user issuing the monitor command
|
boolean |
isUserAuthenticatedByClient()
Tells whether the user issuing the monitor command has been authenticated by the client
|
getMessageTypeID, readMessage, sendMessage
public final byte[] getSignature()
public final java.lang.String getUserAuthenticationAlgorithm()
public final java.lang.String getUserID()
public final boolean isUserAuthenticatedByClient()