org.picketlink.identity.federation.saml.v2.assertion
Class AttributeStatementType
java.lang.Object
org.picketlink.identity.federation.saml.v2.assertion.StatementAbstractType
org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType
- All Implemented Interfaces:
- Serializable
public class AttributeStatementType
- extends StatementAbstractType
Java class for AttributeStatementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeStatementType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:assertion}StatementAbstractType">
<choice maxOccurs="unbounded">
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedAttribute"/>
</choice>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
protected List<AttributeStatementType.ASTChoiceType> attributes
AttributeStatementType
public AttributeStatementType()
addAttribute
public void addAttribute(AttributeStatementType.ASTChoiceType attribute)
- Add an attribute
- Parameters:
attribute
-
removeAttribute
public void removeAttribute(AttributeStatementType.ASTChoiceType attribute)
- Remove an attribute
- Parameters:
attribute
-
getAttributes
public List<AttributeStatementType.ASTChoiceType> getAttributes()
- Gets the attributes.
- Returns:
- a read only
List
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.