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>
Modifier and Type | Field and Description |
---|---|
protected List<AssertionType> |
assertion |
protected List<AttributeType> |
attribute |
Constructor and Description |
---|
EntityAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
addAssertion(AssertionType attributeType) |
void |
addAttribute(AttributeType attributeType) |
List<AssertionType> |
getAssertion() |
List<AttributeType> |
getAttribute() |
void |
removeAssertion(AttributeType attributeType) |
void |
removeAttribute(AttributeType attributeType) |
protected List<AttributeType> attribute
protected List<AssertionType> assertion
public List<AttributeType> getAttribute()
public void addAttribute(AttributeType attributeType)
public void removeAttribute(AttributeType attributeType)
public List<AssertionType> getAssertion()
public void addAssertion(AssertionType attributeType)
public void removeAssertion(AttributeType attributeType)
Copyright © 2021 JBoss by Red Hat. All rights reserved.