Class EncryptedResponseFromMatchingServiceValidator
- java.lang.Object
-
- uk.gov.ida.saml.hub.validators.response.matchingservice.EncryptedResponseFromMatchingServiceValidator
-
public class EncryptedResponseFromMatchingServiceValidator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EncryptedResponseFromMatchingServiceValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate(org.opensaml.saml.saml2.core.Response response)protected voidvalidateAssertionPresence(org.opensaml.saml.saml2.core.Response response)protected voidvalidateStatusAndSubStatus(org.opensaml.saml.saml2.core.Response response)
-
-
-
Method Detail
-
validate
public void validate(org.opensaml.saml.saml2.core.Response response)
-
validateStatusAndSubStatus
protected void validateStatusAndSubStatus(org.opensaml.saml.saml2.core.Response response)
-
validateAssertionPresence
protected void validateAssertionPresence(org.opensaml.saml.saml2.core.Response response)
-
-