|
|||||||||
| Home >> All >> com >> RuntimeCollective >> webapps >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.RuntimeCollective.webapps.action
Class AuthenticatedBeanLoader

java.lang.ObjectBaseAction
com.RuntimeCollective.webapps.action.BaseForwardAction
com.RuntimeCollective.webapps.action.BaseUserAction
com.RuntimeCollective.permission.action.PermissibleAction
com.RuntimeCollective.webapps.action.BeanLoader
com.RuntimeCollective.webapps.action.AuthenticatedBeanLoader
- public class AuthenticatedBeanLoader
- extends BeanLoader
A subclass of BeanLoader that requires the user to be logged on before proceeding.
- Version:
- $Id: AuthenticatedBeanLoader.java,v 1.3 2003/09/30 15:13:07 joe Exp $
| Field Summary |
| Fields inherited from class com.RuntimeCollective.permission.action.PermissibleAction |
DENIED, NOT_AUTH |
| Fields inherited from class com.RuntimeCollective.webapps.action.BaseUserAction |
USER_KEY |
| Fields inherited from class com.RuntimeCollective.webapps.action.BaseForwardAction |
CANCEL, FAILURE, FAILURE_KEY, INVALID, ITERATE, SUCCESS, SUCCESS_FORWARD, SUCCESS_KEY, SUCCESS_PARAM_MAP, TRANSACTION_TOKEN_KEY |
| Constructor Summary | |
AuthenticatedBeanLoader()
|
|
| Method Summary | |
protected void |
checkPermissions(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Make sure the user is logged on |
| Methods inherited from class com.RuntimeCollective.webapps.action.BeanLoader |
cleanParameter, executeLogic |
| Methods inherited from class com.RuntimeCollective.permission.action.PermissibleAction |
authorisedPreProcess, preProcess, validateRequest |
| Methods inherited from class com.RuntimeCollective.webapps.action.BaseUserAction |
execute, getUser |
| Methods inherited from class com.RuntimeCollective.webapps.action.BaseForwardAction |
findFailure, findSuccess, forward, getToken, isTokenValid, iterate, resetToken, saveToken, setFailureForward, setSuccessForward, setSuccessForward, setSuccessForward, setToken, validForm |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
AuthenticatedBeanLoader
public AuthenticatedBeanLoader()
| Method Detail |
checkPermissions
protected void checkPermissions(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
- Make sure the user is logged on
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> webapps >> [ action overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
BaseAction