protected class SamlService.RedirectBindingProtocol extends SamlService.BindingProtocol
| Modifier | Constructor and Description |
|---|---|
protected |
SamlService.RedirectBindingProtocol() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
execute(String samlRequest,
String samlResponse,
String relayState) |
protected org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder |
extractDocument(String samlRequest) |
protected String |
getBindingType() |
protected void |
verifySignature(org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder documentHolder,
ClientModel client) |
basicChecks, handleSamlRequest, handleSamlResponse, loginRequest, logoutRequestprotected SamlService.RedirectBindingProtocol()
protected void verifySignature(org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder documentHolder,
ClientModel client)
throws VerificationException
verifySignature in class SamlService.BindingProtocolVerificationExceptionprotected org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder extractDocument(String samlRequest)
extractDocument in class SamlService.BindingProtocolprotected String getBindingType()
getBindingType in class SamlService.BindingProtocolCopyright © 2014. All Rights Reserved.