Uses of Interface
org.keycloak.adapters.saml.OnSessionCreated
-
Packages that use OnSessionCreated Package Description org.keycloak.adapters.saml.profile org.keycloak.adapters.saml.profile.ecp org.keycloak.adapters.saml.profile.webbrowsersso -
-
Uses of OnSessionCreated in org.keycloak.adapters.saml.profile
Methods in org.keycloak.adapters.saml.profile with parameters of type OnSessionCreated Modifier and Type Method Description AuthOutcomeAbstractSamlAuthenticationHandler. doHandle(SamlInvocationContext context, OnSessionCreated onCreateSession)AuthOutcomeSamlAuthenticationHandler. handle(OnSessionCreated onCreateSession)protected AuthOutcomeAbstractSamlAuthenticationHandler. handleLoginResponse(SAMLDocumentHolder responseHolder, boolean postBinding, OnSessionCreated onCreateSession)protected AuthOutcomeAbstractSamlAuthenticationHandler. handleSamlResponse(String samlResponse, String relayState, OnSessionCreated onCreateSession) -
Uses of OnSessionCreated in org.keycloak.adapters.saml.profile.ecp
Methods in org.keycloak.adapters.saml.profile.ecp with parameters of type OnSessionCreated Modifier and Type Method Description AuthOutcomeEcpAuthenticationHandler. handle(OnSessionCreated onCreateSession) -
Uses of OnSessionCreated in org.keycloak.adapters.saml.profile.webbrowsersso
Methods in org.keycloak.adapters.saml.profile.webbrowsersso with parameters of type OnSessionCreated Modifier and Type Method Description AuthOutcomeBrowserHandler. handle(OnSessionCreated onCreateSession)AuthOutcomeSamlEndpoint. handle(OnSessionCreated onCreateSession)AuthOutcomeWebBrowserSsoAuthenticationHandler. handle(OnSessionCreated onCreateSession)
-