|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Evidentiary | |
---|---|
org.opensaml.saml2.core | Interfaces for SAML 2.0 core specification types and elements. |
org.opensaml.saml2.core.impl | Implementations of SAML 2.0 core specification types and elements. |
Uses of Evidentiary in org.opensaml.saml2.core |
---|
Subinterfaces of Evidentiary in org.opensaml.saml2.core | |
---|---|
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. |
Methods in org.opensaml.saml2.core that return types with arguments of type Evidentiary | |
---|---|
java.util.List<Evidentiary> |
Evidence.getEvidence()
Gets the list of all elements used as evidence. |
Uses of Evidentiary in org.opensaml.saml2.core.impl |
---|
Classes in org.opensaml.saml2.core.impl that implement Evidentiary | |
---|---|
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 . |
Methods in org.opensaml.saml2.core.impl that return types with arguments of type Evidentiary | |
---|---|
java.util.List<Evidentiary> |
EvidenceImpl.getEvidence()
Gets the list of all elements used as evidence. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |