oracle.clex.process.displaygroup
Class SecureDisplayGroup

java.lang.Object
  |
  +--oracle.cle.process.Process
        |
        +--oracle.cle.process.GenericProcess
              |
              +--oracle.cle.process.ParentProcess
                    |
                    +--oracle.cle.process.DisplayGroup
                          |
                          +--oracle.clex.process.displaygroup.SecureDisplayGroup
All Implemented Interfaces:
Child, java.lang.Cloneable, Parent, ProcessConstants, java.io.Serializable, State

Deprecated. - use DisplayGroup with the pre-group feature

public abstract class SecureDisplayGroup
extends DisplayGroup

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

See Also:
Serialized Form

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
 
Fields inherited from interface oracle.cle.process.ProcessConstants
ALLINFO, BINARYSIZE, CONNECTION_PROVIDER_DTD_NAME, CONNECTION_PROVIDER_VALIDATION_PROPERTY, CONTENTTYPE, CURRENTPAGEID, CURRENTSERVICE, ERRORMESSAGE, GENERICBINARYRESULT, GENERICTEXTRESULT, GETINFO_CHECK_ALL, GETINFO_CHECK_CONTROLLERONLY, GETINFO_CHECK_SERVICEONLY, HTML, HTMLRESULT, JSPRESULT, LOGOFF, NOMESSAGE, PAGEID, PDF, PDFRESULT, PRE_GROUP_DTD_NAME, PRE_GROUP_VALIDATION_PROPERTY, PROCESS_FEEDBACK, RESTART, RESULTTYPE, RULES_DTD_NAME, SERVICE_DESCRIPTOR, SERVICE_DTD_NAME, SERVICE_VALIDATION_PROPERTY, SERVICEINITIALSTATE, SERVICENAME, SESSIONID, SKIP, STACKTRACE, USER, USERROLE, WML, XML, XMLRESULT
 
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.GenericProcess
getBooleanInfo, getFloatInfo, getInfo, getInfo, getInfo, getInfoValue, getInfoValue, getInfoValueFromController, getInfoValueFromService, getIntegerInfo, getParameterNamed, getParameters, getParent, getParents, getResultNamed, getResults, getSessionId, getStringInfo, processParameters, processResults, registerBooleanParameter, registerBooleanResult, registerIntegerParameter, registerIntegerResult, registerParameter, registerProcessInfo, registerResult, registerStringArrayParameter, registerStringArrayResult, registerStringParameter, registerStringParameter, registerStringResult, registerStringResult, retrieveStringParameter, runTest, setParent, setResult, setResult, setResult
 
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

LOGIN_PAGE

public static final java.lang.String LOGIN_PAGE
Deprecated. 

LOGIN_ERROR_PAGE

public static final java.lang.String LOGIN_ERROR_PAGE
Deprecated. 

ACCESS_DENIED_PAGE

public static final java.lang.String ACCESS_DENIED_PAGE
Deprecated. 

LOGIN_SWITCHER

public static final java.lang.String LOGIN_SWITCHER
Deprecated. 

REGISTER_1

public static final java.lang.String REGISTER_1
Deprecated. 

REGISTER_2

public static final java.lang.String REGISTER_2
Deprecated. 

REGISTER_INFO

public static final java.lang.String REGISTER_INFO
Deprecated. 

REGISTER_INFO_ERROR

public static final java.lang.String REGISTER_INFO_ERROR
Deprecated. 

FORGOT_PASSWORD_1

public static final java.lang.String FORGOT_PASSWORD_1
Deprecated. 

FORGOT_PASSWORD_1_ERROR

public static final java.lang.String FORGOT_PASSWORD_1_ERROR
Deprecated. 

FORGOT_PASSWORD_2

public static final java.lang.String FORGOT_PASSWORD_2
Deprecated. 

FORGOT_PASSWORD_2_ERROR

public static final java.lang.String FORGOT_PASSWORD_2_ERROR
Deprecated. 

FORGOT_PASSWORD_3

public static final java.lang.String FORGOT_PASSWORD_3
Deprecated. 

FORGOT_PASSWORD_3_ERROR

public static final java.lang.String FORGOT_PASSWORD_3_ERROR
Deprecated. 

REGISTER_USER

public static final java.lang.String REGISTER_USER
Deprecated. 

SEND_EMAIL

public static final java.lang.String SEND_EMAIL
Deprecated. 

REGISTER_SUCCESS

public static final java.lang.String REGISTER_SUCCESS
Deprecated. 

MODIFY_USER

public static final java.lang.String MODIFY_USER
Deprecated. 

