Class BrowserHandler
java.lang.Object
org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler
org.keycloak.adapters.saml.profile.webbrowsersso.WebBrowserSsoAuthenticationHandler
org.keycloak.adapters.saml.profile.webbrowsersso.BrowserHandler
- All Implemented Interfaces:
SamlAuthenticationHandler
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields inherited from class org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler
challenge, deployment, facade, log, sessionStore -
Constructor Summary
ConstructorsConstructorDescriptionBrowserHandler(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore) -
Method Summary
Methods inherited from class org.keycloak.adapters.saml.profile.webbrowsersso.WebBrowserSsoAuthenticationHandler
create, handleRequest, logoutRequestMethods inherited from class org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler
createChallenge, doHandle, extractPostBindingResponse, extractRedirectBindingResponse, getChallenge, handleLoginResponse, handleLogoutResponse, handleSamlRequest, handleSamlResponse, initiateLogin, isAutodetectedBearerOnly, isRole, verifyPostBindingSignature, verifySSL
-
Constructor Details
-
BrowserHandler
-
-
Method Details
-
handle
- Specified by:
handlein interfaceSamlAuthenticationHandler- Overrides:
handlein classWebBrowserSsoAuthenticationHandler
-