public class AttributeQueryType extends SubjectQueryAbstractType
Java class for AttributeQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeQueryType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}SubjectQueryAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<AttributeType> |
attribute |
subject
consent, destination, extensions, issuer, version
id, issueInstant, signature
Constructor and Description |
---|
AttributeQueryType(String id,
XMLGregorianCalendar instant) |
Modifier and Type | Method and Description |
---|---|
void |
add(AttributeType att)
Add an attribute
|
List<AttributeType> |
getAttribute()
Gets the value of the attribute property.
|
void |
remove(AttributeType att)
Remove an attribute
|
getSubject, setSubject
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuer
getID, getIssueInstant, getSignature, setSignature
protected List<AttributeType> attribute
public AttributeQueryType(String id, XMLGregorianCalendar instant)
public void add(AttributeType att)
att
- public void remove(AttributeType att)
att
- public List<AttributeType> getAttribute()
Copyright © 2018 JBoss by Red Hat. All rights reserved.