|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.nst.pasientlink.authenticator.admin.command.Command | +--org.nst.pasientlink.authenticator.admin.command.AuthenticateSessionCommand
Field Summary | |
private int |
authenticationReturnValue
|
static java.lang.String |
TEMPLATE_NAME
|
Fields inherited from class org.nst.pasientlink.authenticator.admin.command.Command |
COMMAND, COMMAND_PARAMETER, DATE_FORMATTER, mySession, request, response, RETURN_VALUE |
Constructor Summary | |
AuthenticateSessionCommand(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
Method Summary | |
java.lang.String |
exec(org.apache.velocity.context.Context ctx)
Implemented by classes that extends this class |
void |
setAuthenticationReturnValue(int myRetVal)
setAuthenticationReturnValue sets the return value from the actual authenticateSession call, performed by the Controller before generating this command object. |
Methods inherited from class org.nst.pasientlink.authenticator.admin.command.Command |
getAuthenticatorStorage, getUtility, setCommonResponseHeaders |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final java.lang.String TEMPLATE_NAME
private int authenticationReturnValue
Constructor Detail |
public AuthenticateSessionCommand(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Method Detail |
public void setAuthenticationReturnValue(int myRetVal)
public java.lang.String exec(org.apache.velocity.context.Context ctx)
Command
exec
in class Command
org.nst.pasientlink.authenticator.admin.command.Command
the
- context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |