Class SamlEndpoint
- java.lang.Object
-
- org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler
-
- org.keycloak.adapters.saml.profile.webbrowsersso.WebBrowserSsoAuthenticationHandler
-
- org.keycloak.adapters.saml.profile.webbrowsersso.SamlEndpoint
-
- All Implemented Interfaces:
SamlAuthenticationHandler
public class SamlEndpoint extends WebBrowserSsoAuthenticationHandler
- 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
Constructors Constructor Description SamlEndpoint(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthOutcomehandle(OnSessionCreated onCreateSession)-
Methods inherited from class org.keycloak.adapters.saml.profile.webbrowsersso.WebBrowserSsoAuthenticationHandler
create, handleRequest, logoutRequest
-
Methods inherited from class org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler
createChallenge, doHandle, extractPostBindingResponse, extractRedirectBindingResponse, getChallenge, handleLoginResponse, handleLogoutResponse, handleSamlRequest, handleSamlResponse, initiateLogin, isAutodetectedBearerOnly, isRole, verifyPostBindingSignature, verifySSL
-
-
-
-
Constructor Detail
-
SamlEndpoint
public SamlEndpoint(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)
-
-
Method Detail
-
handle
public AuthOutcome handle(OnSessionCreated onCreateSession)
- Specified by:
handlein interfaceSamlAuthenticationHandler- Overrides:
handlein classWebBrowserSsoAuthenticationHandler
-
-