Searched defs:netmaskStr (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java289 * @param netmaskStr String represntation of the netmask parsed from the
300 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
305 if(!validNetMasks.containsKey(netmaskStr)) {
314 String[] s = netmaskStr.split("\\.", -1);
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java290 * @param netmaskStr String represntation of the netmask parsed from the
301 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
306 if(!validNetMasks.containsKey(netmaskStr)) {
315 String[] s = netmaskStr.split("\\.", -1);
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java290 * @param netmaskStr String represntation of the netmask parsed from the
301 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
306 if(!validNetMasks.containsKey(netmaskStr)) {
315 String[] s = netmaskStr.split("\\.", -1);
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java289 * @param netmaskStr String represntation of the netmask parsed from the
300 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
305 if(!validNetMasks.containsKey(netmaskStr)) {
314 String[] s = netmaskStr.split("\\.", -1);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java290 * @param netmaskStr String represntation of the netmask parsed from the
301 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
306 if(!validNetMasks.containsKey(netmaskStr)) {
315 String[] s = netmaskStr.split("\\.", -1);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPatternIP.java284 * @param netmaskStr String representation of the netmask parsed from the
295 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
300 if(!validNetMasks.containsKey(netmaskStr)) {
309 String[] s = netmaskStr.split("\\.", -1);

Completed in 34 milliseconds