Class ThreadLocalSessionContext
- java.lang.Object
-
- org.keycloak.connections.jpa.updater.liquibase.ThreadLocalSessionContext
-
public class ThreadLocalSessionContext extends Object
- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalSessionContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KeycloakSession
getCurrentSession()
static void
removeCurrentSession()
static void
setCurrentSession(KeycloakSession session)
-
-
-
Method Detail
-
getCurrentSession
public static KeycloakSession getCurrentSession()
-
setCurrentSession
public static void setCurrentSession(KeycloakSession session)
-
removeCurrentSession
public static void removeCurrentSession()
-
-