Uses of Interface
com.sas.services.security.PermissionInterface

Packages that use PermissionInterface
com.sas.services.information.metadata Information Service metadata. 
com.sas.services.information.publicobject Public Objects are Information Service objects which represent SAS information which is rooted in metadata. 
 

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

Methods in com.sas.services.information.metadata that return PermissionInterface
 PermissionInterface VirtualMetadata.getPermission(IdentityInterface identity, PermissionInterface permission)
          Get a permission that matches the requested permission for the requested identity on this metadata object.
 PermissionInterface MetadataInterface.getPermission(IdentityInterface identity, PermissionInterface permission)
          Get a permission that matches the requested permission for the requested identity on this metadata object.
 PermissionInterface Metadata.getPermission(IdentityInterface identity, PermissionInterface permission)
          Get a permission that matches the requested permission for the requested identity on this metadata object.
 

Methods in com.sas.services.information.metadata with parameters of type PermissionInterface
 void DAVAccessControlEntry.addPermission(PermissionInterface permission)
           
 void AccessControlEntryInterface.addPermission(PermissionInterface permission)
          Add a permission to this ACE.
 PermissionInterface VirtualMetadata.getPermission(IdentityInterface identity, PermissionInterface permission)
          Get a permission that matches the requested permission for the requested identity on this metadata object.
 PermissionInterface MetadataInterface.getPermission(IdentityInterface identity, PermissionInterface permission)
          Get a permission that matches the requested permission for the requested identity on this metadata object.
 PermissionInterface Metadata.getPermission(IdentityInterface identity, PermissionInterface permission)
          Get a permission that matches the requested permission for the requested identity on this metadata object.
 void DAVAccessControlEntry.removePermission(PermissionInterface permission)
           
 void AccessControlEntryInterface.removePermission(PermissionInterface permission)
          Remove a permission from this ACE.
 void VirtualMetadata.setPermission(IdentityInterface identity, PermissionInterface permission)
          Set a new permission on this metadata object.
 void MetadataInterface.setPermission(IdentityInterface identity, PermissionInterface permission)
          Set a new permission on this metadata object.
 void Metadata.setPermission(IdentityInterface identity, PermissionInterface permission)
          Set a new permission on this metadata object.
 

Uses of PermissionInterface in com.sas.services.information.publicobject
 

Methods in com.sas.services.information.publicobject that return PermissionInterface
 PermissionInterface SecurityProcessorInterface.getPermission(IdentityInterface identity, PermissionInterface permission)
          Get a permission that matches the requested permission for the requested identity on this metadata object.
 

Methods in com.sas.services.information.publicobject with parameters of type PermissionInterface
 com.sas.services.security.Authorizer SecurityProcessorInterface.getAuthorizerType(IdentityInterface identity, PermissionInterface permission)
          Determine why a permission is granted or denied.
 PermissionInterface SecurityProcessorInterface.getPermission(IdentityInterface identity, PermissionInterface permission)
          Get a permission that matches the requested permission for the requested identity on this metadata object.
 void SecurityProcessorInterface.removePermission(IdentityInterface identity, PermissionInterface permission)
          Remove permission matching the identity and permission.
 void SecurityProcessorInterface.setPermission(IdentityInterface identity, PermissionInterface permission)
          Set a new permission on this metadata object.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.