Modifier and Type | Method and Description |
---|---|
protected void |
ListViewTemplatePanel.checkAuthorizationToSave(org.apache.wicket.Component coreEntityDataField)
In Save operations check if user has authorization to save
|
Modifier and Type | Method and Description |
---|---|
T |
AuthorizationModule.handleAuthState(IAuthorizationService.AuthState state) |
Modifier and Type | Method and Description |
---|---|
protected void |
commonAdminDialogTemplate.handleAuthState(IAuthorizationService.AuthState state)
Ensure user is authorized and no hacking on page.
One can override this to redirect to say a page, run some service, log etc. |
protected void |
commonAdminTemplate.handleAuthState(IAuthorizationService.AuthState state)
A
Consumer /Handler for AuthState; define custom action.Ensure user is authorized and no hacking on page. One can override this to redirect to say a page, run some service, log etc. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAnyUserUpdateService.cleanRedundantSessions(Set<String> keepSessionIds,
S session)
Opportunity to clean redundant sessions
|
void |
WicketAnyUserUpdateService.cleanRedundantSessions(Set<String> keepSessionIds,
org.apache.wicket.Session session)
Opportunity to clean redundant sessions
|
Map<String,Map> |
AbstractAnyUserUpdateService.getUserActivityMap(S session) |
Map<String,Map> |
WicketAnyUserUpdateService.getUserActivityMap(org.apache.wicket.Session session) |
Copyright © 2018. All rights reserved.