|
|||||||||
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.cle.process.ParentProcess | +--oracle.cle.process.DisplayGroup | +--oracle.clex.process.displaygroup.SecureDisplayGroup
This is the Secure Display group. All display groups which need to make their display groups secure can extend this class instead of directly inheriting from DisplayGroup
Field Summary | |
static java.lang.String |
ACCESS_DENIED_PAGE
Deprecated. |
static java.lang.String |
FORGOT_PASSWORD_1
Deprecated. |
static java.lang.String |
FORGOT_PASSWORD_1_ERROR
Deprecated. |
static java.lang.String |
FORGOT_PASSWORD_2
Deprecated. |
static java.lang.String |
FORGOT_PASSWORD_2_ERROR
Deprecated. |
static java.lang.String |
FORGOT_PASSWORD_3
Deprecated. |
static java.lang.String |
FORGOT_PASSWORD_3_ERROR
Deprecated. |
static java.lang.String |
LOGIN_ERROR_PAGE
Deprecated. |
static java.lang.String |
LOGIN_PAGE
Deprecated. |
static java.lang.String |
LOGIN_SWITCHER
Deprecated. |
static java.lang.String |
MODIFY_USER
Deprecated. |
static java.lang.String |
REGISTER_1
Deprecated. |
static java.lang.String |
REGISTER_2
Deprecated. |
static java.lang.String |
REGISTER_INFO
Deprecated. |
static java.lang.String |
REGISTER_INFO_ERROR
Deprecated. |
static java.lang.String |
REGISTER_SUCCESS
Deprecated. |
static java.lang.String |
REGISTER_USER
Deprecated. |
static java.lang.String |
SEND_EMAIL
Deprecated. |
static java.lang.String |
STANDARDIZE_ADDRESS
Deprecated. |
static java.lang.String |
VALIDATE_ROLES
Deprecated. |
Fields inherited from class oracle.cle.process.DisplayGroup |
dtdValidation, groupNavigationTable, PAGE_ID |
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 | |
SecureDisplayGroup()
Deprecated. Default constructor. |
|
SecureDisplayGroup(Service aService)
Deprecated. |
|
SecureDisplayGroup(Service aService,
java.lang.String validRoles)
Deprecated. |
|
SecureDisplayGroup(Service aService,
java.util.Vector roles)
Deprecated. Constructor for SecureDisplayGroup |
|
SecureDisplayGroup(java.lang.String validRoles)
Deprecated. |
Method Summary | |
protected abstract GenericProcess |
getAccessDeniedUI()
Deprecated. |
protected abstract GenericProcess |
getAddressStandardizationActivity()
Deprecated. Will change to getAddressStandardizationProcess() in Cleveland 2.0 |
protected abstract GenericProcess |
getAnswerHintErrorUI()
Deprecated. |
protected abstract GenericProcess |
getAnswerHintUI()
Deprecated. |
protected abstract GenericProcess |
getLoginErrorUI()
Deprecated. |
protected abstract GenericProcess |
getLoginInformationActivity()
Deprecated. Will change to getLoginInformationProcess() in Cleveland 2.0 |
protected abstract GenericProcess |
getLoginRouter()
Deprecated. |
protected abstract GenericProcess |
getLoginUI()
Deprecated. |
protected abstract ModifyUser |
getModifyUserActivity()
Deprecated. Will change to getModifyUserProcess() in Cleveland 2.0 |
protected abstract GenericProcess |
getPasswordRetrievedErrorUI()
Deprecated. |
protected abstract GenericProcess |
getPasswordRetrievedUI()
Deprecated. |
protected RegisterUser |
getRegisterActivity()
Deprecated. Use getRegisterProcess instead |
protected abstract RegisterUser |
getRegisterProcess()
Deprecated. |
protected abstract GenericProcess |
getRegistrationErrorUI()
Deprecated. |
protected abstract GenericProcess |
getRegistrationSuccessUI()
Deprecated. |
protected abstract GenericProcess |
getRegistrationUI()
Deprecated. |
protected abstract GenericProcess |
getRetrievePasswordErrorUI()
Deprecated. |
protected abstract GenericProcess |
getRetrievePasswordUI()
Deprecated. |
protected abstract GenericProcess |
getSendMailProcess()
Deprecated. |
protected abstract ValidateLogin |
getValidateGroupLogin()
Deprecated. |
protected abstract GenericProcess |
getValidateHintAnswerProcess()
Deprecated. |
protected abstract GenericProcess |
getValidateRolesProcess()
Deprecated. |
protected abstract java.lang.String |
getValueProviderClassname()
Deprecated. |
protected void |
registerProcesses()
Deprecated. Register processes/activities in this display group |
protected void |
setInitialState(State anInitialState)
Deprecated. Over-ridden method. |
void |
setResult(java.lang.String key,
State aState)
Deprecated. Over-ridden method. |
void |
start()
Deprecated. The behaviour method for this Group |
Methods inherited from class oracle.cle.process.DisplayGroup |
clone, getGroupNavigationTable, loadFromXML, loadPreprocessingProcesses, main, registerInfo, setGroupNavigationTable, setServiceInitialState |
Methods inherited from class oracle.cle.process.ParentProcess |
addTransition, buildTransitionTable, doSkip, getChildren, getEndStates, getInitialState, getSkipable, isReady, processParameters, processResults, registerProcess, setSkipable, skip |
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 |
Methods inherited from interface oracle.cle.process.Parent |
getInfo, getName, getParents |
Methods inherited from interface oracle.cle.process.Child |
getParameters, getParent, getParents, getResults, setParent |
Field Detail |
public static final java.lang.String LOGIN_PAGE
public static final java.lang.String LOGIN_ERROR_PAGE
public static final java.lang.String ACCESS_DENIED_PAGE
public static final java.lang.String LOGIN_SWITCHER
public static final java.lang.String REGISTER_1
public static final java.lang.String REGISTER_2
public static final java.lang.String REGISTER_INFO
public static final java.lang.String REGISTER_INFO_ERROR
public static final java.lang.String FORGOT_PASSWORD_1
public static final java.lang.String FORGOT_PASSWORD_1_ERROR
public static final java.lang.String FORGOT_PASSWORD_2
public static final java.lang.String FORGOT_PASSWORD_2_ERROR
public static final java.lang.String FORGOT_PASSWORD_3
public static final java.lang.String FORGOT_PASSWORD_3_ERROR
public static final java.lang.String REGISTER_USER
public static final java.lang.String SEND_EMAIL
public static final java.lang.String REGISTER_SUCCESS
public static final java.lang.String MODIFY_USER
public static final java.lang.String STANDARDIZE_ADDRESS
public static final java.lang.String VALIDATE_ROLES
Constructor Detail |
public SecureDisplayGroup(Service aService, java.util.Vector roles)
aService:
- is the Service this Display Group is bound to.roles
- : a vector of roles.public SecureDisplayGroup(Service aService)
aService:
- is the Service this Display Group is bound to.public SecureDisplayGroup(Service aService, java.lang.String validRoles)
aService:
- is the Service this Display Group is bound to.a
- vector of valid roles.public SecureDisplayGroup(java.lang.String validRoles)
a
- vector of valid roles.public SecureDisplayGroup()
Method Detail |
protected void registerProcesses()
registerProcesses
in class ParentProcess
public void start() throws TransitionConditionException
start
in class DisplayGroup
public void setResult(java.lang.String key, State aState)
protected void setInitialState(State anInitialState)
setInitialState
in class ParentProcess
protected abstract RegisterUser getRegisterProcess()
protected RegisterUser getRegisterActivity()
protected abstract java.lang.String getValueProviderClassname()
protected abstract ValidateLogin getValidateGroupLogin()
protected abstract ModifyUser getModifyUserActivity()
protected abstract GenericProcess getLoginInformationActivity()
protected abstract GenericProcess getAddressStandardizationActivity()
protected abstract GenericProcess getRegistrationUI()
protected abstract GenericProcess getRegistrationErrorUI()
protected abstract GenericProcess getLoginRouter()
protected abstract GenericProcess getLoginUI()
protected abstract GenericProcess getLoginErrorUI()
protected abstract GenericProcess getRetrievePasswordUI()
protected abstract GenericProcess getRetrievePasswordErrorUI()
protected abstract GenericProcess getAnswerHintUI()
protected abstract GenericProcess getAnswerHintErrorUI()
protected abstract GenericProcess getPasswordRetrievedUI()
protected abstract GenericProcess getPasswordRetrievedErrorUI()
protected abstract GenericProcess getAccessDeniedUI()
protected abstract GenericProcess getSendMailProcess()
protected abstract GenericProcess getRegistrationSuccessUI()
protected abstract GenericProcess getValidateHintAnswerProcess()
protected abstract GenericProcess getValidateRolesProcess()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |