public interface Assertion extends SignableSAMLObject, Evidentiary
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
ID_ATTRIB_NAME
ID attribute name.
|
static java.lang.String |
ISSUE_INSTANT_ATTRIB_NAME
IssueInstant attribute 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.
|
static java.lang.String |
VERSION_ATTRIB_NAME
Version attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
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<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.
|
getSignatureReferenceIDgetSignature, isSigned, setSignaturedetach, 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, setSchemaLocationstatic 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
static final java.lang.String VERSION_ATTRIB_NAME
static final java.lang.String ISSUE_INSTANT_ATTRIB_NAME
static final java.lang.String ID_ATTRIB_NAME
SAMLVersion getVersion()
void setVersion(SAMLVersion newVersion)
newVersion - the SAML Version of this assertionorg.joda.time.DateTime getIssueInstant()
void setIssueInstant(org.joda.time.DateTime newIssueInstance)
newIssueInstance - the issue instance of this assertionjava.lang.String getID()
void setID(java.lang.String newID)
newID - the ID of this assertionIssuer getIssuer()
void setIssuer(Issuer newIssuer)
newIssuer - the Issuer of this assertionSubject getSubject()
void setSubject(Subject newSubject)
newSubject - the Subject of this assertionConditions getConditions()
void setConditions(Conditions newConditions)
newConditions - the Conditions placed on this assertionAdvice getAdvice()
void setAdvice(Advice newAdvice)
newAdvice - the Advice for this assertionjava.util.List<Statement> getStatements()
java.util.List<Statement> getStatements(javax.xml.namespace.QName typeOrName)
typeOrName - the QName of the statements to returnjava.util.List<AuthnStatement> getAuthnStatements()
java.util.List<AuthzDecisionStatement> getAuthzDecisionStatements()
java.util.List<AttributeStatement> getAttributeStatements()