public interface StoreFactory extends Provider
A factory for the different types of storages that manage the persistence of the domain model types.
Implementations of this interface are usually related with the creation of those storage types accordingly with a specific persistence mechanism such as relational and NoSQL databases, filesystem, etc.
Modifier and Type | Method and Description |
---|---|
PolicyStore |
getPolicyStore()
Returns a
PolicyStore . |
ResourceServerStore |
getResourceServerStore()
Returns a
ResourceServerStore . |
ResourceStore |
getResourceStore()
Returns a
ResourceStore . |
ScopeStore |
getScopeStore()
Returns a
ScopeStore . |
ResourceStore getResourceStore()
ResourceStore
.ResourceServerStore getResourceServerStore()
ResourceServerStore
.ScopeStore getScopeStore()
ScopeStore
.PolicyStore getPolicyStore()
PolicyStore
.Copyright © 2016 JBoss by Red Hat. All rights reserved.