|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.turbine.modules.Assembler org.apache.turbine.modules.Action org.apache.turbine.modules.ActionEvent org.apache.jetspeed.modules.actions.portlets.PortletActionEvent org.apache.jetspeed.modules.actions.portlets.PortletAction org.apache.jetspeed.modules.actions.portlets.GenericMVCAction org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction org.apache.jetspeed.modules.actions.portlets.SecureVelocityPortletAction org.apache.jetspeed.modules.actions.portlets.RegistryUpdateAction org.apache.jetspeed.modules.actions.portlets.SecurityUpdateAction
This action sets up the template context for managing of security entries in the Turbine database.
Field Summary |
Fields inherited from class org.apache.jetspeed.modules.actions.portlets.RegistryUpdateAction |
pane, registry, registryEntryName |
Fields inherited from class org.apache.turbine.modules.ActionEvent |
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX |
Constructor Summary | |
SecurityUpdateAction()
|
Method Summary | |
protected void |
buildNormalContext(VelocityPortlet portlet,
org.apache.velocity.context.Context context,
org.apache.turbine.util.RunData rundata)
Subclasses must override this method to provide default behavior for the portlet action |
protected void |
clearUserData(org.apache.turbine.util.RunData rundata)
Clears the temporary storage of any data that was used |
void |
doAddaccess(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Update a security entry in the registry |
void |
doAddallow(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Update a security entry in the registry |
void |
doRemoveaccess(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Remove a access entry from a security entry in the registry |
void |
doRemoveallow(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Update a security entry in the registry |
void |
doUpdateaccess(org.apache.turbine.util.RunData rundata,
org.apache.velocity.context.Context context)
Update a security entry in the registry |
protected void |
resetForm(org.apache.turbine.util.RunData rundata)
Populates the user's temp storage with form data |
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.RegistryUpdateAction |
doAddcapability, doAddmediatype, doAddparameter, doCancel, doDelete, doInsert, doRemovecapability, doRemovemediatypes, doRemoveparameters, doUpdate, doUpdateparameters, doUpdateparametervalues, hasChanged, iteratorToCollection, redirect, updateRegistryEntry |
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.SecureVelocityPortletAction |
executeEvents |
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction |
buildConfigureContext, buildConfigureContext, buildMaximizedContext, buildMaximizedContext, buildNormalContext |
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.GenericMVCAction |
checkAdministrativeAction, doPerform, getAttribute, getAttribute, getPortletInstance, perform, setAttribute |
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.PortletAction |
doPerform, getContext, getPortlet, getTemplate, resetTemplate, setTemplate, setTemplate |
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.PortletActionEvent |
fireEvent |
Methods inherited from class org.apache.turbine.modules.ActionEvent |
executeEvents, formatString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecurityUpdateAction()
Method Detail |
protected void buildNormalContext(VelocityPortlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata) throws java.lang.Exception
VelocityPortletAction
buildNormalContext
in class RegistryUpdateAction
java.lang.Exception
VelocityPortletAction.buildNormalContext(VelocityPortlet, Context, RunData)
public void doAddaccess(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context) throws java.lang.Exception
rundata
- The turbine rundata context for this request.context
- The velocity context for this request.
java.lang.Exception
public void doUpdateaccess(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context) throws java.lang.Exception
rundata
- The turbine rundata context for this request.context
- The velocity context for this request.
java.lang.Exception
public void doRemoveaccess(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context) throws java.lang.Exception
rundata
- The turbine rundata context for this request.context
- The velocity context for this request.
java.lang.Exception
public void doAddallow(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context) throws java.lang.Exception
rundata
- The turbine rundata context for this request.context
- The velocity context for this request.
java.lang.Exception
public void doRemoveallow(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context) throws java.lang.Exception
rundata
- The turbine rundata context for this request.context
- The velocity context for this request.
java.lang.Exception
protected void clearUserData(org.apache.turbine.util.RunData rundata)
clearUserData
in class RegistryUpdateAction
rundata
- protected void resetForm(org.apache.turbine.util.RunData rundata)
resetForm
in class RegistryUpdateAction
rundata
- The turbine rundata context for this request.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |