protected class SamlService.PostBindingProtocol extends SamlService.BindingProtocol
redirectToAuthentication| Modifier | Constructor and Description |
|---|---|
protected |
PostBindingProtocol() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsUnencryptedSignature(SAMLDocumentHolder documentHolder) |
protected String |
encodeSamlDocument(Document samlDocument) |
protected SAMLDocumentHolder |
extractRequestDocument(String samlRequest) |
protected SAMLDocumentHolder |
extractResponseDocument(String response) |
protected String |
getBindingType() |
protected void |
verifySignature(SAMLDocumentHolder documentHolder,
ClientModel client) |
basicChecks, execute, execute, getBindingType, getExpectedDestinationUri, handleArtifact, handleSamlRequest, handleSamlResponse, isDestinationRequired, loginRequest, logoutRequestprotected String encodeSamlDocument(Document samlDocument) throws ProcessingException
encodeSamlDocument in class SamlService.BindingProtocolProcessingExceptionprotected void verifySignature(SAMLDocumentHolder documentHolder, ClientModel client) throws VerificationException
verifySignature in class SamlService.BindingProtocolVerificationExceptionprotected boolean containsUnencryptedSignature(SAMLDocumentHolder documentHolder)
containsUnencryptedSignature in class SamlService.BindingProtocolprotected 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 © 2021 JBoss by Red Hat. All rights reserved.