STANDARDIZE_ADDRESS

public static final java.lang.String STANDARDIZE_ADDRESS
Deprecated. 

VALIDATE_ROLES

public static final java.lang.String VALIDATE_ROLES
Deprecated. 
Constructor Detail

SecureDisplayGroup

public SecureDisplayGroup(Service aService,
                          java.util.Vector roles)
Deprecated. 
Constructor for SecureDisplayGroup
Parameters:
aService: - is the Service this Display Group is bound to.
roles - : a vector of roles.

SecureDisplayGroup

public SecureDisplayGroup(Service aService)
Deprecated. 
Parameters:
aService: - is the Service this Display Group is bound to.

SecureDisplayGroup

public SecureDisplayGroup(Service aService,
                          java.lang.String validRoles)
Deprecated. 
Parameters:
aService: - is the Service this Display Group is bound to.
a - vector of valid roles.

SecureDisplayGroup

public SecureDisplayGroup(java.lang.String validRoles)
Deprecated. 
Parameters:
a - vector of valid roles.

SecureDisplayGroup

public SecureDisplayGroup()
Deprecated. 
Default constructor.
Method Detail

registerProcesses

protected void registerProcesses()
Deprecated. 
Register processes/activities in this display group
Overrides:
registerProcesses in class ParentProcess

start

public void start()
           throws TransitionConditionException
Deprecated. 
The behaviour method for this Group
Overrides:
start in class DisplayGroup

setResult

public void setResult(java.lang.String key,
                      State aState)
Deprecated. 
Over-ridden method. This method checks to see if the key is "ServiceInitalState", if it is and if current state is the Login Page then sets the next initial state back to itself

setInitialState

protected void setInitialState(State anInitialState)
Deprecated. 
Over-ridden method. This method is used to pre-pend the additional activities that are unique to this Group.
Overrides:
setInitialState in class ParentProcess

getRegisterProcess

protected abstract RegisterUser getRegisterProcess()
Deprecated. 

getRegisterActivity

protected RegisterUser getRegisterActivity()
Deprecated. Use getRegisterProcess instead


getValueProviderClassname

protected abstract java.lang.String getValueProviderClassname()
Deprecated. 

getValidateGroupLogin

protected abstract ValidateLogin getValidateGroupLogin()
Deprecated. 

getModifyUserActivity

protected abstract ModifyUser getModifyUserActivity()
Deprecated. Will change to getModifyUserProcess() in Cleveland 2.0


getLoginInformationActivity

protected abstract GenericProcess getLoginInformationActivity()
Deprecated. Will change to getLoginInformationProcess() in Cleveland 2.0


getAddressStandardizationActivity

protected abstract GenericProcess getAddressStandardizationActivity()
Deprecated. Will change to getAddressStandardizationProcess() in Cleveland 2.0


getRegistrationUI

protected abstract GenericProcess getRegistrationUI()
Deprecated. 

getRegistrationErrorUI

protected abstract GenericProcess getRegistrationErrorUI()
Deprecated. 

getLoginRouter

protected abstract GenericProcess getLoginRouter()
Deprecated. 

getLoginUI

protected abstract GenericProcess getLoginUI()
Deprecated. 

getLoginErrorUI

protected abstract GenericProcess getLoginErrorUI()
Deprecated. 

getRetrievePasswordUI

protected abstract GenericProcess getRetrievePasswordUI()
Deprecated. 

getRetrievePasswordErrorUI

protected abstract GenericProcess getRetrievePasswordErrorUI()
Deprecated. 

getAnswerHintUI

protected abstract GenericProcess getAnswerHintUI()
Deprecated. 

getAnswerHintErrorUI

protected abstract GenericProcess getAnswerHintErrorUI()
Deprecated. 

getPasswordRetrievedUI

protected abstract GenericProcess getPasswordRetrievedUI()
Deprecated. 

getPasswordRetrievedErrorUI

protected abstract GenericProcess getPasswordRetrievedErrorUI()
Deprecated. 

getAccessDeniedUI

protected abstract GenericProcess getAccessDeniedUI()
Deprecated. 

getSendMailProcess

protected abstract GenericProcess getSendMailProcess()
Deprecated. 

getRegistrationSuccessUI

protected abstract GenericProcess getRegistrationSuccessUI()
Deprecated. 

getValidateHintAnswerProcess

protected abstract GenericProcess getValidateHintAnswerProcess()
Deprecated. 

getValidateRolesProcess

protected abstract GenericProcess getValidateRolesProcess()
Deprecated. 


Copyright © 2003 ORACLE Corp. All Rights Reserved.