Package | Description |
---|---|
org.opensaml.saml.common.binding.security.impl |
Classes responsible for performing transport-related and basic message
validation of decoded SAML messages.
|
org.opensaml.saml.metadata.resolver.filter.impl |
Implementation of the resolver filters.
|
org.opensaml.xmlsec |
Configuration and support classes for security.
|
org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
org.opensaml.xmlsec.signature.support.impl |
Implementations of signature evaluation functions.
|
Modifier and Type | Method and Description |
---|---|
protected SignatureTrustEngine |
BaseSAMLSimpleSignatureSecurityHandler.getTrustEngine()
Gets the engine used to validate the signature.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SignatureTrustEngine |
SignatureValidationParameters.getSignatureTrustEngine()
Get the signature trust engine to use.
|
SignatureTrustEngine |
SignatureValidationConfiguration.getSignatureTrustEngine()
Get the signature trust engine to use.
|
Modifier and Type | Method and Description |
---|---|
void |
SignatureValidationParameters.setSignatureTrustEngine(SignatureTrustEngine engine)
Set the signature trust engine to use.
|
Modifier and Type | Method and Description |
---|---|
SignatureTrustEngine |
BasicSignatureValidationConfiguration.getSignatureTrustEngine()
Get the signature trust engine to use.
|
protected SignatureTrustEngine |
BasicSignatureValidationParametersResolver.resolveSignatureTrustEngine(net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria)
Resolve and return the effective
SignatureTrustEngine . |
Modifier and Type | Method and Description |
---|---|
void |
BasicSignatureValidationConfiguration.setSignatureTrustEngine(SignatureTrustEngine engine)
Set the signature trust engine to use.
|
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.
|
Constructor and Description |
---|
ChainingSignatureTrustEngine(List<SignatureTrustEngine> chain)
Constructor.
|
Copyright © 2017. All rights reserved.