public class AttributeQueryImpl extends SubjectQueryAbstractImpl implements AttributeQuery
Modifier and Type | Field and Description |
---|---|
protected List |
attributes |
subject
consent, destinationURI, elementName, extensions, isMutable, isSignatureValid, isSigned, issueInstant, nameID, publicKey, requestId, signatureString, signedXMLString, version
Constructor and Description |
---|
AttributeQueryImpl()
Constructor to create
AttributeQuery Object . |
AttributeQueryImpl(Element element)
Constructor to create
AttributeQuery Object. |
AttributeQueryImpl(String xmlString)
Constructor to create
AttributeQuery Object. |
Modifier and Type | Method and Description |
---|---|
List |
getAttributes()
Returns
Attribute objects. |
protected void |
getXMLString(Set namespaces,
StringBuffer attrs,
StringBuffer childElements,
boolean includeNSPrefix,
boolean declareNS) |
protected void |
parseDOMAttributes(Element element)
Parses attributes of the Docuemnt Element for this object.
|
protected void |
parseDOMChileElements(ListIterator iter)
Parses child elements of the Docuemnt Element for this object.
|
void |
setAttributes(List attributes)
Sets the
Attribute objects. |
getSubject, setSubject, validateData
getAttributesString, getConsent, getDestination, getElements, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, parseDOMElement, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign, toXMLString, toXMLString, validateID, validateIssueInstant, validateVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSubject, setSubject
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign, toXMLString, toXMLString
protected List attributes
public AttributeQueryImpl()
AttributeQuery
Object .public AttributeQueryImpl(Element element) throws SAML2Exception
AttributeQuery
Object.element
- the Document Element Object.SAML2Exception
- if error creating AttributeQuery
Object.public AttributeQueryImpl(String xmlString) throws SAML2Exception
AttributeQuery
Object.xmlString
- the XML String.SAML2Exception
- if error creating AttributeQuery
Object.public List getAttributes()
Attribute
objects.getAttributes
in interface AttributeQuery
Attribute
objects.setAttributes(List)
public void setAttributes(List attributes) throws SAML2Exception
Attribute
objects.setAttributes
in interface AttributeQuery
attributes
- the new Attribute
objects.SAML2Exception
- if the object is immutable.getAttributes()
protected void getXMLString(Set namespaces, StringBuffer attrs, StringBuffer childElements, boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
getXMLString
in class SubjectQueryAbstractImpl
SAML2Exception
protected void parseDOMAttributes(Element element) throws SAML2Exception
parseDOMAttributes
in class SubjectQueryAbstractImpl
element
- the Document Element of this object.SAML2Exception
- if error parsing the Document Element.protected void parseDOMChileElements(ListIterator iter) throws SAML2Exception
parseDOMChileElements
in class SubjectQueryAbstractImpl
iter
- the child elements iterator.SAML2Exception
- if error parsing the Document Element.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.