public static class PolicyParser.PermissionEntry extends Object
For example, the entry
permission java.io.FilePermission "/tmp", "read,write";
is represented internally
pe = new PermissionEntry("java.io.FilePermission", "/tmp", "read,write");
| Modifier and Type | Field and Description |
|---|---|
String |
action |
String |
name |
String |
permission |
String |
signedBy |
| Constructor and Description |
|---|
PermissionEntry() |
PermissionEntry(String permission,
String name,
String action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode()
Calculates a hash code value for the object.
|
void |
write(PrintWriter out) |
Copyright © 2019. All rights reserved.