Package | Description |
---|---|
org.opensaml.common.binding.security |
Classes responsible for performing transport-related and basic message
validation of decoded SAML messages.
|
org.opensaml.saml2.binding.security |
Classes responsible for performing transport-related and basic message
validation of decoded SAML 2 messages.
|
org.opensaml.saml2.metadata.provider |
Class for retrieving, filtering, and querying metadata.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Method and Description |
---|---|
protected SignatureTrustEngine |
BaseSAMLSimpleSignatureSecurityPolicyRule.getTrustEngine()
Gets the engine used to validate the signature.
|
Constructor and Description |
---|
BaseSAMLSimpleSignatureSecurityPolicyRule(SignatureTrustEngine engine)
Constructor.
|
Constructor and Description |
---|
SAML2HTTPPostSimpleSignRule(SignatureTrustEngine engine,
ParserPool parserPool,
KeyInfoCredentialResolver keyInfoCredResolver)
Constructor.
|
SAML2HTTPRedirectDeflateSignatureRule(SignatureTrustEngine engine)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SignatureTrustEngine |
SignatureValidationFilter.getSignatureTrustEngine()
Gets the trust engine used to validate signatures on incoming metadata.
|
Constructor and Description |
---|
SignatureValidationFilter(SignatureTrustEngine engine)
Constructor.
|
SignatureValidationFilter(SignatureTrustEngine engine,
Validator<Signature> signatureValidator)
Constructor.
|
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. |
Modifier and Type | Method and Description |
---|---|
List<SignatureTrustEngine> |
ChainingSignatureTrustEngine.getChain()
Get the list of configured trust engines which constitute the trust evaluation chain.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.