@Service(value="SAMLVerificationEngineSP") public class SAMLVerificationEngineSP extends SAMLVerificationEngine
| Constructor and Description |
|---|
SAMLVerificationEngineSP() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
urlCompare(String url1,
String url2) |
void |
validateAssertion(org.opensaml.saml2.core.Response samlResp,
boolean validateDestination,
org.opensaml.xml.security.credential.Credential assertionDecryption,
String spEntityID,
String loggerSPName)
Validate a PVP response and all included assertions
|
void |
validateAssertion(org.opensaml.saml2.core.Response samlResp,
boolean validateDestination,
org.opensaml.xml.security.credential.Credential assertionDecryption,
String spEntityID,
String loggerSPName,
boolean validateDateTime) |
performSchemaValidation, verify, verifyIDPResponse, verifyRequest, verifySLOResponsepublic void validateAssertion(org.opensaml.saml2.core.Response samlResp,
boolean validateDestination,
org.opensaml.xml.security.credential.Credential assertionDecryption,
String spEntityID,
String loggerSPName)
throws AssertionValidationExeption
samlResp - validateDestination - assertionDecryption - spEntityID - loggerSPName - AssertionValidationExeptionpublic void validateAssertion(org.opensaml.saml2.core.Response samlResp,
boolean validateDestination,
org.opensaml.xml.security.credential.Credential assertionDecryption,
String spEntityID,
String loggerSPName,
boolean validateDateTime)
throws AssertionValidationExeption
AssertionValidationExeptionCopyright © 2017. All rights reserved.