public class RequestImpl extends RequestAbstractTypeImpl implements Request
Request.| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<AssertionArtifact> |
assertionArtifacts
The List of AssertionArtifacts.
|
private org.opensaml.core.xml.util.XMLObjectChildrenList<AssertionIDReference> |
assertionIDReferences
The List of AssertionIDReferences.
|
private Query |
query
Saves the query (one of Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisionQuery.
|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAMEID_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_NAME, MAJORVERSION_ATTRIB_NAME, MINORVERSION_ATTRIB_NAME| Modifier | Constructor and Description |
|---|---|
protected |
RequestImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssertionArtifact> |
getAssertionArtifacts() |
List<AssertionIDReference> |
getAssertionIDReferences() |
AttributeQuery |
getAttributeQuery() |
AuthenticationQuery |
getAuthenticationQuery() |
AuthorizationDecisionQuery |
getAuthorizationDecisionQuery() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
Query |
getQuery() |
SubjectQuery |
getSubjectQuery() |
void |
setQuery(Query q) |
getID, getIssueInstant, getRespondWiths, getSignatureReferenceID, getVersion, setID, setIssueInstant, setVersionequals, hashCode, prepareForAssignment, setSignaturegetSignature, isSigneddetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetID, getIssueInstant, getRespondWiths, getVersion, setID, setIssueInstant, setVersiongetSignatureReferenceIDgetSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate Query query
private final org.opensaml.core.xml.util.XMLObjectChildrenList<AssertionIDReference> assertionIDReferences
private final org.opensaml.core.xml.util.XMLObjectChildrenList<AssertionArtifact> assertionArtifacts
protected RequestImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic SubjectQuery getSubjectQuery()
getSubjectQuery in interface Requestpublic AttributeQuery getAttributeQuery()
getAttributeQuery in interface Requestpublic AuthenticationQuery getAuthenticationQuery()
getAuthenticationQuery in interface Requestpublic AuthorizationDecisionQuery getAuthorizationDecisionQuery()
getAuthorizationDecisionQuery in interface Requestpublic List<AssertionIDReference> getAssertionIDReferences()
getAssertionIDReferences in interface Requestpublic List<AssertionArtifact> getAssertionArtifacts()
getAssertionArtifacts in interface Requestpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectgetOrderedChildren in class RequestAbstractTypeImplCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.