|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService
org.wso2.carbon.registry.core.jdbc.InMemoryEmbeddedRegistryService
public class InMemoryEmbeddedRegistryService
This is an extension to the EmbeddedRegistryService
which is tailored to expose InMemoryEmbeddedRegistry
instances as OSGi services.
Field Summary |
---|
Fields inherited from class org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService |
---|
registryContext |
Constructor Summary | |
---|---|
InMemoryEmbeddedRegistryService()
Default constructor |
|
InMemoryEmbeddedRegistryService(java.io.InputStream configStream)
This constructor can be used to create a registry service by providing a registry.xml config file as a stream |
Method Summary | |
---|---|
org.wso2.carbon.user.api.RealmConfiguration |
getBootstrapRealmConfiguration()
Method to obtain bootstrap user realm configuration. |
org.wso2.carbon.user.core.service.RealmService |
getRealmService()
Method to obtain the user realm service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InMemoryEmbeddedRegistryService() throws RegistryException
RegistryException
- if construction fails.public InMemoryEmbeddedRegistryService(java.io.InputStream configStream) throws RegistryException
configStream
- - registry.xml as a stream
RegistryException
- - on failureMethod Detail |
---|
public org.wso2.carbon.user.api.RealmConfiguration getBootstrapRealmConfiguration()
public org.wso2.carbon.user.core.service.RealmService getRealmService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |