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.saml.security.impl |
Classes related to verifying various credentials within a SAML system.
|
org.opensaml.xmlsec.signature.support.impl |
Implementations of signature evaluation functions.
|
Modifier and Type | Method and Description |
---|---|
SignaturePrevalidator |
SAMLProtocolMessageXMLSignatureSecurityHandler.getSignaturePrevalidator()
Get the prevalidator for XML Signature instances.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLProtocolMessageXMLSignatureSecurityHandler.setSignaturePrevalidator(SignaturePrevalidator validator)
Set the prevalidator for XML Signature instances.
|
Modifier and Type | Method and Description |
---|---|
SignaturePrevalidator |
SignatureValidationFilter.getSignaturePrevalidator()
Get the validator used to perform pre-validation on Signature tokens.
|
Modifier and Type | Method and Description |
---|---|
void |
SignatureValidationFilter.setSignaturePrevalidator(SignaturePrevalidator validator)
Set the validator used to perform pre-validation on Signature tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
SAMLSignatureProfileValidator
A validator for instances of
Signature , which validates that the signature meets security-related
requirements indicated by the SAML profile of XML Signature. |
Modifier and Type | Class and Description |
---|---|
class |
ChainingSignaturePrevalidator
A signature prevalidator implementation which chains execution of a list of
SignaturePrevalidator instances. |
Constructor and Description |
---|
ChainingSignaturePrevalidator(List<SignaturePrevalidator> validatorChain)
Constructor.
|
Copyright © 2019. All rights reserved.