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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(AttributeStatementType.ASTChoiceType attribute) Add an attributevoid
addAttributes
(List<AttributeStatementType.ASTChoiceType> attributes) Gets the attributes.void
Remove 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
-