public class TucsonPermission extends java.lang.Object implements Permission
Constructor and Description |
---|
TucsonPermission(java.lang.String perm)
Builds the permission representation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPermissionName()
Gets the permission name.
|
public TucsonPermission(java.lang.String perm)
perm
- the name of the permission. In TuCSoN, atm, a permission name
corresponds to the name of a TuCSoN primitive.public java.lang.String getPermissionName()
Permission
getPermissionName
in interface Permission