Class ThreadLocalSessionContext
- java.lang.Object
- 
- org.keycloak.connections.jpa.updater.liquibase.ThreadLocalSessionContext
 
- 
 public class ThreadLocalSessionContext extends Object - Author:
- Marek Posolda
 
- 
- 
Constructor SummaryConstructors Constructor Description ThreadLocalSessionContext()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static KeycloakSessiongetCurrentSession()static voidremoveCurrentSession()static voidsetCurrentSession(KeycloakSession session)
 
- 
- 
- 
Method Detail- 
getCurrentSessionpublic static KeycloakSession getCurrentSession() 
 - 
setCurrentSessionpublic static void setCurrentSession(KeycloakSession session) 
 - 
removeCurrentSessionpublic static void removeCurrentSession() 
 
- 
 
-