Uses of Class
org.keycloak.models.utils.SessionLookup
Packages that use SessionLookup
-
Uses of SessionLookup in org.keycloak.models.utils
Method parameters in org.keycloak.models.utils with type arguments of type SessionLookupModifier and TypeMethodDescriptionstatic voidKeycloakModelUtils.enlistAfterCompletion(KeycloakSession currentSession, Consumer<SessionLookup> task) Enlists a task that will run in a new, independent transaction after the current transaction completes, regardless of whether it commits or rolls back.static voidKeycloakModelUtils.enlistAfterRollback(KeycloakSession currentSession, Consumer<SessionLookup> task) Enlists a task that will run in a new, independent transaction when the current transaction rolls back.