|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cle.process.Process | +--oracle.cle.process.GenericProcess | +--oracle.clex.process.ValidateRoles
Class takes a vector of roles in its constructor and determines if the logged on user is a member of one of the roles(Integer).
Fields inherited from class oracle.cle.process.GenericProcess |
parent |
Fields inherited from class oracle.cle.process.Process |
condition, DEBUG, endState, FAILURE, name, processes, service, stateMachine, SUCCESS, TRANSITION_CONDITION_FAILURE, TRANSITION_CONDITION_SUCCESS |
Constructor Summary | |
ValidateRoles()
Constructor for ValidateRoles |
|
ValidateRoles(java.util.Vector roles)
Constructor for ValidateRoles that takes int[] of roles |
Method Summary | |
protected void |
registerInfo()
Register all ProcessParameters(user,validroles). |
void |
setRoles(java.util.Vector roles)
|
void |
start()
Determines if the logged on user is a member of one of the defined roles. |
Methods inherited from class oracle.cle.process.Process |
addCondition, addProcess, cloneProcess, debug, generateFailureCondition, generateSuccessCondition, getClassname, getCondition, getConditions, getIconName, getImageName, getName, getProcesses, getProcessNamed, getStateMachine, hashCode, isEndState, removeCondition, removeCondition, reportException, returnCondition, setCondition, setCondition, setEndState, setName, setService, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ValidateRoles()
public ValidateRoles(java.util.Vector roles)
Method Detail |
protected void registerInfo()
registerInfo
in class GenericProcess
public void start()
start
in class GenericProcess
public void setRoles(java.util.Vector roles)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |