public interface AuthorizationView
extends org.zkoss.zk.ui.Component
| Modifier and Type | Field and Description |
|---|---|
static String |
CLEAR_USER_AND_MANDANT
Parameter name of ClearUserAndMandant option.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disableAuthorizationView()
Disable view.
|
void |
enableAuthorizationView()
Enable view.
|
void |
invalidateSession()
Invalidates the current running session.
|
void |
onLogon(org.zkoss.zk.ui.event.Event event)
Event handler for
LogonEvent. |
void |
onPasswordExpired(org.zkoss.zk.ui.event.Event event)
Event handler for
PasswordExpiredEvent. |
void |
postLogonEvent(LogonEvent.LogonResult result,
String userName)
Post a logon event.
|
void |
setLocaleList(List<Locale> localeList)
Set locales.
|
void |
setLogoffWarningDisabled(boolean disabled)
The WebClient displays a warning-message when a user closes the browser window or navigates
to another page without having logged off from the system before.
|
void |
setRedirectAfterLogoffDisabled(boolean disabled)
For security reasons the WebClient redirects to self after a user has logged of.
|
void |
setSelectedLocale(Locale currentLocale)
setSelectedLocale in Language Combobox .
|
void |
setSelectedUserType(UserType userType)
setSelectedUserType in userType.
|
void |
setSingleMandant(boolean isSingleMandant)
Set single mandant.
|
void |
setUserTypeList(List<UserType> userTypeList)
Set user types.
|
addEventListener, addForward, addForward, addForward, addForward, appendChild, applyProperties, clone, containsVariable, detach, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getChildren, getDefinition, getDesktop, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, getSpaceOwner, getStubonly, getUuid, getVariable, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFellow, hasFellow, insertBefore, invalidate, isInvalidated, isListenerAvailable, isVisible, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, setAttribute, setAttribute, setAuService, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setVariable, setVisible, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, unsetVariablestatic final String CLEAR_USER_AND_MANDANT
void enableAuthorizationView()
void disableAuthorizationView()
void setUserTypeList(List<UserType> userTypeList)
userTypeList - user typesvoid setLocaleList(List<Locale> localeList)
localeList - localevoid setSingleMandant(boolean isSingleMandant)
isSingleMandant - isSingleMandantvoid invalidateSession()
void postLogonEvent(LogonEvent.LogonResult result, String userName)
result - logon resultuserName - user namevoid setSelectedLocale(Locale currentLocale)
currentLocale - currentLocalevoid setSelectedUserType(UserType userType)
userType - userTypevoid setLogoffWarningDisabled(boolean disabled)
disabled - true to disabled warning messagevoid setRedirectAfterLogoffDisabled(boolean disabled)
disabled - true to disable redirecting after logoffvoid onLogon(org.zkoss.zk.ui.event.Event event)
LogonEvent.event - event to handlevoid onPasswordExpired(org.zkoss.zk.ui.event.Event event)
PasswordExpiredEvent.event - event to handleCopyright © 2016 SAPERION AG. All rights reserved.