Searched refs:grantedOps (Results 1 – 1 of 1) sorted by relevance
1045 private Vpn createVpn(String... grantedOps) throws Exception { in createVpn() argument1046 return createVpn(PRIMARY_USER, grantedOps); in createVpn()1049 private Vpn createVpn(UserInfo user, String... grantedOps) throws Exception { in createVpn() argument1053 for (final String opStr : grantedOps) { in createVpn()