| Package | Description |
|---|---|
| org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
| org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Assertion
SAML 2.0 Core Assertion.
|
interface |
AssertionIDRef
SAML 2.0 Core AssertionIDRef.
|
interface |
AssertionURIRef
SAML 2.0 Core AssertionURIRef.
|
interface |
EncryptedAssertion
SAML 2.0 Core EncryptedAssertion.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Evidentiary> |
Evidence.getEvidence()
Gets the list of all elements used as evidence.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssertionIDRefImpl
Concrete implementation of
AssertionIDRef. |
class |
AssertionImpl
A concrete implementation of
Assertion. |
class |
AssertionURIRefImpl
A concrete implementation of
AssertionURIRef. |
class |
EncryptedAssertionImpl
A concrete implementation of
EncryptedAssertion. |
| Modifier and Type | Field and Description |
|---|---|
private IndexedXMLObjectChildrenList<Evidentiary> |
EvidenceImpl.evidence
Assertion of the Evidence.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Evidentiary> |
EvidenceImpl.getEvidence()
Gets the list of all elements used as evidence.
|