Package org.opensaml.saml.saml2.core
Interface Evidence
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Implementing Classes:
EvidenceImpl
SAML 2.0 Core Evidence.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the list of AssertionID references used as evidence.Gets the list of Assertions used as evidence.Gets the list of AssertionURI references used as evidence.Gets the list of EncryptedAssertions used as evidence.Gets the list of all elements used as evidence.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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 local name.- 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
-
getAssertionIDReferences
List<AssertionIDRef> getAssertionIDReferences()Gets the list of AssertionID references used as evidence.- Returns:
- the list of AssertionID references used as evidence
-
getAssertionURIReferences
List<AssertionURIRef> getAssertionURIReferences()Gets the list of AssertionURI references used as evidence.- Returns:
- the list of AssertionURI references used as evidence
-
getAssertions
Gets the list of Assertions used as evidence.- Returns:
- the list of Assertions used as evidence
-
getEncryptedAssertions
List<EncryptedAssertion> getEncryptedAssertions()Gets the list of EncryptedAssertions used as evidence.- Returns:
- the list of EncryptedAssertions used as evidence
-
getEvidence
List<Evidentiary> getEvidence()Gets the list of all elements used as evidence.- Returns:
- the list of Evidentiary objects used as evidence
-