org.rivetlogic.scar.action
Class LoginAction
java.lang.Object
org.rivetlogic.scar.action.BaseAction
org.rivetlogic.scar.action.LoginAction
- All Implemented Interfaces:
- java.io.Serializable
@Name(value="action.loginaction")
@Scope(value=SESSION)
public class LoginAction
- extends BaseAction
Action class that handles user logins
- Author:
- Rivet Logic Corporation
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginAction
public LoginAction()
authenticate
public boolean authenticate()
populateUserInfo
protected void populateUserInfo(com.rivetlogic.core.cma.repo.Ticket ticket)
performLogout
public java.lang.String performLogout()
logoutUser
protected static void logoutUser(RaarServices raarServices,
com.rivetlogic.core.cma.repo.Ticket ticket)
throws com.rivetlogic.core.cma.exception.CmaRuntimeException
- Throws:
com.rivetlogic.core.cma.exception.CmaRuntimeException
getIsLoggedIn
public java.lang.Boolean getIsLoggedIn()
setIsLoggedIn
public void setIsLoggedIn(boolean isLoggedIn)
Copyright 2008, Rivet Logic Corporation.