Package com.sun.identity.saml2.protocol
Interface AttributeQuery
- All Superinterfaces:
RequestAbstract,SubjectQueryAbstract,XmlSerializable
This class represents the AttributeQueryType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<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" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Method Summary
Modifier and TypeMethodDescriptionReturnsAttributeobjects.voidsetAttributes(List<Attribute> attributes) Sets theAttributeobjects.Methods inherited from interface com.sun.identity.saml2.protocol.RequestAbstract
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, signMethods inherited from interface com.sun.identity.saml2.protocol.SubjectQueryAbstract
getSubject, setSubjectMethods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getAttributes
ReturnsAttributeobjects.- Returns:
- the
Attributeobjects. - See Also:
-
setAttributes
Sets theAttributeobjects.- Parameters:
attributes- the newAttributeobjects.- Throws:
com.sun.identity.saml2.common.SAML2Exception- if the object is immutable.- See Also:
-