Class RequestImpl
- All Implemented Interfaces:
XMLObject,SAMLObject,SignableSAMLObject,Request,RequestAbstractType,SignableXMLObject
Concrete implementation of
Request.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<AssertionArtifact>The List of AssertionArtifacts.private final XMLObjectChildrenList<AssertionIDReference>The List of AssertionIDReferences.private QuerySaves the query (one of Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisionQuery.Fields inherited from interface org.opensaml.saml.saml1.core.Request
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAMEFields inherited from interface org.opensaml.saml.saml1.core.RequestAbstractType
ID_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_QNAME, MAJORVERSION_ATTRIB_NAME, MINORVERSION_ATTRIB_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRequestImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the list of artifacts.Get the list of AssertionIDReferences.Get the request AttributeQuery.Get the request AuthenticationQuery.Get the request AuthorizationDecisionQuery.Gets an unmodifiable list of child elements in the order that they will appear in the DOM.getQuery()Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.voidSet the request query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery).Methods inherited from class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
getID, getIssueInstant, getRespondWiths, getSignatureReferenceID, getVersion, setID, setIssueInstant, setVersionMethods inherited from class org.opensaml.saml.common.AbstractSignableSAMLObject
equals, hashCode, setSignatureMethods inherited from class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
getSignature, isSignedMethods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.saml.saml1.core.RequestAbstractType
getID, getIssueInstant, getRespondWiths, getVersion, setID, setIssueInstant, setVersionMethods inherited from interface org.opensaml.saml.common.SignableSAMLObject
getSignatureReferenceIDMethods inherited from interface org.opensaml.xmlsec.signature.SignableXMLObject
getSignature, isSigned, setSignatureMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
query
Saves the query (one of Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisionQuery. -
assertionIDReferences
The List of AssertionIDReferences. -
assertionArtifacts
The List of AssertionArtifacts.
-
-
Constructor Details
-
RequestImpl
protected RequestImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix) Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Details
-
getQuery
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery. -
getSubjectQuery
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.- Specified by:
getSubjectQueryin interfaceRequest- Returns:
- request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
-
getAttributeQuery
Get the request AttributeQuery.- Specified by:
getAttributeQueryin interfaceRequest- Returns:
- request AttributeQuery
-
getAuthenticationQuery
Get the request AuthenticationQuery.- Specified by:
getAuthenticationQueryin interfaceRequest- Returns:
- request AuthenticationQuery
-
getAuthorizationDecisionQuery
Get the request AuthorizationDecisionQuery.- Specified by:
getAuthorizationDecisionQueryin interfaceRequest- Returns:
- request AuthorizationDecisionQuery
-
setQuery
Set the request query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery). -
getAssertionIDReferences
Get the list of AssertionIDReferences.- Specified by:
getAssertionIDReferencesin interfaceRequest- Returns:
- list of AssertionIDReferences
-
getAssertionArtifacts
Get the list of artifacts.- Specified by:
getAssertionArtifactsin interfaceRequest- Returns:
- list of artifacts
-
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildrenin interfaceXMLObject- Overrides:
getOrderedChildrenin classRequestAbstractTypeImpl- Returns:
- ordered list of child elements
-