Uses of Interface
com.sas.metadata.remote.AccessControlTemplate
Packages that use AccessControlTemplate
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
-
Uses of AccessControlTemplate in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return types with arguments of type AccessControlTemplateModifier and TypeMethodDescriptionList<AccessControlTemplate> MdAuthorizationUtil.getACTs()Get ACTs that protect an object.List<AccessControlTemplate> MdAuthorizationUtilImpl.getACTs()Get ACTs that protect an objectMethods in com.sas.metadata.remote with parameters of type AccessControlTemplateModifier and TypeMethodDescriptionvoidMdAuthorizationUtil.applyACT(AccessControlTemplate act) Apply an ACT to protect an objectvoidMdAuthorizationUtilImpl.applyACT(AccessControlTemplate act) Apply an ACT to protect an objectvoidMdAuthorizationUtil.removeACT(AccessControlTemplate act) Remove an ACT from protecting an object.voidMdAuthorizationUtilImpl.removeACT(AccessControlTemplate act) Remove an ACT from protecting an object