public class PostValidator extends ValidatorImpl implements Validator
PKI_SAML_CONTEXTS, simpleSign, systemCrypto| Constructor and Description |
|---|
PostValidator(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders) |
| Modifier and Type | Method and Description |
|---|---|
void |
validateAuthnRequest(org.opensaml.saml.saml2.core.AuthnRequest authnRequest,
String samlRequest,
String relayState,
String signatureAlgorithm,
String signature,
boolean strictSignature)
Validates the given AuthnRequest using the provided signatureAlgorithm and signature, if
applicable.
|
checkDestination, getServiceProviders, getSimpleSign, getSystemCrypto, validateRelayStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateRelayStatepublic PostValidator(SystemCrypto systemCrypto, Map<String,EntityInformation> serviceProviders)
public void validateAuthnRequest(org.opensaml.saml.saml2.core.AuthnRequest authnRequest,
String samlRequest,
String relayState,
String signatureAlgorithm,
String signature,
boolean strictSignature)
throws SimpleSign.SignatureException,
ValidationException
ValidatorvalidateAuthnRequest in interface ValidatorvalidateAuthnRequest in class ValidatorImplSimpleSign.SignatureExceptionValidationExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.