Package org.keycloak.dom.saml.v2.mdattr
Class EntityAttributes
java.lang.Object
org.keycloak.dom.saml.v2.mdattr.EntityAttributes
- All Implemented Interfaces:
 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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddAssertion(AssertionType attributeType) voidaddAttribute(AttributeType attributeType) voidremoveAssertion(AttributeType attributeType) voidremoveAttribute(AttributeType attributeType)  
- 
Field Details
- 
attribute
 - 
assertion
 
 - 
 - 
Constructor Details
- 
EntityAttributes
public EntityAttributes() 
 - 
 - 
Method Details
- 
getAttribute
 - 
addAttribute
 - 
removeAttribute
 - 
getAssertion
 - 
addAssertion
 - 
removeAssertion
 
 -