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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAssertion
(AssertionType attributeType) void
addAttribute
(AttributeType attributeType) void
removeAssertion
(AttributeType attributeType) void
removeAttribute
(AttributeType attributeType)
-
Field Details
-
attribute
-
assertion
-
-
Constructor Details
-
EntityAttributes
public EntityAttributes()
-
-
Method Details
-
getAttribute
-
addAttribute
-
removeAttribute
-
getAssertion
-
addAssertion
-
removeAssertion
-