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>
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeStatementType.ASTChoiceType |
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeStatementType.ASTChoiceType> |
attributes |
| Constructor and Description |
|---|
AttributeStatementType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(AttributeStatementType.ASTChoiceType attribute)
Add an attribute
|
void |
addAttributes(List<AttributeStatementType.ASTChoiceType> attributes) |
List<AttributeStatementType.ASTChoiceType> |
getAttributes()
Gets the attributes.
|
void |
removeAttribute(AttributeStatementType.ASTChoiceType attribute)
Remove an attribute
|
protected List<AttributeStatementType.ASTChoiceType> attributes
public void addAttribute(AttributeStatementType.ASTChoiceType attribute)
attribute - public void removeAttribute(AttributeStatementType.ASTChoiceType attribute)
attribute - public List<AttributeStatementType.ASTChoiceType> getAttributes()
Listpublic void addAttributes(List<AttributeStatementType.ASTChoiceType> attributes)
Copyright © 2016 JBoss by Red Hat. All rights reserved.