Uses of Class
se.litsec.opensaml.saml2.common.response.ResponseValidator
-
Packages that use ResponseValidator Package Description se.litsec.opensaml.saml2.common.response Interfaces and classes for working with SAML responses. -
-
Uses of ResponseValidator in se.litsec.opensaml.saml2.common.response
Fields in se.litsec.opensaml.saml2.common.response declared as ResponseValidator Modifier and Type Field Description protected ResponseValidator
ResponseProcessorImpl. responseValidator
The response validator.Methods in se.litsec.opensaml.saml2.common.response that return ResponseValidator Modifier and Type Method Description protected ResponseValidator
ResponseProcessorImpl. createResponseValidator(SignatureTrustEngine signatureTrustEngine, SignaturePrevalidator signatureProfileValidator)
Sets up the response validator.
-