com.mf.roundhouse.core.action
Class Permissions

java.lang.Object
  extended byAction
      extended bycom.mf.roundhouse.core.action.RoundhouseAction
          extended bycom.mf.roundhouse.core.action.Permissions

public class Permissions
extends RoundhouseAction

Author:
Jeffrey Payne
See Also:
Serialized Form

Field Summary
static java.lang.String BEAN_PERMISSION_MAP
           
static java.lang.String BEAN_PRINCIPAL
           
static java.lang.String PARAM_EDITING
           
static java.lang.String PARAM_PRINCIPAL_ID
           
static java.lang.String PARAM_PRINCIPAL_TYPE
           
static java.lang.String VALUE_GROUP
           
static java.lang.String VALUE_USER
           
 
Constructor Summary
Permissions()
           
 
Method Summary
protected  com.mf.kennewick.util.Permission getPermission()
           
protected  ActionForward roundhouseProcess(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class com.mf.roundhouse.core.action.RoundhouseAction
asIdentifier, asIdString, execute, getSessionCollaborator, handleAccessError, isAuthorized, nullify, preProcess, preProcessAuthorized, preProcessValidateUserSetup, setLastActionCalled, setSavedChangesMessage, skipValidation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_PRINCIPAL_TYPE

public static final java.lang.String PARAM_PRINCIPAL_TYPE
See Also:
Constant Field Values

VALUE_GROUP

public static final java.lang.String VALUE_GROUP
See Also:
Constant Field Values

VALUE_USER

public static final java.lang.String VALUE_USER
See Also:
Constant Field Values

PARAM_PRINCIPAL_ID

public static final java.lang.String PARAM_PRINCIPAL_ID
See Also:
Constant Field Values

BEAN_PERMISSION_MAP

public static final java.lang.String BEAN_PERMISSION_MAP
See Also:
Constant Field Values

BEAN_PRINCIPAL

public static final java.lang.String BEAN_PRINCIPAL
See Also:
Constant Field Values

PARAM_EDITING

public static final java.lang.String PARAM_EDITING
See Also:
Constant Field Values
Constructor Detail

Permissions

public Permissions()
Method Detail

getPermission

protected com.mf.kennewick.util.Permission getPermission()
Specified by:
getPermission in class RoundhouseAction

roundhouseProcess

protected ActionForward roundhouseProcess(ActionMapping mapping,
                                          ActionForm form,
                                          HttpServletRequest request,
                                          HttpServletResponse response)
                                   throws java.lang.Exception
Specified by:
roundhouseProcess in class RoundhouseAction
Throws:
java.lang.Exception


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.