Class EntityAttributes

java.lang.Object
org.keycloak.dom.saml.v2.mdattr.EntityAttributes
All Implemented Interfaces:
Serializable

public class EntityAttributes extends Object implements Serializable
*

Java class for EntityAttributes complex type.

The following schema fragment specifies the expected content contained within this class.

        <element name="EntityAttributes" type="mdattr:EntityAttributesType"/>
        <complexType name="EntityAttributesType">
                <choice maxOccurs="unbounded">
                        <element ref="saml:Attribute"/>
                        <element ref="saml:Assertion"/>
                </sequence>
        </complexType>

 
See Also:
  • Field Details

  • Constructor Details

    • EntityAttributes

      public EntityAttributes()
  • Method Details