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 |
extractRequestDocument(String samlRequest) |
protected org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder |
extractResponseDocument(String response) |
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 extractRequestDocument(String samlRequest)
extractRequestDocument in class SamlService.BindingProtocolprotected org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder extractResponseDocument(String response)
extractResponseDocument in class SamlService.BindingProtocolprotected String getBindingType()
getBindingType in class SamlService.BindingProtocolCopyright © 2015. All rights reserved.