protected class SamlService.PostBindingProtocol extends SamlService.BindingProtocol
redirectToAuthentication| Modifier | Constructor and Description |
|---|---|
protected |
PostBindingProtocol() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
execute(String samlRequest,
String samlResponse,
String relayState) |
protected SAMLDocumentHolder |
extractRequestDocument(String samlRequest) |
protected SAMLDocumentHolder |
extractResponseDocument(String response) |
protected String |
getBindingType() |
protected void |
verifySignature(SAMLDocumentHolder documentHolder,
ClientModel client) |
basicChecks, getBindingType, handleSamlRequest, handleSamlResponse, loginRequest, logoutRequestprotected void verifySignature(SAMLDocumentHolder documentHolder, ClientModel client) throws VerificationException
verifySignature in class SamlService.BindingProtocolVerificationExceptionprotected SAMLDocumentHolder extractRequestDocument(String samlRequest)
extractRequestDocument in class SamlService.BindingProtocolprotected SAMLDocumentHolder extractResponseDocument(String response)
extractResponseDocument in class SamlService.BindingProtocolprotected String getBindingType()
getBindingType in class SamlService.BindingProtocolCopyright © 2016 JBoss by Red Hat. All rights reserved.