Uses of Interface
org.keycloak.sessions.RootAuthenticationSessionModel
-
Packages that use RootAuthenticationSessionModel Package Description org.keycloak.sessions -
-
Uses of RootAuthenticationSessionModel in org.keycloak.sessions
Fields in org.keycloak.sessions with type parameters of type RootAuthenticationSessionModel Modifier and Type Field Description static SearchableModelField<RootAuthenticationSessionModel>RootAuthenticationSessionModel.SearchableFields. EXPIRATIONstatic SearchableModelField<RootAuthenticationSessionModel>RootAuthenticationSessionModel.SearchableFields. IDstatic SearchableModelField<RootAuthenticationSessionModel>RootAuthenticationSessionModel.SearchableFields. REALM_IDMethods in org.keycloak.sessions that return RootAuthenticationSessionModel Modifier and Type Method Description default RootAuthenticationSessionModelAuthenticationSessionProvider. createRootAuthenticationSession(String id, RealmModel realm)Deprecated.UseAuthenticationSessionProvider.createRootAuthenticationSession(RealmModel, String)createRootAuthenticationSession} instead.RootAuthenticationSessionModelAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm)Creates and registers a new authentication session with random ID.RootAuthenticationSessionModelAuthenticationSessionProvider. createRootAuthenticationSession(RealmModel realm, String id)Creates a new root authentication session specified by the provided realm and id.RootAuthenticationSessionModelAuthenticationSessionModel. getParentSession()Returns the root authentication session that is parent of this authentication session.RootAuthenticationSessionModelAuthenticationSessionProvider. getRootAuthenticationSession(RealmModel realm, String authenticationSessionId)Returns the root authentication session specified by the provided realm and id.Methods in org.keycloak.sessions with parameters of type RootAuthenticationSessionModel Modifier and Type Method Description voidAuthenticationSessionProvider. removeRootAuthenticationSession(RealmModel realm, RootAuthenticationSessionModel authenticationSession)Removes provided root authentication session.
-