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, logoutRequest
protected String encodeSamlDocument(Document samlDocument) throws ProcessingException
encodeSamlDocument
in class SamlService.BindingProtocol
ProcessingException
protected void verifySignature(SAMLDocumentHolder documentHolder, ClientModel client) throws VerificationException
verifySignature
in class SamlService.BindingProtocol
VerificationException
protected boolean containsUnencryptedSignature(SAMLDocumentHolder documentHolder)
containsUnencryptedSignature
in class SamlService.BindingProtocol
protected SAMLDocumentHolder extractRequestDocument(String samlRequest)
extractRequestDocument
in class SamlService.BindingProtocol
protected SAMLDocumentHolder extractResponseDocument(String response)
extractResponseDocument
in class SamlService.BindingProtocol
protected String getBindingType()
getBindingType
in class SamlService.BindingProtocol
Copyright © 2021 JBoss by Red Hat. All rights reserved.