be.SIRAPRISE.messages
Class ExecuteMonitorCommandMessage

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessage
      extended by be.SIRAPRISE.messages.ServerInputMessage
          extended by be.SIRAPRISE.messages.ExecuteMonitorCommandMessage

public abstract class ExecuteMonitorCommandMessage
extends ServerInputMessage

Author:
Erwin Smout

Method Summary
 java.lang.String getMonitorCommand()
          Gets the monitor command issued by the user
 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
 
Methods inherited from class be.SIRAPRISE.messages.ServerMessage
getMessageTypeID, readMessage, sendMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMonitorCommand

public java.lang.String getMonitorCommand()
Gets the monitor command issued by the user

Returns:
the monitor command issued by the user

getSignature

public byte[] getSignature()
Gets the signature authenticating the user ID

Returns:
the signature authenticating the user ID

getUserAuthenticationAlgorithm

public java.lang.String getUserAuthenticationAlgorithm()
Gets The algorithm that can be used by the server to authenticate the user

Returns:
The algorithm that can be used by the server to authenticate the user

getUserID

public java.lang.String getUserID()
Gets The user ID of the user issuing the monitor command

Returns:
The user ID of the user issuing the monitor command

isUserAuthenticatedByClient

public boolean isUserAuthenticatedByClient()
Tells whether the user issuing the monitor command has been authenticated by the client

Returns:
true if the user issuing the monitor command has been authenticated by the client