Uses of Interface
org.keycloak.adapters.saml.OnSessionCreated
Packages that use OnSessionCreated
Package
Description
-
Uses of OnSessionCreated in org.keycloak.adapters.saml.profile
Methods in org.keycloak.adapters.saml.profile with parameters of type OnSessionCreatedModifier and TypeMethodDescriptionAbstractSamlAuthenticationHandler.doHandle(SamlInvocationContext context, OnSessionCreated onCreateSession) SamlAuthenticationHandler.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 OnSessionCreatedModifier and TypeMethodDescriptionEcpAuthenticationHandler.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 OnSessionCreatedModifier and TypeMethodDescriptionBrowserHandler.handle(OnSessionCreated onCreateSession) SamlEndpoint.handle(OnSessionCreated onCreateSession) WebBrowserSsoAuthenticationHandler.handle(OnSessionCreated onCreateSession)