public class InMemoryEmbeddedRegistry extends EmbeddedRegistry
EmbeddedRegistry
Modifier and Type | Field and Description |
---|---|
static String |
IN_MEMORY_DB_DRIVER_NAME
The database driver of the In-memory embedded database.
|
static String |
IN_MEMORY_DB_PASSWORD
The password for the In-memory embedded database.
|
static String |
IN_MEMORY_DB_URL
The database URL of the In-memory embedded database.
|
static String |
IN_MEMORY_DB_USER_NAME
The username for the In-memory embedded database.
|
Constructor and Description |
---|
InMemoryEmbeddedRegistry()
Creates an in-memory H2 database based registry without the support for authentication and
authorization.
|
addAspect, addAssociation, addComment, addComment, applyTag, associateAspect, beginTransaction, commitTransaction, configure, copy, createLink, createLink, createVersion, delete, dump, dumpLite, editComment, executeQuery, get, get, getAllAssociations, getAspectActions, getAssociations, getAvailableAspects, getAverageRating, getComments, getEventingServiceURL, getLogCollection, getLogs, getMetaData, getRating, getRegistryContext, getResourcePathsWithTag, getTags, getVersions, importResource, importResource, invokeAspect, invokeAspect, move, newCollection, newResource, put, put, rateResource, removeAspect, removeAssociation, removeComment, removeLink, removeTag, removeVersionHistory, rename, resourceExists, restore, restoreVersion, rollbackTransaction, searchContent, setEventingServiceURL
public static final String IN_MEMORY_DB_URL
public static final String IN_MEMORY_DB_DRIVER_NAME
public static final String IN_MEMORY_DB_USER_NAME
public static final String IN_MEMORY_DB_PASSWORD
public InMemoryEmbeddedRegistry() throws RegistryException
RegistryException
- if the creation of the in-memory embedded registry fails.Copyright © 2015 WSO2 Inc. All Rights Reserved.