|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.registry.jdbc.JDBCRegistry
org.wso2.registry.jdbc.InMemoryJDBCRegistry
public class InMemoryJDBCRegistry
Field Summary | |
---|---|
static java.lang.String |
INMEMORY_DB_DRIVER_NAME
|
static java.lang.String |
INMEMORY_DB_PASSWORD
|
static java.lang.String |
INMEMORY_DB_URL
|
static java.lang.String |
INMEMORY_DB_USER_NAME
|
Constructor Summary | |
---|---|
InMemoryJDBCRegistry()
Creates an in-memory HSQL database based registry without the support for authentication and authorization. |
|
InMemoryJDBCRegistry(RegistryRealm registryRealm)
Creates the in-memory HSQL database and creates all tables necessary for the registry. |
Method Summary |
---|
Methods inherited from class org.wso2.registry.jdbc.JDBCRegistry |
---|
addAspect, addComment, addDependencies, addHandler, applyTag, associateAspect, configure, delete, editComment, executeQuery, get, getAllDependencies, getAllDependents, getAspectActions, getAverageRating, getComments, getDefaultRealm, getLogs, getRating, getResourceAspect, getResourcePathsWithTag, getTags, getVersions, importResource, invokeAspect, newCollection, newResource, put, rateResource, removeTag, rename, resourceExists, restoreVersion, shutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INMEMORY_DB_URL
public static final java.lang.String INMEMORY_DB_DRIVER_NAME
public static final java.lang.String INMEMORY_DB_USER_NAME
public static final java.lang.String INMEMORY_DB_PASSWORD
Constructor Detail |
---|
public InMemoryJDBCRegistry() throws RegistryException
RegistryException
public InMemoryJDBCRegistry(RegistryRealm registryRealm) throws RegistryException
registryRealm
- User manager registryRealm to use with the registry. It is strongly
recommended to use a registryRealm configured with a in-memory
(transient) database with the in-memory registry.
RegistryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |