Uses of Interface
org.keycloak.sessions.AuthenticationSessionModel
-
Packages that use AuthenticationSessionModel Package Description org.keycloak.models org.keycloak.sessions -
-
Uses of AuthenticationSessionModel in org.keycloak.models
Methods in org.keycloak.models that return AuthenticationSessionModel Modifier and Type Method Description AuthenticationSessionModelKeycloakContext. getAuthenticationSession()Get current AuthenticationSessionModel, can be null out of the AuthenticationSession context.Methods in org.keycloak.models with parameters of type AuthenticationSessionModel Modifier and Type Method Description voidKeycloakContext. setAuthenticationSession(AuthenticationSessionModel authenticationSession) -
Uses of AuthenticationSessionModel in org.keycloak.sessions
Methods in org.keycloak.sessions that return AuthenticationSessionModel Modifier and Type Method Description AuthenticationSessionModelRootAuthenticationSessionModel. createAuthenticationSession(ClientModel client)Create a new authentication session and returns it.AuthenticationSessionModelRootAuthenticationSessionModel. 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 AuthenticationSessionModel Modifier and Type Method Description Map<String,AuthenticationSessionModel>RootAuthenticationSessionModel. getAuthenticationSessions()Returns authentication sessions for the root authentication session.Methods in org.keycloak.sessions with parameters of type AuthenticationSessionModel Modifier and Type Method Description static AuthenticationSessionCompoundIdAuthenticationSessionCompoundId. fromAuthSession(AuthenticationSessionModel authSession)
-