no.inspera.services.pedal.actions
Class Login

java.lang.Object
  extended by no.inspera.services.pedal.actions.Login
All Implemented Interfaces:
Action

public class Login
extends java.lang.Object
implements Action

The entry point to the personalised course. This class also responsible for ensuring security.

Since:
23.12.2007
Version:
$Id: Login.java 45069 2008-05-29 08:25:25Z naimdjon $
Author:
Naimdjon Takhirov

Constructor Summary
Login()
           
 
Method Summary
 Result execute(no.inspera.utils.Parameters params)
          Executes login action which checks if the user is logged in and cofigures the personalised course.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Login

public Login()
Method Detail

execute

public Result execute(no.inspera.utils.Parameters params)
Executes login action which checks if the user is logged in and cofigures the personalised course.

Specified by:
execute in interface Action
Parameters:
params - the current request parameters.
Returns:
the result of the action.


Copyright © 2008 Naimdjon Takhirov (naimdjon@gmail.com). All Rights Reserved.