Searched refs:attributeElement (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeStatement.java261 protected Attribute createAttribute(Element attributeElement) argument
263 return new Attribute(attributeElement);
H A DAssertion.java478 createAttributeStatement(Element attributeElement) argument
480 return new AttributeStatement(attributeElement);
H A DAssertionBase.java214 * @param attributeElement
219 createAttributeStatement(Element attributeElement) throws SAMLException; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeStatement.java261 protected Attribute createAttribute(Element attributeElement) argument
263 return new Attribute(attributeElement);
H A DAssertion.java478 createAttributeStatement(Element attributeElement) argument
480 return new AttributeStatement(attributeElement);
H A DAssertionBase.java217 * @param attributeElement
222 createAttributeStatement(Element attributeElement) throws SAMLException; argument

Completed in 34 milliseconds