public class PWResetQuestionTiledView
extends com.iplanet.jato.view.RequestHandlingTiledViewBase
implements com.iplanet.jato.view.TiledView, com.iplanet.jato.RequestHandler
PWResetQuestionTiledView
is a tiled view
for password reset question view bean.Modifier and Type | Field and Description |
---|---|
static String |
FLD_ATTR_NAME
Name of the secret question attribute
|
static String |
LBL_QUESTION
Name of the question field
|
static String |
TF_ANSWER
Name of the user answer to the secret question
|
BEGIN_DISPLAY_EVENT_METHOD_PREFIX, BEGIN_DISPLAY_EVENT_METHOD_SUFFIX, END_DISPLAY_EVENT_METHOD_PREFIX, END_DISPLAY_EVENT_METHOD_SUFFIX, eventMethodRegistry, OPTION_ENABLE_QUALIFIELD_CHILD_NAME_LOOKUPS, OPTION_USE_LEGACY_DISPLAY_EVENT_SIGNATURES
Constructor and Description |
---|
PWResetQuestionTiledView(com.iplanet.jato.view.View parent,
String name)
Constructs a password reset question tiled view
|
Modifier and Type | Method and Description |
---|---|
void |
beginDisplay(com.iplanet.jato.view.event.DisplayEvent event)
Set the required information to display a page.
|
protected com.iplanet.jato.view.View |
createChild(String name)
Creates child component
|
Map<String,String> |
getAnswers()
Gets the users answers to the secret questions
|
boolean |
isAnswerBlank()
Returns true if user does not answer all required questions
|
boolean |
nextTile()
Moves the current tile position to the next available tile.
|
void |
populateQuestionsList(String userDN,
String orgDN)
Populates secret questionKeys list
|
protected void |
registerChildren()
Registers child components/views
|
acceptRequest, afterAllModelsExecute, afterAllWebActionModelsExecute, afterHandleRequestCommandExecution, afterModelExecutes, afterWebActionModelExecutes, appMessage, beforeHandleRequestCommandExecution, beforeModelExecutes, beforeWebActionModelExecutes, createDefaultExecutionContext, executeAutoDeletingModel, executeAutoDeletingModels, executeAutoExecutingModel, executeAutoExecutingModels, executeAutoInsertingModel, executeAutoInsertingModels, executeAutoRetrievingModel, executeAutoRetrievingModels, executeAutoRetrievingModels, executeAutoUpdatingModel, executeAutoUpdatingModels, getAutoDeletingModels, getAutoExecutingModels, getAutoInsertingModels, getAutoRetrieveExecutionContext, getAutoRetrievingModels, getAutoUpdatingModels, getFirstActionExecutionContext, getLastActionExecutionContext, getModel, getNextActionExecutionContext, getPreviousActionExecutionContext, getPrimaryModelClass, getRefreshActionExecutionContext, getRequestCompletionListenerChildNames, getRequestContext, getRequestParticipantChildNames, getSession, getViewBean, getWebActionMaxDisplayRowsSessionKey, getWebActionModelMaxDisplayTiles, getWebActionModelOffset, getWebActionModels, getWebActionRowOffsetSessionKey, handleRequest, handleWebAction, isAutoRetrieveEnabled, onHandleRequestCommandExecutionError, onModelError, onNoModelDataAvailable, onWebActionExecutionError, requestComplete, setAutoDeletingModels, setAutoExecutingModels, setAutoInsertingModels, setAutoRetrieveEnabled, setAutoRetrieveExecutionContext, setAutoRetrievingModels, setAutoUpdatingModels, setPrimaryModelClass, setPrimaryModelClass, setRequestContext, setWebActionModelMaxDisplayTiles, setWebActionModelOffset
applyPrimaryModelDatasetName, dumpChildValues, dumpChildValues, getChild, getChildValues, getDisplayIndex, getMaxDisplayTiles, getNonIndexedQualifiedName, getNumTiles, getPrimaryModel, getPrimaryModelDatasetName, getPrimaryModelReference, getQualifiedName, getTileIndex, incrementDisplayIndex, isTileDisplayable, mapRequestParameters, nextTileInternal, resetDisplayIndex, resetTileIndex, setDisplayIndex, setMaxDisplayTiles, setPrimaryModel, setPrimaryModel, setPrimaryModelDatasetName, setPrimaryModelReference, setTileIndex
beginChildDisplay, beginChildDisplay, beginComponentDisplay, beginDisplay, childExists, createChildReserved, endChildDisplay, endChildDisplay, endComponentDisplay, endDisplay, endDisplay, ensureChild, getChild, getChildNames, getChildNames, getChildType, getCommandChildNames, getDefaultModel, getDisplayField, getDisplayFieldBooleanValue, getDisplayFieldDoubleValue, getDisplayFieldIntValue, getDisplayFieldStringValue, getDisplayFieldValue, getNumChildren, getQualifiedCommandChildNames, mapRequestParameter, onValidationException, registerChild, registerDisplayEventHandlers, removeAllChildren, removeChild, removeQualifiedNameIndices, resetChildren, setDefaultModel, setDisplayFieldValue, setDisplayFieldValue, setDisplayFieldValue, setDisplayFieldValue, unregisterChild
getName, getParent, getParentViewBean, getQualifiedViewNameSeparator, getRootView, getRootView, getSimpleQualifiedName, isVisible, setName, setParent, setQualifiedViewNameSeparator, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChild, getMaxDisplayTiles, getNumTiles, getTileIndex, resetTileIndex, setMaxDisplayTiles, setTileIndex
beginChildDisplay, endChildDisplay, endDisplay, getChild, getChildNames, getChildType, getDefaultModel, getDisplayField, getDisplayFieldValue, getNumChildren, mapRequestParameters, resetChildren, setDisplayFieldValue
getName, getParent, getQualifiedName, setName, setParent
public static final String LBL_QUESTION
public static final String TF_ANSWER
public static final String FLD_ATTR_NAME
public PWResetQuestionTiledView(com.iplanet.jato.view.View parent, String name)
parent
- of tiled viewname
- of view nameprotected void registerChildren()
protected com.iplanet.jato.view.View createChild(String name)
createChild
in class com.iplanet.jato.view.ContainerViewBase
name
- of child componentpublic void beginDisplay(com.iplanet.jato.view.event.DisplayEvent event) throws com.iplanet.jato.model.ModelControlException
beginDisplay
in interface com.iplanet.jato.view.ContainerView
beginDisplay
in class com.iplanet.jato.view.RequestHandlingTiledViewBase
event
- display event.com.iplanet.jato.model.ModelControlException
- if problem access value of component.public boolean nextTile() throws com.iplanet.jato.model.ModelControlException
nextTile
in interface com.iplanet.jato.view.TiledView
nextTile
in class com.iplanet.jato.view.TiledViewBase
com.iplanet.jato.model.ModelControlException
- if manipulation of model fails.public void populateQuestionsList(String userDN, String orgDN)
userDN
- user DNorgDN
- organization DNpublic Map<String,String> getAnswers()
public boolean isAnswerBlank()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.