Package org.opensaml.saml.saml1.core
Interface Request
- All Superinterfaces:
RequestAbstractType,SAMLObject,SignableSAMLObject,SignableXMLObject,XMLObject
- All Known Implementing Classes:
RequestImpl
This interface defines how the SAML1
Request objects behave.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringElement name, no namespace.static final QNameDefault element name.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.Fields inherited from interface org.opensaml.saml.saml1.core.RequestAbstractType
ID_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_QNAME, MAJORVERSION_ATTRIB_NAME, MINORVERSION_ATTRIB_NAME -
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.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 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, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getQuery
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.- Returns:
- request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
-
getSubjectQuery
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.- Returns:
- request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
-
getAuthenticationQuery
Get the request AuthenticationQuery.- Returns:
- request AuthenticationQuery
-
getAttributeQuery
Get the request AttributeQuery.- Returns:
- request AttributeQuery
-
getAuthorizationDecisionQuery
Get the request AuthorizationDecisionQuery.- Returns:
- request AuthorizationDecisionQuery
-
setQuery
Set the request query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery).- Parameters:
query- Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery
-
getAssertionIDReferences
Get the list of AssertionIDReferences.- Returns:
- list of AssertionIDReferences
-
getAssertionArtifacts
Get the list of artifacts.- Returns:
- list of artifacts
-