public class LookupViewAuthorizerBase extends ViewAuthorizerBase
ViewAuthorizer
for
LookupView
instancesConstructor and Description |
---|
LookupViewAuthorizerBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
canInitiateDocument(LookupForm lookupForm,
Person user)
Check if user is allowed to initiate the document
|
boolean |
canOpenView(View view,
ViewModel model,
Person user)
Override to check the for permissions of type 'Look Up Records' in addition to the open view check
done in super
|
canEditField, canEditGroup, canEditLine, canEditLineField, canEditView, canEditWidget, canPartialUnmaskField, canPerformAction, canPerformLineAction, canUnmaskField, canViewField, canViewGroup, canViewLine, canViewLineField, canViewWidget, getActionFlags, getActionPermissionDetails, getConfigurationService, getDataObjectContext, getEditModes, getFieldPermissionDetails, getGroupPermissionDetails, getWidgetPermissionDetails, isAuthorizedByTemplate, setConfigurationService
addPermissionDetails, addRoleQualification, getPermissionDetailValues, getPermissionService, getPersonService, getRoleQualification, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate, permissionExistsByTemplate, permissionExistsByTemplate, permissionExistsByTemplate
public LookupViewAuthorizerBase()
public boolean canOpenView(View view, ViewModel model, Person user)
canOpenView
in interface ViewAuthorizer
canOpenView
in class ViewAuthorizerBase
view
- - view instance to check authorization formodel
- - object containing the view datauser
- - user to authorizeViewAuthorizer.canOpenView(View, ViewModel, org.kuali.rice.kim.api.identity.Person)
public boolean canInitiateDocument(LookupForm lookupForm, Person user)
lookupForm
- - The lookup form of the documentuser
- - user we are authorizing the actions forCopyright © 2005–2016 The Kuali Foundation. All rights reserved.