public class JpaKeycloakSessionFactory extends Object implements KeycloakSessionFactory
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManagerFactory |
emf |
| Constructor and Description |
|---|
JpaKeycloakSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
KeycloakSession |
create(ProviderSession providerSession) |
protected Properties |
getHibernateProperties() |
String |
getId() |
void |
init(Config.Scope config) |
public void init(Config.Scope config)
init in interface ProviderFactory<KeycloakSession>public String getId()
getId in interface ProviderFactory<KeycloakSession>public KeycloakSession create(ProviderSession providerSession)
create in interface KeycloakSessionFactorycreate in interface ProviderFactory<KeycloakSession>public void close()
close in interface KeycloakSessionFactoryclose in interface ProviderFactory<KeycloakSession>protected Properties getHibernateProperties()
Copyright © 2014. All Rights Reserved.