public class LogoutViewBean extends AuthViewBeanBase
LogoutViewBean auth
Logout UI.| Modifier and Type | Field and Description |
|---|---|
String |
gotoUrl
Goto url
|
static String |
HTML_TITLE_LOGOUT
Default parameter name for logout html title
|
String |
jsp_page
JSP page
|
static String |
PAGE_NAME
Default page name
|
ResourceBundle |
rb
Resource bundle for
Locale |
String |
ResultVal
Logout result value
|
static String |
TXT_GOTO_LOGIN_AFTER_LOGOUT
Default parameter name for goto login text after logout
|
static String |
TXT_LOGOUT
Default parameter name for logout text
|
static String |
URL_LOGIN
Default parameter name for login url
|
fallbackLocale, PAGE_ENCODING, 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 |
|---|
LogoutViewBean()
Creates
LoginViewBean object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
beginContentHrefLogoutDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins content href logout display
|
boolean |
beginContentStaticTextLogoutDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns
true to display static text content. |
void |
beginDisplay(com.iplanet.jato.view.event.DisplayEvent event)
Called as notification that the JSP has begun its display
processing.
|
boolean |
beginHrefLogoutDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins href logout display
|
boolean |
beginStaticTextLogoutDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins static text logout display
|
protected com.iplanet.jato.view.View |
createChild(String name) |
void |
forwardTo(com.iplanet.jato.RequestContext requestContext)
Forwards the request to this view bean, displaying the page.
|
String |
getDisplayURL()
Returns display url for auth auth Logout UI
|
String |
getTileIndex()
Returns tile Index.
|
void |
handleHrefLogoutRequest(com.iplanet.jato.view.event.RequestInvocationEvent event)
Handles href logout request
|
protected void |
registerChildren()
registers child views
|
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 gotoUrl
public String jsp_page
public ResourceBundle rb
Localepublic static final String URL_LOGIN
public static final String TXT_LOGOUT
public static final String TXT_GOTO_LOGIN_AFTER_LOGOUT
public static final String HTML_TITLE_LOGOUT
protected void registerChildren()
registerChildren in class AuthViewBeanBasepublic 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.ViewBeanBaseprotected com.iplanet.jato.view.View createChild(String name)
createChild in class AuthViewBeanBasepublic 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 handleHrefLogoutRequest(com.iplanet.jato.view.event.RequestInvocationEvent event)
throws javax.servlet.ServletException,
IOException
event - request invocation eventjavax.servlet.ServletException - if it fails to forward logout requestIOException - if it fails to forward logout requestpublic boolean beginHrefLogoutDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue by default.public boolean beginContentHrefLogoutDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue by default.public boolean beginStaticTextLogoutDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue by default.public String getTileIndex()
getTileIndex in class AuthViewBeanBasepublic boolean beginContentStaticTextLogoutDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
true to display static text content.event - Child display event.true to display static text content.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.