Class IdUCommandContext


public final class IdUCommandContext extends IdCommandContext<IdUResponseType>
The command context for user API commands.
  • Constructor Details

    • IdUCommandContext

      public IdUCommandContext(IdServiceDirectoryType inServices, IdServerStrings inStrings, UUID inRequestId, IdDatabaseTransactionType inTransaction, IdServerClock inClock, IdUser inUser, IdUserSession inSession, String remoteHost, String remoteUserAgent)
      The context for execution of a command (or set of commands in a transaction).
      Parameters:
      inServices - The service directory
      inStrings - The string resources
      inRequestId - The request ID
      inTransaction - The transaction
      inClock - The clock
      inUser - The user executing the command
      inSession - The user session
      remoteHost - The remote host
      remoteUserAgent - The remote user agent
  • Method Details