Uses of Interface
com.sas.services.information.metadata.AccessControlTemplateInterface
Packages that use AccessControlTemplateInterface
-
Uses of AccessControlTemplateInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return types with arguments of type AccessControlTemplateInterfaceModifier and TypeMethodDescriptionAuthorizationUtil.getACTs()Get ACTs that protect an objectAuthorizationUtilInterface.getACTs()Get ACTs that protect an object.Methods in com.sas.services.information.metadata with parameters of type AccessControlTemplateInterfaceModifier and TypeMethodDescriptionvoidAuthorizationUtil.applyACT(AccessControlTemplateInterface act) Apply an ACT to protect an objectvoidAuthorizationUtilInterface.applyACT(AccessControlTemplateInterface act) Apply an ACTs to protect an objectvoidAuthorizationUtil.removeACT(AccessControlTemplateInterface act) Remove an ACT from protecting an objectvoidAuthorizationUtilInterface.removeACT(AccessControlTemplateInterface act) Remove an ACT from protecting an object.