Uses of Interface
com.sas.services.security.PermissionInterface
Packages that use PermissionInterface
Package
Description
Information Service metadata.
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 PermissionInterfaceModifier and TypeMethodDescriptionMetadata.getPermission(IdentityInterface identity, PermissionInterface permission) Get a permission that matches the requested permission for the requested identity on this metadata object.MetadataInterface.getPermission(IdentityInterface identity, PermissionInterface permission) Get a permission that matches the requested permission for the requested identity on this metadata object.VirtualMetadata.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 PermissionInterfaceModifier and TypeMethodDescriptionvoidAccessControlEntryInterface.addPermission(PermissionInterface permission) Add a permission to this ACE.voidDAVAccessControlEntry.addPermission(PermissionInterface permission) voidOMRAccessControlEntry.addPermission(PermissionInterface permission) Add a permission to this ACE.Metadata.getPermission(IdentityInterface identity, PermissionInterface permission) Get a permission that matches the requested permission for the requested identity on this metadata object.MetadataInterface.getPermission(IdentityInterface identity, PermissionInterface permission) Get a permission that matches the requested permission for the requested identity on this metadata object.VirtualMetadata.getPermission(IdentityInterface identity, PermissionInterface permission) Get a permission that matches the requested permission for the requested identity on this metadata object.voidAccessControlEntryInterface.removePermission(PermissionInterface permission) Remove a permission from this ACE.voidDAVAccessControlEntry.removePermission(PermissionInterface permission) voidOMRAccessControlEntry.removePermission(PermissionInterface permission) Remove a permission from this ACE.voidMetadata.setPermission(IdentityInterface identity, PermissionInterface permission) Set a new permission on this metadata object.voidMetadataInterface.setPermission(IdentityInterface identity, PermissionInterface permission) Set a new permission on this metadata object.voidVirtualMetadata.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 PermissionInterfaceModifier and TypeMethodDescriptionSecurityAdapter.getPermission(IdentityInterface identity, PermissionInterface permission) 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 PermissionInterfaceModifier and TypeMethodDescriptionAuthorizerSecurityAdapter.getAuthorizerType(IdentityInterface identity, PermissionInterface permission) AuthorizerSecurityProcessorInterface.getAuthorizerType(IdentityInterface identity, PermissionInterface permission) Determine why a permission is granted or denied.SecurityAdapter.getPermission(IdentityInterface identity, PermissionInterface permission) SecurityProcessorInterface.getPermission(IdentityInterface identity, PermissionInterface permission) Get a permission that matches the requested permission for the requested identity on this metadata object.voidSecurityAdapter.removePermission(IdentityInterface identity, PermissionInterface permission) voidSecurityProcessorInterface.removePermission(IdentityInterface identity, PermissionInterface permission) Remove permission matching the identity and permission.voidSecurityAdapter.setPermission(IdentityInterface identity, PermissionInterface permission) voidSecurityProcessorInterface.setPermission(IdentityInterface identity, PermissionInterface permission) Set a new permission on this metadata object.