org.kuali.rice.krad.uif.authorization
Interface Authorizer
- All Known Implementing Classes:
- AuthorizerBase, DocumentAuthorizerBase, InquiryAuthorizerBase, MaintenanceDocumentAuthorizerBase
public interface Authorizer
Configured for a View
instance to provide conditional logic
based on the current user's authorization
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
getActionFlags
Set<String> getActionFlags(UifFormBase model,
Person user,
Set<String> actions)
getEditModes
Set<String> getEditModes(UifFormBase model,
Person user,
Set<String> editModes)
getSecurePotentiallyHiddenGroupIds
Set<String> getSecurePotentiallyHiddenGroupIds()
getSecurePotentiallyReadOnlyGroupIds
Set<String> getSecurePotentiallyReadOnlyGroupIds()
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.