Searched defs:IPRange (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/utils/
H A DIPRange.java30 public class IPRange { class
32 private static Debug debug = Debug.getInstance("IPRange");
39 public IPRange() { method in class:IPRange
44 public IPRange(String range) { method in class:IPRange
50 debug.message("IPRange found : ");
61 debug.message("IPRange found / ");
78 debug.message("IPRange found single IP ");
92 IPRange theIP = new IPRange(ip);
96 public boolean inRange(IPRange ip
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/utils/
H A DIPRange.java30 public class IPRange { class
32 private static Debug debug = Debug.getInstance("IPRange");
39 public IPRange() { method in class:IPRange
44 public IPRange(String range) { method in class:IPRange
50 debug.message("IPRange found : ");
61 debug.message("IPRange found / ");
78 debug.message("IPRange found single IP ");
92 IPRange theIP = new IPRange(ip);
96 public boolean inRange(IPRange ip
[all...]

Completed in 35 milliseconds