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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DIPCondition.java25 * $Id: IPCondition.java,v 1.5 2009/05/05 18:29:01 mrudul_uchil Exp $
56 * The class <code>IPCondition</code> is a plugin implementation
64 public class IPCondition implements Condition { class in inherits:Condition
87 public IPCondition() { method in class:IPCondition
212 * pairs <code>IPCondition</code> looks for values of keys
282 DEBUG.warning("In IPCondition, no value in Set corresponding to " + REQUEST_IP
287 DEBUG.warning("In IPCondition, Set corresponding to " + REQUEST_IP
294 DEBUG.warning("In IPCondition, no value corresponding to " + REQUEST_IP + " key in environment map.");
319 DEBUG.error("IPCondition.setIPVersion() : Cannot set IPversion", e);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DIPCondition.java25 * $Id: IPCondition.java,v 1.5 2009/05/05 18:29:01 mrudul_uchil Exp $
56 * The class <code>IPCondition</code> is a plugin implementation
64 public class IPCondition implements Condition { class in inherits:Condition
87 public IPCondition() { method in class:IPCondition
212 * pairs <code>IPCondition</code> looks for values of keys
282 DEBUG.warning("In IPCondition, no value in Set corresponding to " + REQUEST_IP
287 DEBUG.warning("In IPCondition, Set corresponding to " + REQUEST_IP
294 DEBUG.warning("In IPCondition, no value corresponding to " + REQUEST_IP + " key in environment map.");
319 DEBUG.error("IPCondition.setIPVersion() : Cannot set IPversion", e);

Completed in 33 milliseconds