public abstract class AuthViewBeanBase extends ConsoleViewBeanBase
ViewBean
auth UI.Modifier and Type | Field and Description |
---|---|
protected Locale |
fallbackLocale |
static String |
PAGE_ENCODING
Parameter name for page encoding.
|
ResourceBundle |
rb
Resource bundle with
Locale |
static AMResourceBundleCache |
rbCache |
static String |
SERVICE_URI
Parameter name for service uri.
|
static String |
serviceUri
Configured service uri.
|
static Set |
storeCookies
When HTTP request is made, we get authcontext and get current locale and
store it in fallbackLocale.
|
DEFAULT_COMMAND_CHILD_NVP_NAME, DISPLAY_EVENT_COMPLETED_REQUEST_ATTRIBUTE_NAME, OPTION_USE_PAGE_SESSION_FOR_DEFAULT_COMMAND_CHILD
HANDLE_REQUEST_METHOD_PREFIX, HANDLE_REQUEST_METHOD_SUFFIX
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
PAGE_SESSION_ATTRIBUTE_NVP_NAME, VIEW_BEAN_NAME_SUFFIX
Constructor and Description |
---|
AuthViewBeanBase(String pageName)
Creates
AuthViewBeanBase object. |
Modifier and Type | Method and Description |
---|---|
protected com.iplanet.jato.view.View |
createChild(String name) |
String |
getEncodedInputValue(String inputValue)
Returns the Base64 ecoded URL value.
|
String |
getEncodedQueryParams(javax.servlet.http.HttpServletRequest request)
Returns the validated and Base64 ecoded query params value.
|
Locale |
getRequestLocale()
Returns
Locale for auth request. |
abstract String |
getTileIndex()
Returns tile index for auth UI.
|
String |
getValidatedInputURL(String inputURL,
String encoded,
javax.servlet.http.HttpServletRequest request)
Returns the validated and Base64 ecoded URL value.
|
protected void |
registerChildren()
registers child views
|
protected void |
setPageEncoding(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
deserializePageAttributes
clearPageSessionAttributes, forward, forwardTo, forwardTo, getDefaultCommandDescriptor, getDefaultDisplayURL, getDisplayURL, getLogicalName, getModuleURL, getPageSessionAttribute, getPageSessionAttributes, getPageSessionAttributeString, getPageSessionAttributeString, getRequestInvocationName, getRequestInvocationName, handleDeserializePageAttributesException, include, include, include, invokeRequestHandler, invokeRequestHandlerInternal, mapRequestParameters, removePageSessionAttribute, securityCheck, setDefaultCommandDescriptor, setDefaultDisplayURL, setPageSessionAttribute, setPageSessionAttributes, setRequestContext
acceptRequest, afterAllModelsExecute, afterAllWebActionModelsExecute, afterHandleRequestCommandExecution, afterModelExecutes, afterWebActionModelExecutes, appMessage, beforeHandleRequestCommandExecution, beforeModelExecutes, beforeWebActionModelExecutes, beginDisplay, 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, setWebActionModelOffset
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, getQualifiedName, getQualifiedViewNameSeparator, getRootView, getRootView, getSimpleQualifiedName, isVisible, setName, setParent, setQualifiedViewNameSeparator, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beginChildDisplay, beginDisplay, endChildDisplay, endDisplay, getChild, getChildNames, getChildType, getDefaultModel, getDisplayField, getDisplayFieldValue, getNumChildren, resetChildren, setDisplayFieldValue
getName, getParent, getQualifiedName, setName, setParent
public static final String PAGE_ENCODING
public static final String SERVICE_URI
public static String serviceUri
protected Locale fallbackLocale
public static Set storeCookies
public static AMResourceBundleCache rbCache
public ResourceBundle rb
Locale
public AuthViewBeanBase(String pageName)
AuthViewBeanBase
object.pageName
- name of page for auth UI.protected void registerChildren()
protected com.iplanet.jato.view.View createChild(String name)
createChild
in class com.iplanet.jato.view.ContainerViewBase
protected void setPageEncoding(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
public String getEncodedQueryParams(javax.servlet.http.HttpServletRequest request)
request
- from which query parameters have to be extracted.public String getValidatedInputURL(String inputURL, String encoded, javax.servlet.http.HttpServletRequest request)
inputURL
- input URL string valueencoded
- value of "encoded" parameter to tell wheather
the inputURL is already encoded or notrequest
- HttpServletRequest objectpublic String getEncodedInputValue(String inputValue)
inputValue
- input string valuepublic Locale getRequestLocale()
Locale
for auth request.Locale
for auth request.public abstract String getTileIndex()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.