/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/ |
H A D | Assertion.java | 25 * $Id: Assertion.java,v 1.3 2008/06/25 05:47:31 qcheng Exp $ 47 *This object stands for <code>Assertion</code> element. An Assertion is a 53 public class Assertion extends AssertionBase { class in inherits:AssertionBase 70 * Signs the Assertion. 71 * @exception SAMLException If it could not sign the Assertion. 81 * Signs the Assertion. 83 * @param certAlias certification Alias used to sign Assertion. 84 * @exception SAMLException if it could not sign the Assertion. 89 SAMLUtils.debug.message("Assertion 134 protected Assertion() { method in class:Assertion 148 public Assertion(org.w3c.dom.Element assertionElement) method in class:Assertion 383 public Assertion(String assertionID,java.lang.String issuer, method in class:Assertion 411 public Assertion(String assertionID,java.lang.String issuer, method in class:Assertion 443 public Assertion(String assertionID,java.lang.String issuer, method in class:Assertion [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/ |
H A D | Assertion.java | 25 * $Id: Assertion.java,v 1.3 2008/06/25 05:47:31 qcheng Exp $ 47 *This object stands for <code>Assertion</code> element. An Assertion is a 53 public class Assertion extends AssertionBase { class in inherits:AssertionBase 70 * Signs the Assertion. 71 * @exception SAMLException If it could not sign the Assertion. 81 * Signs the Assertion. 83 * @param certAlias certification Alias used to sign Assertion. 84 * @exception SAMLException if it could not sign the Assertion. 89 SAMLUtils.debug.message("Assertion 134 protected Assertion() { method in class:Assertion 148 public Assertion(org.w3c.dom.Element assertionElement) method in class:Assertion 383 public Assertion(String assertionID,java.lang.String issuer, method in class:Assertion 411 public Assertion(String assertionID,java.lang.String issuer, method in class:Assertion 443 public Assertion(String assertionID,java.lang.String issuer, method in class:Assertion [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/ |
H A D | Assertion.java | 25 * $Id: Assertion.java,v 1.2 2008/06/25 05:47:39 qcheng Exp $ 45 * The <code>Assertion</code> element is a package of information 52 public interface Assertion { interface 259 * Signs the Assertion.
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/ |
H A D | Assertion.java | 25 * $Id: Assertion.java,v 1.2 2008/06/25 05:47:39 qcheng Exp $ 45 * The <code>Assertion</code> element is a package of information 52 public interface Assertion { interface 259 * Signs the Assertion.
|
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/ |
H A D | CollationMatchingRuleFactory.java | 1005 private final class Assertion class in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule 1019 * Creates a new instance of Assertion. 1028 private Assertion(String subInitial, List<String> subAny, method in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule.Assertion 1080 * @return The parsed Assertion object containing the 1083 private Assertion parseAssertion(ByteSequence value) 1233 return new Assertion(subInitial, subAny, subFinal); 1245 Assertion assertion = parseAssertion(value); 1667 Assertion assertion = parseAssertion(assertionValue);
|
/forgerock/opendj2/src/server/org/opends/server/schema/ |
H A D | CollationMatchingRuleFactory.java | 1004 private final class Assertion class in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule 1018 * Creates a new instance of Assertion. 1027 private Assertion(String subInitial, List<String> subAny, method in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule.Assertion 1079 * @return The parsed Assertion object containing the 1082 private Assertion parseAssertion(ByteSequence value) 1232 return new Assertion(subInitial, subAny, subFinal); 1244 Assertion assertion = parseAssertion(value); 1666 Assertion assertion = parseAssertion(assertionValue);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/ |
H A D | CollationMatchingRuleFactory.java | 1005 private final class Assertion class in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule 1019 * Creates a new instance of Assertion. 1028 private Assertion(String subInitial, List<String> subAny, method in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule.Assertion 1080 * @return The parsed Assertion object containing the 1083 private Assertion parseAssertion(ByteSequence value) 1233 return new Assertion(subInitial, subAny, subFinal); 1245 Assertion assertion = parseAssertion(value); 1667 Assertion assertion = parseAssertion(assertionValue);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/ |
H A D | CollationMatchingRuleFactory.java | 1005 private final class Assertion class in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule 1019 * Creates a new instance of Assertion. 1028 private Assertion(String subInitial, List<String> subAny, method in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule.Assertion 1080 * @return The parsed Assertion object containing the 1083 private Assertion parseAssertion(ByteSequence value) 1233 return new Assertion(subInitial, subAny, subFinal); 1245 Assertion assertion = parseAssertion(value); 1667 Assertion assertion = parseAssertion(assertionValue);
|
/forgerock/opendj2-hg/src/server/org/opends/server/schema/ |
H A D | CollationMatchingRuleFactory.java | 1004 private final class Assertion class in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule 1018 * Creates a new instance of Assertion. 1027 private Assertion(String subInitial, List<String> subAny, method in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule.Assertion 1079 * @return The parsed Assertion object containing the 1082 private Assertion parseAssertion(ByteSequence value) 1232 return new Assertion(subInitial, subAny, subFinal); 1244 Assertion assertion = parseAssertion(value); 1666 Assertion assertion = parseAssertion(assertionValue);
|