public class MongoStoreFactory extends Object implements StoreFactory
| Constructor and Description |
|---|
MongoStoreFactory(MongoStoreInvocationContext invocationContext,
AuthorizationProvider authorizationProvider) |
| 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 MongoStoreFactory(MongoStoreInvocationContext invocationContext, AuthorizationProvider authorizationProvider)
public PolicyStore getPolicyStore()
StoreFactoryPolicyStore.getPolicyStore in interface StoreFactorypublic ResourceServerStore getResourceServerStore()
StoreFactoryResourceServerStore.getResourceServerStore in interface StoreFactorypublic ResourceStore getResourceStore()
StoreFactoryResourceStore.getResourceStore in interface StoreFactorypublic ScopeStore getScopeStore()
StoreFactoryScopeStore.getScopeStore in interface StoreFactoryCopyright © 2016 JBoss by Red Hat. All rights reserved.