org.picketlink.identity.federation.saml.v2.protocol
Class AttributeQueryType
java.lang.Object
org.picketlink.identity.federation.saml.common.CommonRequestAbstractType
org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType
org.picketlink.identity.federation.saml.v2.protocol.SubjectQueryAbstractType
org.picketlink.identity.federation.saml.v2.protocol.AttributeQueryType
- All Implemented Interfaces:
- Serializable, SAML2Object
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>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
protected List<AttributeType> attribute
AttributeQueryType
public AttributeQueryType(String id,
XMLGregorianCalendar instant)
add
public void add(AttributeType att)
- Add an attribute
- Parameters:
att
-
remove
public void remove(AttributeType att)
- Remove an attribute
- Parameters:
att
-
getAttribute
public List<AttributeType> getAttribute()
- Gets the value of the attribute property.
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.