Class AttributeStatementType
java.lang.Object
org.keycloak.dom.saml.v2.assertion.StatementAbstractType
org.keycloak.dom.saml.v2.assertion.AttributeStatementType
- All Implemented Interfaces:
Serializable
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(AttributeStatementType.ASTChoiceType attribute) Add an attributevoidaddAttributes(List<AttributeStatementType.ASTChoiceType> attributes) Gets the attributes.voidRemove an attribute
-
Field Details
-
attributes
-
-
Constructor Details
-
AttributeStatementType
public AttributeStatementType()
-
-
Method Details
-
addAttribute
Add an attribute- Parameters:
attribute-
-
removeAttribute
Remove an attribute- Parameters:
attribute-
-
getAttributes
Gets the attributes.- Returns:
- a read only
List
-
addAttributes
-