public abstract class SubjectQueryAbstractImpl extends RequestAbstractImpl implements SubjectQueryAbstract
Modifier and Type | Field and Description |
---|---|
protected Subject |
subject |
consent, destinationURI, elementName, extensions, isMutable, isSignatureValid, isSigned, issueInstant, nameID, publicKey, requestId, signatureString, signedXMLString, version
Constructor and Description |
---|
SubjectQueryAbstractImpl() |
Modifier and Type | Method and Description |
---|---|
Subject |
getSubject()
Returns the
Subject object. |
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 |
setSubject(Subject subject)
Sets the
Subject object. |
protected void |
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
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign, toXMLString, toXMLString
protected Subject subject
public Subject getSubject()
Subject
object.getSubject
in interface SubjectQueryAbstract
Subject
object.setSubject(Subject)
public void setSubject(Subject subject) throws SAML2Exception
Subject
object.setSubject
in interface SubjectQueryAbstract
subject
- the new Subject
object.SAML2Exception
- if the object is immutable.getSubject()
protected void getXMLString(Set namespaces, StringBuffer attrs, StringBuffer childElements, boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
getXMLString
in class RequestAbstractImpl
SAML2Exception
protected void validateData() throws SAML2Exception
validateData
in class RequestAbstractImpl
SAML2Exception
protected void parseDOMAttributes(Element element) throws SAML2Exception
parseDOMAttributes
in class RequestAbstractImpl
element
- the Document Element of this object.SAML2Exception
- if error parsing the Document Element.protected void parseDOMChileElements(ListIterator iter) throws SAML2Exception
parseDOMChileElements
in class RequestAbstractImpl
iter
- the child elements iterator.SAML2Exception
- if error parsing the Document Element.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.