|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.operation.ActionHelper
org.glite.security.voms.request.ExpireCompleteRequestsAction
An action for deleting complete requests from the database.
Field Summary | |
static long |
ONE_DAY
The length of one day in milliseconds. |
Fields inherited from class org.glite.security.voms.operation.ActionHelper |
cns |
Constructor Summary | |
ExpireCompleteRequestsAction()
|
Method Summary | |
void |
checkPermission()
Expiry needs LIST priviliges on the VO group. |
void |
perform()
Do the operation that this action represents, without ACL checks. |
Methods inherited from class org.glite.security.voms.operation.ActionHelper |
getAdminUsers, getContainerName, getDescription, getParameters, performWithResult |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final long ONE_DAY
Constructor Detail |
public ExpireCompleteRequestsAction()
Method Detail |
public void checkPermission() throws VOMSException
TODO: revise this.
checkPermission
in interface Action
checkPermission
in class ActionHelper
VOMSException
public void perform() throws VOMSException
Action
Action.performWithResult()
, for actions that do not need
a return value. Most actions are like this, so the elimination of the
extra return statement seems worthwhile.
perform
in interface Action
perform
in class ActionHelper
VOMSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |