Searched defs:Conditions (Results 1 - 13 of 13) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/condition/
H A DConditions.java44 public final class Conditions { class
232 private Conditions() { method in class:Conditions
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/condition/
H A DConditions.java45 public final class Conditions { class
233 private Conditions() { method in class:Conditions
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/condition/
H A DConditions.java45 public final class Conditions { class
233 private Conditions() { method in class:Conditions
/forgerock/opendj2-hg/src/server/org/opends/server/admin/condition/
H A DConditions.java44 public final class Conditions { class
232 private Conditions() { method in class:Conditions
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/condition/
H A DConditions.java45 public final class Conditions { class
233 private Conditions() { method in class:Conditions
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/condition/
H A DConditions.java45 public final class Conditions { class
221 private Conditions() { method in class:Conditions
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/
H A DConditions.java40 public final class Conditions { class
176 private Conditions() { method in class:Conditions
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DConditions.java25 * $Id: Conditions.java,v 1.4 2008/06/25 05:47:32 qcheng Exp $
46 *This <code>Conditions</code> is a set of <code>Condition</code>.
48 *<code>Conditions</code>. Each <code>Condition</code> evaluates to a value
53 public class Conditions { class
62 <code>Conditions</code> object
71 public Conditions() {} method in class:Conditions
74 * Constructs an instance of <code>Conditions</code>.
83 public Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter) method in class:Conditions
92 SAMLUtilsCommon.debug.message("Conditions: invalid "
110 * Constructs an instance of <code>Conditions</cod
122 public Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter, method in class:Conditions
158 public Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter, method in class:Conditions
178 public Conditions(org.w3c.dom.Element conditionsElement) method in class:Conditions
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DConditions.java25 * $Id: Conditions.java,v 1.2 2008/06/25 05:47:41 qcheng Exp $
39 * The <code>Conditions</code> defines the SAML constructs that place
44 public interface Conditions { interface
148 * interval of the <code>Conditions</code>.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DConditions.java25 * $Id: Conditions.java,v 1.4 2008/06/25 05:47:32 qcheng Exp $
46 *This <code>Conditions</code> is a set of <code>Condition</code>.
48 *<code>Conditions</code>. Each <code>Condition</code> evaluates to a value
53 public class Conditions { class
62 <code>Conditions</code> object
71 public Conditions() {} method in class:Conditions
74 * Constructs an instance of <code>Conditions</code>.
83 public Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter) method in class:Conditions
92 SAMLUtilsCommon.debug.message("Conditions: invalid "
110 * Constructs an instance of <code>Conditions</cod
122 public Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter, method in class:Conditions
158 public Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter, method in class:Conditions
178 public Conditions(org.w3c.dom.Element conditionsElement) method in class:Conditions
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DConditions.java25 * $Id: Conditions.java,v 1.2 2008/06/25 05:47:41 qcheng Exp $
39 * The <code>Conditions</code> defines the SAML constructs that place
44 public interface Conditions { interface
148 * interval of the <code>Conditions</code>.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DConditions.java25 * $Id: Conditions.java,v 1.4 2008/06/25 05:43:43 qcheng Exp $
44 * The class <code>Conditions</code> provides methods to maintain
49 * <code>Conditions</code>, which identifies conditions that apply
52 public class Conditions { class
63 Conditions() { method in class:Conditions
68 * an instance of <code>Conditions</code> from W3C DOM
72 * providing methods to handle the <code>Conditions</code>.
74 * @param conditionsNode node that represents the Conditions
76 protected Conditions(ConditionTypeManager ctm, Node conditionsNode) method in class:Conditions
94 name = "Conditions
162 public Conditions(String name, String description) { method in class:Conditions
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DConditions.java25 * $Id: Conditions.java,v 1.4 2008/06/25 05:43:43 qcheng Exp $
44 * The class <code>Conditions</code> provides methods to maintain
49 * <code>Conditions</code>, which identifies conditions that apply
52 public class Conditions { class
63 Conditions() { method in class:Conditions
68 * an instance of <code>Conditions</code> from W3C DOM
72 * providing methods to handle the <code>Conditions</code>.
74 * @param conditionsNode node that represents the Conditions
76 protected Conditions(ConditionTypeManager ctm, Node conditionsNode) method in class:Conditions
94 name = "Conditions
162 public Conditions(String name, String description) { method in class:Conditions
[all...]

Completed in 264 milliseconds