Searched refs:ACTIONS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java2530 * If inputPerm's ACTIONS are null, then this means ACTIONS are
2534 * If ACTIONS are valid but there are no standard ones
2535 * (user must enter them by hand) then the ACTIONS array may be empty
2545 } else if (inputPerm.ACTIONS == null) {
2551 for (int i = 0; i < inputPerm.ACTIONS.length; i++) {
2552 actions.add(inputPerm.ACTIONS[i]);
3721 public final String[] ACTIONS; field in class:Perm
3729 this.ACTIONS = actions;

Completed in 40 milliseconds