Uses of Interface
org.keycloak.sessions.AuthenticationSessionModel
Packages that use AuthenticationSessionModel
-
Uses of AuthenticationSessionModel in org.keycloak.models
Methods in org.keycloak.models that return AuthenticationSessionModelModifier and TypeMethodDescriptionKeycloakContext.getAuthenticationSession()Get current AuthenticationSessionModel, can be null out of the AuthenticationSession context.Methods in org.keycloak.models with parameters of type AuthenticationSessionModelModifier and TypeMethodDescriptionvoidKeycloakContext.setAuthenticationSession(AuthenticationSessionModel authenticationSession) -
Uses of AuthenticationSessionModel in org.keycloak.sessions
Methods in org.keycloak.sessions that return AuthenticationSessionModelModifier and TypeMethodDescriptionRootAuthenticationSessionModel.createAuthenticationSession(ClientModel client) Create a new authentication session and returns it.RootAuthenticationSessionModel.getAuthenticationSession(ClientModel client, String tabId) Returns an authentication session for the particular client and tab or null if it doesn't yet exists.Methods in org.keycloak.sessions that return types with arguments of type AuthenticationSessionModelModifier and TypeMethodDescriptionRootAuthenticationSessionModel.getAuthenticationSessions()Returns authentication sessions for the root authentication session.Methods in org.keycloak.sessions with parameters of type AuthenticationSessionModelModifier and TypeMethodDescriptionAuthenticationSessionCompoundId.fromAuthSession(AuthenticationSessionModel authSession)