Class AttributeStatementType

java.lang.Object
org.keycloak.dom.saml.v2.assertion.StatementAbstractType
org.keycloak.dom.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: