public class OAuthProvidersNotifyingCacheFactory extends java.lang.Object implements org.glassfish.hk2.api.Factory<OAuthProvidersNotifyingCache>
| Constructor and Description |
|---|
OAuthProvidersNotifyingCacheFactory(org.apache.curator.framework.CuratorFramework curator,
pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths paths,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(OAuthProvidersNotifyingCache instance) |
OAuthProvidersNotifyingCache |
provide() |
@Inject
public OAuthProvidersNotifyingCacheFactory(@Named(value="hermesCurator")
org.apache.curator.framework.CuratorFramework curator,
pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths paths,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public OAuthProvidersNotifyingCache provide()
provide in interface org.glassfish.hk2.api.Factory<OAuthProvidersNotifyingCache>public void dispose(OAuthProvidersNotifyingCache instance)
dispose in interface org.glassfish.hk2.api.Factory<OAuthProvidersNotifyingCache>