Searched defs:AttributeStatement (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAttributeStatement.java25 * $Id: AttributeStatement.java,v 1.2 2008/06/25 05:47:40 qcheng Exp $
40 * The <code>AttributeStatement</code> element describes a statement by
61 public interface AttributeStatement extends Statement { interface in inherits:Statement
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAttributeStatement.java25 * $Id: AttributeStatement.java,v 1.2 2008/06/25 05:47:40 qcheng Exp $
40 * The <code>AttributeStatement</code> element describes a statement by
61 public interface AttributeStatement extends Statement { interface in inherits:Statement
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeStatement.java25 * $Id: AttributeStatement.java,v 1.2 2008/06/25 05:47:31 qcheng Exp $
40 *The <code>AttributeStatement</code> element supplies a statement by the issuer
44 public class AttributeStatement extends SubjectStatement { class in inherits:SubjectStatement
50 protected AttributeStatement() { method in class:AttributeStatement
60 public AttributeStatement(Element element)throws SAMLException { method in class:AttributeStatement
63 SAMLUtilsCommon.debug.message("AttributeStatement: null input.");
68 // check if it's an AttributeStatement
70 "AttributeStatement");
72 SAMLUtilsCommon.debug.message("AttributeStatement: Wrong input.");
77 //Handle the children elements of AttributeStatement
169 public AttributeStatement(Subject subject, List attribute) method in class:AttributeStatement
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeStatement.java25 * $Id: AttributeStatement.java,v 1.2 2008/06/25 05:47:31 qcheng Exp $
40 *The <code>AttributeStatement</code> element supplies a statement by the issuer
44 public class AttributeStatement extends SubjectStatement { class in inherits:SubjectStatement
50 protected AttributeStatement() { method in class:AttributeStatement
60 public AttributeStatement(Element element)throws SAMLException { method in class:AttributeStatement
63 SAMLUtilsCommon.debug.message("AttributeStatement: null input.");
68 // check if it's an AttributeStatement
70 "AttributeStatement");
72 SAMLUtilsCommon.debug.message("AttributeStatement: Wrong input.");
77 //Handle the children elements of AttributeStatement
169 public AttributeStatement(Subject subject, List attribute) method in class:AttributeStatement
[all...]

Completed in 51 milliseconds