Package org.kuali.rice.kns.inquiry
Class InquiryAuthorizerBase
java.lang.Object
org.kuali.rice.krad.bo.DataObjectAuthorizerBase
org.kuali.rice.kns.bo.authorization.BusinessObjectAuthorizerBase
org.kuali.rice.kns.inquiry.InquiryAuthorizerBase
- All Implemented Interfaces:
Serializable,BusinessObjectAuthorizer,InquiryOrMaintenanceDocumentAuthorizer,InquiryAuthorizer,DataObjectAuthorizer
@Deprecated
public class InquiryAuthorizerBase
extends BusinessObjectAuthorizerBase
implements InquiryAuthorizer
Deprecated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Implement this method to flag sections as restricted and get the framework to check the permission for youMethods inherited from class org.kuali.rice.kns.bo.authorization.BusinessObjectAuthorizerBase
getCollectionItemPermissionDetails, getCollectionItemRoleQualifications, getDataDictionaryService, getKualiModuleService, getRoleQualification, isAuthorized, isAuthorized, isAuthorizedByTemplate, permissionExistsByTemplate, permissionExistsByTemplateMethods inherited from class org.kuali.rice.krad.bo.DataObjectAuthorizerBase
addPermissionDetails, addRoleQualification, getPermissionDetailValues, getPermissionService, getPersonService, getRoleQualification, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate, permissionExistsByTemplate, permissionExistsByTemplate, permissionExistsByTemplateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.kns.authorization.BusinessObjectAuthorizer
getCollectionItemPermissionDetails, getCollectionItemRoleQualifications, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate
-
Constructor Details
-
InquiryAuthorizerBase
public InquiryAuthorizerBase()Deprecated.
-
-
Method Details
-
getSecurePotentiallyHiddenSectionIds
Deprecated.Implement this method to flag sections as restricted and get the framework to check the permission for you- Specified by:
getSecurePotentiallyHiddenSectionIdsin interfaceInquiryOrMaintenanceDocumentAuthorizer- Returns:
- Set of section ids that need to be hidden for particular users
-