Package org.keycloak.broker.saml
Class SAMLEndpoint.RedirectBinding
- java.lang.Object
-
- org.keycloak.broker.saml.SAMLEndpoint.Binding
-
- org.keycloak.broker.saml.SAMLEndpoint.RedirectBinding
-
- Enclosing class:
- SAMLEndpoint
protected class SAMLEndpoint.RedirectBinding extends SAMLEndpoint.Binding
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRedirectBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancontainsUnencryptedSignature(SAMLDocumentHolder documentHolder)protected SAMLDocumentHolderextractRequestDocument(String samlRequest)protected SAMLDocumentHolderextractResponseDocument(String response)protected StringgetBindingType()protected voidverifySignature(String key, SAMLDocumentHolder documentHolder)-
Methods inherited from class org.keycloak.broker.saml.SAMLEndpoint.Binding
basicChecks, execute, getIDPKeyLocator, handleLoginResponse, handleLogoutResponse, handleSamlRequest, handleSamlResponse, isDestinationRequired, logoutRequest
-
-
-
-
Method Detail
-
containsUnencryptedSignature
protected boolean containsUnencryptedSignature(SAMLDocumentHolder documentHolder)
- Specified by:
containsUnencryptedSignaturein classSAMLEndpoint.Binding
-
verifySignature
protected void verifySignature(String key, SAMLDocumentHolder documentHolder) throws VerificationException
- Specified by:
verifySignaturein classSAMLEndpoint.Binding- Throws:
VerificationException
-
extractRequestDocument
protected SAMLDocumentHolder extractRequestDocument(String samlRequest)
- Specified by:
extractRequestDocumentin classSAMLEndpoint.Binding
-
extractResponseDocument
protected SAMLDocumentHolder extractResponseDocument(String response)
- Specified by:
extractResponseDocumentin classSAMLEndpoint.Binding
-
getBindingType
protected String getBindingType()
- Specified by:
getBindingTypein classSAMLEndpoint.Binding
-
-