Package | Description |
---|---|
org.opensaml.xml.security.trust |
Interfaces and classes used to evaluate the trustworthiness
and validity of
Credential s |
org.opensaml.xml.security.x509 |
X509 based credential and trust class.
|
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TrustedCredentialTrustEngine<TokenType>
Evaluates the trustworthiness and validity of a token against
implementation-specific requirements based on trusted credentials
obtained via a credential resolver.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainingTrustEngine<TokenType>
Evaluate a token in sequence using a chain of subordinate trust engines.
|
class |
ExplicitKeyTrustEngine
Trust engine that evaluates a credential's key against key(s) expressed within a set of trusted credentials obtained
from a trusted credential resolver.
|
class |
ExplicitX509CertificateTrustEngine
Trust engine that evaluates a credential's X.509 certificate against certificates expressed within a set of trusted
credentials obtained from a credential resolver.
|
Modifier and Type | Method and Description |
---|---|
List<TrustEngine<TokenType>> |
ChainingTrustEngine.getChain()
Get the list of configured trust engines which constitute the trust evaluation chain.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PKIXTrustEngine<TokenType>
Trust engine that validates tokens using PKIX validation.
|
Modifier and Type | Class and Description |
---|---|
class |
PKIXX509CredentialTrustEngine
Trust engine implementation which evaluates an X509Credential token based on PKIX validation processing using
validation information from a trusted source.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SignatureTrustEngine
Evaluates the trustworthiness and validity of XML or raw Signatures against implementation-specific requirements.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSignatureTrustEngine<TrustBasisType>
A base implementation of
SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw
signatures. |
class |
ChainingSignatureTrustEngine
Evaluate a signature in sequence using a chain of subordinate trust engines.
|
class |
ExplicitKeySignatureTrustEngine
An implementation of
SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw
signatures. |
class |
PKIXSignatureTrustEngine
An implementation of
SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw
signatures. |
Copyright © 1999–2016. All rights reserved.