public interface Validator
| 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.
|
void |
validateRelayState(String relayState)
Validates the given relayState.
|
void validateAuthnRequest(org.opensaml.saml.saml2.core.AuthnRequest authnRequest,
String samlRequest,
String relayState,
String signatureAlgorithm,
String signature,
boolean strictSignature)
throws SimpleSign.SignatureException,
ValidationException
authnRequest - samlRequest - relayState - signatureAlgorithm - signature - strictSignature - SimpleSign.SignatureExceptionValidationExceptionvoid validateRelayState(String relayState)
relayState - This work is licensed under a Creative Commons Attribution 4.0 International License.