Uses of Interface
com.sas.services.information.metadata.AccessControlTemplateInterface

Packages that use AccessControlTemplateInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of AccessControlTemplateInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return types with arguments of type AccessControlTemplateInterface
 java.util.List<AccessControlTemplateInterface> AuthorizationUtilInterface.getACTs()
          Get ACTs that protect an object.
 java.util.List<AccessControlTemplateInterface> AuthorizationUtil.getACTs()
          Get ACTs that protect an object
 

Methods in com.sas.services.information.metadata with parameters of type AccessControlTemplateInterface
 void AuthorizationUtilInterface.applyACT(AccessControlTemplateInterface act)
          Apply an ACTs to protect an object
 void AuthorizationUtil.applyACT(AccessControlTemplateInterface act)
          Apply an ACT to protect an object
 void AuthorizationUtilInterface.removeACT(AccessControlTemplateInterface act)
          Remove an ACT from protecting an object.
 void AuthorizationUtil.removeACT(AccessControlTemplateInterface act)
          Remove an ACT from protecting an object
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.