se.kmr.scam.client.http.command
Class Login

java.lang.Object
  extended byse.kmr.scam.client.http.command.Login
All Implemented Interfaces:
Command

public class Login
extends Object
implements Command

Title:

Description:

Copyright: Copyright (c) 2002

Company:

Version:
1.0
Author:
jand

Field Summary
static String JAAS_APPL_DEFAULT
          Default JAAS Security Domain
static String PASSWORD
          Password parameter
static String USERNAME
          Username parameter
 
Constructor Summary
Login()
           
 
Method Summary
 CommandResponse execute(HttpServletRequest request, HttpServletResponse response)
          Execute the command.
 void init(Map parml)
          Initialize the command with arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME

public static final String USERNAME
Username parameter

See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
Password parameter

See Also:
Constant Field Values

JAAS_APPL_DEFAULT

public static final String JAAS_APPL_DEFAULT
Default JAAS Security Domain

See Also:
Constant Field Values
Constructor Detail

Login

public Login()
Method Detail

execute

public CommandResponse execute(HttpServletRequest request,
                               HttpServletResponse response)
                        throws HttpException
Description copied from interface: Command
Execute the command.

Specified by:
execute in interface Command
Parameters:
request - holds information from the client.
response - holds response information sent to the client.
Returns:
Returns an CommandResponse object.
Throws:
HttpException - thrown in case of an exception during execution of the command.

init

public void init(Map parml)
Description copied from interface: Command
Initialize the command with arguments.

Specified by:
init in interface Command
Parameters:
parml - command arguments.


Copyright © 2003 SCAM. All Rights Reserved.