|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Request
This interface defines how the SAML1 Request
objects behave.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type |
Fields inherited from interface org.opensaml.saml1.core.RequestAbstractType |
---|
ID_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_NAME, MAJORVERSION_ATTRIB_NAME, MINORVERSION_ATTRIB_NAME |
Method Summary | |
---|---|
java.util.List<AssertionArtifact> |
getAssertionArtifacts()
Get the lists of |
java.util.List<AssertionIDReference> |
getAssertionIDReferences()
Get the lists of AssertionIDReferences |
AttributeQuery |
getAttributeQuery()
Get the request AttributeQuery |
AuthenticationQuery |
getAuthenticationQuery()
Get the query AuthenticationQuery |
AuthorizationDecisionQuery |
getAuthorizationDecisionQuery()
Get the request AuthorizationDecisionQuery |
Query |
getQuery()
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery |
SubjectQuery |
getSubjectQuery()
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery |
void |
setQuery(Query query)
Set the query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery |
Methods inherited from interface org.opensaml.saml1.core.RequestAbstractType |
---|
getID, getIssueInstant, getMajorVersion, getMinorVersion, getRespondWiths, setID, setIssueInstant, setVersion |
Methods inherited from interface org.opensaml.common.SignableSAMLObject |
---|
getSignatureReferenceID |
Methods inherited from interface org.opensaml.xml.signature.SignableXMLObject |
---|
getSignature, isSigned, setSignature |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
Method Detail |
---|
Query getQuery()
SubjectQuery getSubjectQuery()
AuthenticationQuery getAuthenticationQuery()
AttributeQuery getAttributeQuery()
AuthorizationDecisionQuery getAuthorizationDecisionQuery()
void setQuery(Query query) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
java.util.List<AssertionIDReference> getAssertionIDReferences()
java.util.List<AssertionArtifact> getAssertionArtifacts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |