|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.signature.AbstractSignableXMLObject
org.opensaml.xml.AbstractValidatingSignableXMLObject
org.opensaml.common.impl.AbstractSignableSAMLObject
org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
public abstract class RequestAbstractTypeImpl
Concrete implementation of RequestAbstractType.
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.saml2.core.RequestAbstractType |
|---|
CONSENT_ATTRIB_NAME, DESTINATION_ATTRIB_NAME, EXPLICIT_CONSENT, ID_ATTRIB_NAME, IMPLICIT_CONSENT, INAPPLICABLE_CONSENT, ISSUE_INSTANT_ATTRIB_NAME, OBTAINED_CONSENT, PRIOR_CONSENT, TYPE_LOCAL_NAME, TYPE_NAME, UNAVAILABLE_CONSENT, UNSPECIFIED_CONSENT, VERSION_ATTRIB_NAME |
| Constructor Summary | |
|---|---|
protected |
RequestAbstractTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getConsent()
Gets the consent obtained from the principal for sending this request. |
java.lang.String |
getDestination()
Gets the URI of the destination of the request. |
Extensions |
getExtensions()
Gets the Extensions of this request. |
java.lang.String |
getID()
Gets the unique identifier of the request. |
org.joda.time.DateTime |
getIssueInstant()
Gets the date/time the request was issued. |
Issuer |
getIssuer()
Gets the issuer of this request. |
java.util.List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
java.lang.String |
getSignatureReferenceID()
Gets the value of the ID attribute for this SAML object which will be used as its signature reference. |
SAMLVersion |
getVersion()
Gets the SAML Version of this request. |
void |
setConsent(java.lang.String newConsent)
Sets the consent obtained from the principal for sending this request. |
void |
setDestination(java.lang.String newDestination)
Sets the URI of the destination of the request. |
void |
setExtensions(Extensions newExtensions)
Sets the Extensions of this request. |
void |
setID(java.lang.String newID)
Sets the unique identifier of the request. |
void |
setIssueInstant(org.joda.time.DateTime newIssueInstant)
Sets the date/time the request was issued. |
void |
setIssuer(Issuer newIssuer)
Sets the issuer of this request. |
void |
setVersion(SAMLVersion newVersion)
Sets the SAML Version of this request. |
| Methods inherited from class org.opensaml.common.impl.AbstractSignableSAMLObject |
|---|
equals, prepareForAssignment, setSignature |
| Methods inherited from class org.opensaml.xml.AbstractValidatingSignableXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class org.opensaml.xml.signature.AbstractSignableXMLObject |
|---|
getSignature, isSigned |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Constructor Detail |
|---|
protected RequestAbstractTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespace| Method Detail |
|---|
public SAMLVersion getVersion()
getVersion in interface RequestAbstractTypepublic void setVersion(SAMLVersion newVersion)
setVersion in interface RequestAbstractTypenewVersion - the SAML Version of this requestpublic java.lang.String getID()
getID in interface RequestAbstractTypepublic void setID(java.lang.String newID)
setID in interface RequestAbstractTypenewID - the unique identifier of the requestpublic org.joda.time.DateTime getIssueInstant()
getIssueInstant in interface RequestAbstractTypepublic void setIssueInstant(org.joda.time.DateTime newIssueInstant)
setIssueInstant in interface RequestAbstractTypenewIssueInstant - the date/time the request was issuedpublic java.lang.String getDestination()
getDestination in interface RequestAbstractTypepublic void setDestination(java.lang.String newDestination)
setDestination in interface RequestAbstractTypenewDestination - the URI of the destination of the requestpublic java.lang.String getConsent()
getConsent in interface RequestAbstractTypepublic void setConsent(java.lang.String newConsent)
setConsent in interface RequestAbstractTypenewConsent - the new consent obtained from the principal for sending this requestpublic Issuer getIssuer()
getIssuer in interface RequestAbstractTypepublic void setIssuer(Issuer newIssuer)
setIssuer in interface RequestAbstractTypenewIssuer - the issuer of this requestpublic Extensions getExtensions()
getExtensions in interface RequestAbstractTypepublic void setExtensions(Extensions newExtensions)
setExtensions in interface RequestAbstractTypenewExtensions - the Extensions of this requestpublic java.lang.String getSignatureReferenceID()
getSignatureReferenceID in interface SignableSAMLObjectpublic java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||