|
||||||||||
| 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.AssertionImpl
public class AssertionImpl
A concrete implementation of Assertion.
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.saml2.core.Assertion |
|---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ID_ATTRIB_NAME, ISSUE_INSTANT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME, VERSION_ATTRIB_NAME |
| Constructor Summary | |
|---|---|
protected |
AssertionImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
Advice |
getAdvice()
Gets the Advice for this assertion. |
java.util.List<AttributeStatement> |
getAttributeStatements()
Gets the list of AttributeStatement attached to this assertion. |
java.util.List<AuthnStatement> |
getAuthnStatements()
Gets the list of AuthnStatements attached to this assertion. |
java.util.List<AuthzDecisionStatement> |
getAuthzDecisionStatements()
Gets the list of AuthzDecisionStatements attached to this assertion. |
Conditions |
getConditions()
Gets the Conditions placed on this assertion. |
java.lang.String |
getID()
Sets the ID of this assertion. |
org.joda.time.DateTime |
getIssueInstant()
Gets the issue instance of this assertion. |
Issuer |
getIssuer()
Gets the Issuer of this assertion. |
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. |
java.util.List<Statement> |
getStatements()
Gets the list of statements attached to this assertion. |
java.util.List<Statement> |
getStatements(javax.xml.namespace.QName typeOrName)
Gets the list of statements attached to this assertion that match a particular QName. |
Subject |
getSubject()
Gets the Subject of this assertion. |
SAMLVersion |
getVersion()
Gets the SAML Version of this assertion. |
void |
setAdvice(Advice newAdvice)
Sets the Advice for this assertion. |
void |
setConditions(Conditions newConditions)
Sets the Conditions placed on this assertion. |
void |
setID(java.lang.String newID)
Sets the ID of this assertion. |
void |
setIssueInstant(org.joda.time.DateTime newIssueInstance)
Sets the issue instance of this assertion. |
void |
setIssuer(Issuer newIssuer)
Sets the Issuer of this assertion. |
void |
setSubject(Subject newSubject)
Sets the Subject of this assertion. |
void |
setVersion(SAMLVersion newVersion)
Sets the SAML Version of this assertion. |
| 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 AssertionImpl(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 Assertionpublic void setVersion(SAMLVersion newVersion)
setVersion in interface AssertionnewVersion - the SAML Version of this assertionpublic org.joda.time.DateTime getIssueInstant()
getIssueInstant in interface Assertionpublic void setIssueInstant(org.joda.time.DateTime newIssueInstance)
setIssueInstant in interface AssertionnewIssueInstance - the issue instance of this assertionpublic java.lang.String getID()
getID in interface Assertionpublic void setID(java.lang.String newID)
setID in interface AssertionnewID - the ID of this assertionpublic Issuer getIssuer()
getIssuer in interface Assertionpublic void setIssuer(Issuer newIssuer)
setIssuer in interface AssertionnewIssuer - the Issuer of this assertionpublic Subject getSubject()
getSubject in interface Assertionpublic void setSubject(Subject newSubject)
setSubject in interface AssertionnewSubject - the Subject of this assertionpublic Conditions getConditions()
getConditions in interface Assertionpublic void setConditions(Conditions newConditions)
setConditions in interface AssertionnewConditions - the Conditions placed on this assertionpublic Advice getAdvice()
getAdvice in interface Assertionpublic void setAdvice(Advice newAdvice)
setAdvice in interface AssertionnewAdvice - the Advice for this assertionpublic java.util.List<Statement> getStatements()
getStatements in interface Assertionpublic java.util.List<Statement> getStatements(javax.xml.namespace.QName typeOrName)
getStatements in interface AssertiontypeOrName - the QName of the statements to return
public java.util.List<AuthnStatement> getAuthnStatements()
getAuthnStatements in interface Assertionpublic java.util.List<AuthzDecisionStatement> getAuthzDecisionStatements()
getAuthzDecisionStatements in interface Assertionpublic java.util.List<AttributeStatement> getAttributeStatements()
getAttributeStatements in interface Assertionpublic 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 | |||||||||