public class LoginViewBean extends AuthViewBeanBase
LoginViewBean
auth Login UI.| Modifier and Type | Field and Description |
|---|---|
boolean |
accountLocked
Account lock
|
boolean |
bAuthLevel
Auth level
|
static String |
BUTTON
Default parameter name for id button
|
static String |
BUTTON_OLD
Default parameter name for old button
|
String[] |
buttonOptions
List of button options
|
boolean |
bValidSession
Session is valid
|
Callback[] |
callbacks
List of callback
|
String |
choice
Choice
|
static String |
CMD_AGREE
Default parameter name for agree command
|
static String |
CMD_CONTINUE
Default parameter name for continue command
|
static String |
CMD_DISAGREE
Default parameter name for disagree command
|
static String |
CMD_NEW_USER
Default parameter name for new user command
|
static String |
CMD_NO
Default parameter name for command no
|
static String |
CMD_SUBMIT
Default parameter name for submit command
|
static String |
CMD_YES
Default parameter name for command yes
|
static String |
DEFAULT_BTN
Default parameter name for default buttons
|
static String |
DEFAULT_LOGIN_URL
Default parameter name for default login url
|
int |
defaultButtonIndex
Default button index
|
String |
errorCode
Error code
|
String |
ErrorMessage
Error message
|
String |
errorTemplate
Error template
|
static String |
HTML_TITLE_ACCOUNTEXPIRED
Default parameter name of html title for account expired
|
static String |
HTML_TITLE_AUTHERROR
Default parameter name of html title for auth error
|
static String |
HTML_TITLE_AUTHFAILED
Default parameter name of html title for auth failure
|
static String |
HTML_TITLE_AUTHMODULEDENIED
Default parameter name of html title for auth module denied
|
static String |
HTML_TITLE_DISCLAIMER
Default parameter name of html title for disclaimer
|
static String |
HTML_TITLE_INVALIDDOMAIN
Default parameter name of html title for invalid domain
|
static String |
HTML_TITLE_INVALIDPASSWORD
Default parameter name of html title for invalid password
|
static String |
HTML_TITLE_LOGIN
Default parameter name for login html title
|
static String |
HTML_TITLE_MAXSESSIONS
Default parameter name of html title for max session
|
static String |
HTML_TITLE_MEMBERSHIP
Default parameter name of html title for membership
|
static String |
HTML_TITLE_MESSAGE
Default parameter name for login title message
|
static String |
HTML_TITLE_NEWORG
Default parameter name of html title for new organization
|
static String |
HTML_TITLE_NOCONFIGERROR
Default parameter name of html title for no config error
|
static String |
HTML_TITLE_ORGINACTIVE
Default parameter name of html title for org inactive
|
static String |
HTML_TITLE_REDIRECT
Default parameter name for redirect html title
|
static String |
HTML_TITLE_SELFREGERROR
Default parameter name of html title for self registration error
|
static String |
HTML_TITLE_SELFREGMODULE
Default parameter name of html title for self module registration
|
static String |
HTML_TITLE_SESSIONTIMEOUT
Default parameter name of html title for session timeout
|
static String |
HTML_TITLE_USERINACTIVE
Default parameter name of html title for user inactive
|
static String |
HTML_TITLE_USERNOTFOUND
Default parameter name of html title for user not found
|
static String |
HTML_TITLE_USERPROFILENOTFOUND
Default parameter name of html title for user profile not found
|
List<String> |
infoText |
boolean |
isPost
Request is post
|
static String |
LBL_AGREE
Default parameter name for agree label
|
static String |
LBL_CONTINUE
Default parameter name for continue label
|
static String |
LBL_DISAGREE
Default parameter name for disagree label
|
static String |
LBL_NEW_USER
Default parameter name for new user label
|
static String |
LBL_NO
Default parameter name for label no
|
static String |
LBL_RESET
Default parameter name for reset label
|
static String |
LBL_SUBMIT
Default parameter name for submit label
|
static String |
LBL_YES
Default parameter name for label yes
|
String |
lockWarning
Lock warning
|
static String |
LOGIN_URL
Default parameter name for login url
|
boolean |
LoginFail
Login failure
|
boolean |
LoginSuccess
Login success
|
static String |
PAGE_NAME
Page name for login
|
static String |
PAGE_STATE
Default parameter name for page state
|
String |
pageImage
Page image
|
String |
pageState
Page state
|
String |
pageTemplate
Page template
|
String |
redirect_url
Redirect url
|
static String |
REDIRECT_URL
Default parameter name for redirect url
|
List |
requiredList
Required list
|
String |
ResultVal
Result value
|
static String |
SSO_POST |
static String |
SSO_REDIRECT |
String |
TextHeaderVal
Text header value
|
static String |
TILED_BUTTONS
Default parameter name for tiled buttons
|
static String |
TILED_CALLBACKS
Default parameter name for tiled callback
|
static String |
TOKEN
Default parameter name for token
|
static String |
TOKEN_OLD
Default parameter name for old token
|
static String |
TXT_GOTO_LOGIN_AFTER_FAIL
Default parameter name for text goto login after failure
|
fallbackLocale, PAGE_ENCODING, rb, rbCache, SERVICE_URI, serviceUri, storeCookiesDEFAULT_COMMAND_CHILD_NVP_NAME, DISPLAY_EVENT_COMPLETED_REQUEST_ATTRIBUTE_NAME, OPTION_USE_PAGE_SESSION_FOR_DEFAULT_COMMAND_CHILDHANDLE_REQUEST_METHOD_PREFIX, HANDLE_REQUEST_METHOD_SUFFIXBEGIN_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_SIGNATURESPAGE_SESSION_ATTRIBUTE_NVP_NAME, VIEW_BEAN_NAME_SUFFIX| Constructor and Description |
|---|
LoginViewBean()
Creates
LoginViewBean object. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addLoginCallbackMessage(Callback[] callbacks) |
boolean |
beginContentButtonLoginDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins content button login display
|
boolean |
beginContentHrefDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins content href display
|
boolean |
beginContentImageDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins content image display
|
boolean |
beginContentStaticTextHeaderDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins content static text header display
|
boolean |
beginContentStaticTextMessageDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins content static text message display
|
boolean |
beginContentStaticTextResultDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins content static text result display
|
boolean |
beginContentStaticWarningDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins content static warning display
|
void |
beginDisplay(com.iplanet.jato.view.event.DisplayEvent event)
Called as notification that the JSP has begun its display
processing.
|
boolean |
beginHasButtonDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
begins display of has button content
|
boolean |
beginHasNoButtonDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
begins display of has no button content
|
boolean |
beginHrefDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins href display
|
boolean |
beginOccupyFullBrowserDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
begins display of occupy full browser
|
boolean |
beginStaticTextHeaderDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins static text header display
|
boolean |
beginStaticTextMessageDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins static text message display
|
boolean |
beginStaticTextResultDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins static text result display
|
boolean |
beginValidContentDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
gets display of valid content block
|
protected com.iplanet.jato.view.View |
createChild(String name)
creates child view/component
|
void |
enableCookieTimeToLive()
Enables AM session cookie time to live
|
void |
forwardTo(com.iplanet.jato.RequestContext requestContext)
Forwards the request to this view bean, displaying the page.
|
String |
getAuthChainName()
Returns the service (authentication chain name)
|
int |
getCookieTimeToLive()
Returns AM session cookie time to live
|
String |
getDisplayURL()
Returns display url for auth auth Login UI
|
protected void |
getLoginDisplay() |
String |
getRealmName()
Returns the name of the current realm
|
String |
getTileIndex()
Returns tile Index.
|
void |
handleButtonLoginRequest(com.iplanet.jato.view.event.RequestInvocationEvent event)
Handles button login request
|
void |
handleHrefRequest(com.iplanet.jato.view.event.RequestInvocationEvent event)
Handles href login request
|
boolean |
isCookieTimeToLiveEnabled()
Checks whether AM session cookie time to live is enabled
|
protected void |
prepareLoginParams() |
protected void |
processLoginDisplay() |
protected void |
registerChildren()
register child view
|
getEncodedInputValue, getEncodedQueryParams, getRequestLocale, getValidatedInputURL, setPageEncodingdeserializePageAttributesclearPageSessionAttributes, forward, forwardTo, getDefaultCommandDescriptor, getDefaultDisplayURL, getLogicalName, getModuleURL, getPageSessionAttribute, getPageSessionAttributes, getPageSessionAttributeString, getPageSessionAttributeString, getRequestInvocationName, getRequestInvocationName, handleDeserializePageAttributesException, include, include, include, invokeRequestHandler, invokeRequestHandlerInternal, mapRequestParameters, removePageSessionAttribute, securityCheck, setDefaultCommandDescriptor, setDefaultDisplayURL, setPageSessionAttribute, setPageSessionAttributes, setRequestContextacceptRequest, 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, getRefreshActionExecutionContext, getRequestCompletionListenerChildNames, getRequestContext, getRequestParticipantChildNames, getSession, getViewBean, getWebActionModelOffset, getWebActionModels, getWebActionRowOffsetSessionKey, handleRequest, handleWebAction, isAutoRetrieveEnabled, onHandleRequestCommandExecutionError, onModelError, onNoModelDataAvailable, onWebActionExecutionError, requestComplete, setAutoDeletingModels, setAutoExecutingModels, setAutoInsertingModels, setAutoRetrieveEnabled, setAutoRetrieveExecutionContext, setAutoRetrievingModels, setAutoUpdatingModels, setWebActionModelOffsetbeginChildDisplay, 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, unregisterChildgetName, getParent, getParentViewBean, getQualifiedName, getQualifiedViewNameSeparator, getRootView, getRootView, getSimpleQualifiedName, isVisible, setName, setParent, setQualifiedViewNameSeparator, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeginChildDisplay, endChildDisplay, endDisplay, getChild, getChildNames, getChildType, getDefaultModel, getDisplayField, getDisplayFieldValue, getNumChildren, resetChildren, setDisplayFieldValuegetName, getParent, getQualifiedName, setName, setParentpublic static final String PAGE_NAME
public String ResultVal
public String ErrorMessage
public String errorTemplate
public String errorCode
public String lockWarning
public boolean accountLocked
public String TextHeaderVal
public String redirect_url
public String pageState
public String choice
public String pageTemplate
public String pageImage
public boolean LoginFail
public boolean LoginSuccess
public boolean bAuthLevel
public boolean bValidSession
public boolean isPost
public List requiredList
public Callback[] callbacks
public String[] buttonOptions
public int defaultButtonIndex
public static final String TOKEN_OLD
public static final String TOKEN
public static final String BUTTON_OLD
public static final String BUTTON
public static final String PAGE_STATE
public static final String LOGIN_URL
public static final String DEFAULT_LOGIN_URL
public static final String REDIRECT_URL
public static final String TILED_CALLBACKS
public static final String TILED_BUTTONS
public static final String DEFAULT_BTN
public static final String TXT_GOTO_LOGIN_AFTER_FAIL
public static final String CMD_SUBMIT
public static final String LBL_SUBMIT
public static final String CMD_CONTINUE
public static final String LBL_CONTINUE
public static final String CMD_AGREE
public static final String LBL_AGREE
public static final String CMD_DISAGREE
public static final String LBL_DISAGREE
public static final String CMD_YES
public static final String LBL_YES
public static final String CMD_NO
public static final String LBL_NO
public static final String CMD_NEW_USER
public static final String LBL_NEW_USER
public static final String LBL_RESET
public static final String HTML_TITLE_LOGIN
public static final String HTML_TITLE_MESSAGE
public static final String HTML_TITLE_REDIRECT
public static final String HTML_TITLE_ACCOUNTEXPIRED
public static final String HTML_TITLE_AUTHERROR
public static final String HTML_TITLE_SELFREGERROR
public static final String HTML_TITLE_DISCLAIMER
public static final String HTML_TITLE_INVALIDPASSWORD
public static final String HTML_TITLE_INVALIDDOMAIN
public static final String HTML_TITLE_USERPROFILENOTFOUND
public static final String HTML_TITLE_AUTHFAILED
public static final String HTML_TITLE_MEMBERSHIP
public static final String HTML_TITLE_AUTHMODULEDENIED
public static final String HTML_TITLE_NOCONFIGERROR
public static final String HTML_TITLE_ORGINACTIVE
public static final String HTML_TITLE_SELFREGMODULE
public static final String HTML_TITLE_SESSIONTIMEOUT
public static final String HTML_TITLE_USERNOTFOUND
public static final String HTML_TITLE_USERINACTIVE
public static final String HTML_TITLE_NEWORG
public static final String HTML_TITLE_MAXSESSIONS
public static final String SSO_REDIRECT
public static final String SSO_POST
protected void registerChildren()
registerChildren in class AuthViewBeanBaseprotected com.iplanet.jato.view.View createChild(String name)
createChild in class AuthViewBeanBasename - of view/componentpublic void forwardTo(com.iplanet.jato.RequestContext requestContext)
RequestDispatcher.forward(),
meaning that the same semantics apply to the use of this method.
This method makes implicit use of the display URL returned
by the getDisplayURL() method.forwardTo in interface com.iplanet.jato.view.ViewBeanforwardTo in class com.iplanet.jato.view.ViewBeanBaserequestContext - servlet context for auth requestpublic String getDisplayURL()
getDisplayURL in interface com.iplanet.jato.view.ViewBeangetDisplayURL in class com.iplanet.jato.view.ViewBeanBasepublic void beginDisplay(com.iplanet.jato.view.event.DisplayEvent event)
throws com.iplanet.jato.model.ModelControlException
beginDisplay in interface com.iplanet.jato.view.ContainerViewbeginDisplay in class com.iplanet.jato.view.RequestHandlingViewBaseevent - Display Event.com.iplanet.jato.model.ModelControlException - if manipulation of a model fails during
display preparation or execution of auto-retrieving models.public void handleButtonLoginRequest(com.iplanet.jato.view.event.RequestInvocationEvent event)
event - request invocation eventpublic void handleHrefRequest(com.iplanet.jato.view.event.RequestInvocationEvent event)
event - request invocation event.protected void addLoginCallbackMessage(Callback[] callbacks) throws Exception
Exceptionpublic String getTileIndex()
getTileIndex in class AuthViewBeanBaseprotected void prepareLoginParams()
public boolean beginStaticTextResultDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue by default.public boolean beginContentStaticTextResultDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventfalse if result value if null or empty.public boolean beginContentStaticWarningDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue if lock warning is not null or not empty.public boolean beginStaticTextMessageDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue by default.public boolean beginContentStaticTextMessageDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue if error message is not null or not empty.public boolean beginStaticTextHeaderDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue by default.public boolean beginContentStaticTextHeaderDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue if text header is not null or not empty.public boolean beginHrefDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue by default.public boolean beginContentHrefDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue if result value is not null and account is not
locked or error template is not null and not empty.public boolean beginContentButtonLoginDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue if login is not completed.public boolean beginContentImageDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue if page image is not null or not empty.public boolean beginValidContentDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - - child display eventpublic boolean beginHasButtonDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - - child display eventpublic boolean beginHasNoButtonDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - - child display eventpublic boolean beginOccupyFullBrowserDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - - child display eventpublic void enableCookieTimeToLive()
public boolean isCookieTimeToLiveEnabled()
true if AM session cookie time to live
is enabled, otherwise returns falsepublic int getCookieTimeToLive()
public String getRealmName()
public String getAuthChainName()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.