com.sas.services
Class ServicePermission
com.sas.services.ServicePermission
All Implemented Interfaces: java.io.Serializable , java.security.Guard
public final class ServicePermission
A permission to act upon a SAS foundation service.
A permission is constructed with a target name
of a secured permission.
The following table lists supported
target names and a brief description of each.
Permission Target Name
What the Permission Allows
destroy destroys the service
Since:
9.2.0
See Also: Serialized Form
PERMISSION_DESTROY
public static final java.lang.String PERMISSION_DESTROY
Name of the permission required to destroy a service.
See Also: Constant Field Values
ServicePermission
public ServicePermission (java.lang.String targetName)
Creates a new ServicePermission with the specified name.
The name is the symbolic name of the ServicePermission, such as
"destroy", etc.
Parameters: targetName
- the name of the ServicePermission such as "destroy".
Copyright © 2009 SAS Institute Inc. All Rights Reserved.