public class SimpleCacheKeycloakSessionFactory extends Object implements CacheKeycloakSessionFactory
Modifier and Type | Field and Description |
---|---|
protected KeycloakCache |
cache |
Constructor and Description |
---|
SimpleCacheKeycloakSessionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
CacheKeycloakSession |
create(ProviderSession providerSession) |
String |
getId() |
void |
init(Config.Scope config) |
protected KeycloakCache cache
public CacheKeycloakSession create(ProviderSession providerSession)
create
in interface CacheKeycloakSessionFactory
create
in interface ProviderFactory<CacheKeycloakSession>
public void init(Config.Scope config)
init
in interface ProviderFactory<CacheKeycloakSession>
public void close()
close
in interface CacheKeycloakSessionFactory
close
in interface ProviderFactory<CacheKeycloakSession>
public String getId()
getId
in interface ProviderFactory<CacheKeycloakSession>
Copyright © 2014. All Rights Reserved.