Package | Description |
---|---|
org.opensaml.common.binding.security |
Classes responsible for performing transport-related and basic message
validation of decoded SAML messages.
|
org.opensaml.ws.security.provider |
Basic implementations of some security policies.
|
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.
|
Constructor and Description |
---|
BaseSAMLXMLSignatureSecurityPolicyRule(TrustEngine<Signature> engine)
Constructor.
|
SAMLMDClientCertAuthRule(TrustEngine<X509Credential> engine,
CertificateNameOptions nameOptions)
Constructor.
|
SAMLProtocolMessageXMLSignatureSecurityPolicyRule(TrustEngine<Signature> engine)
Constructor.
|
SAMLProtocolMessageXMLSignatureSecurityPolicyRule(TrustEngine<Signature> engine,
Validator<Signature> signatureValidator)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected TrustEngine<TokenType> |
BaseTrustEngineRule.getTrustEngine()
Gets the engine used to validate the untrusted token.
|
Constructor and Description |
---|
BaseTrustEngineRule(TrustEngine<TokenType> engine)
Constructor.
|
ClientCertAuthRule(TrustEngine<X509Credential> engine,
CertificateNameOptions nameOptions)
Constructor.
|
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 © 2014 JBoss by Red Hat. All Rights Reserved.