Uses of Interface
org.keycloak.sessions.RootAuthenticationSessionModel
Packages that use RootAuthenticationSessionModel
-
Uses of RootAuthenticationSessionModel in org.keycloak.sessions
Fields in org.keycloak.sessions with type parameters of type RootAuthenticationSessionModelModifier and TypeFieldDescriptionstatic final SearchableModelField<RootAuthenticationSessionModel>RootAuthenticationSessionModel.SearchableFields.IDstatic final SearchableModelField<RootAuthenticationSessionModel>RootAuthenticationSessionModel.SearchableFields.REALM_IDMethods in org.keycloak.sessions that return RootAuthenticationSessionModelModifier and TypeMethodDescriptionAuthenticationSessionProvider.createRootAuthenticationSession(RealmModel realm) Creates and registers a new authentication session with random ID.AuthenticationSessionProvider.createRootAuthenticationSession(RealmModel realm, String id) Creates a new root authentication session specified by the provided realm and id.AuthenticationSessionModel.getParentSession()Returns the root authentication session that is parent of this authentication session.AuthenticationSessionProvider.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 RootAuthenticationSessionModelModifier and TypeMethodDescriptionvoidAuthenticationSessionProvider.removeRootAuthenticationSession(RealmModel realm, RootAuthenticationSessionModel authenticationSession) Removes provided root authentication session.