|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.client.http.command.Login
Title:
Description:
Copyright: Copyright (c) 2002
Company:
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 |
public static final String USERNAME
public static final String PASSWORD
public static final String JAAS_APPL_DEFAULT
Constructor Detail |
public Login()
Method Detail |
public CommandResponse execute(HttpServletRequest request, HttpServletResponse response) throws HttpException
Command
execute
in interface Command
request
- holds information from the client.response
- holds response information sent to the client.
HttpException
- thrown in case of an exception during execution
of the command.public void init(Map parml)
Command
init
in interface Command
parml
- command arguments.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |