public class InfinispanStoreFactoryProvider extends Object implements CachedStoreFactoryProvider
Modifier and Type | Method and Description |
---|---|
void |
close() |
PolicyStore |
getPolicyStore()
Returns a
PolicyStore . |
ResourceServerStore |
getResourceServerStore()
Returns a
ResourceServerStore . |
ResourceStore |
getResourceStore()
Returns a
ResourceStore . |
ScopeStore |
getScopeStore()
Returns a
ScopeStore . |
public ResourceStore getResourceStore()
StoreFactory
ResourceStore
.getResourceStore
in interface StoreFactory
public ResourceServerStore getResourceServerStore()
StoreFactory
ResourceServerStore
.getResourceServerStore
in interface StoreFactory
public ScopeStore getScopeStore()
StoreFactory
ScopeStore
.getScopeStore
in interface StoreFactory
public PolicyStore getPolicyStore()
StoreFactory
PolicyStore
.getPolicyStore
in interface StoreFactory
Copyright © 2016 JBoss by Red Hat. All rights reserved.