|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Registry in org.wso2.registry |
---|
Methods in org.wso2.registry that return Registry | |
---|---|
abstract Registry |
RegistryFactory.getRegistry()
Get a Registry with no security credentials. |
abstract Registry |
RegistryFactory.getRegistry(java.lang.String username,
java.lang.String password)
Get a Registry with the provided credentials. |
Methods in org.wso2.registry with parameters of type Registry | |
---|---|
abstract void |
Aspect.associate(Resource resource,
Registry registry)
Associate a new Resource with this aspect. |
Constructors in org.wso2.registry with parameters of type Registry | |
---|---|
ResourceImporter(Registry registry)
|
Uses of Registry in org.wso2.registry.app |
---|
Classes in org.wso2.registry.app that implement Registry | |
---|---|
class |
RemoteRegistry
|
Methods in org.wso2.registry.app that return Registry | |
---|---|
Registry |
RemoteRegistryFactory.getRegistry()
|
Registry |
RemoteRegistryFactory.getRegistry(java.lang.String username,
java.lang.String password)
|
Constructors in org.wso2.registry.app with parameters of type Registry | |
---|---|
RegistryAdapter.Resourcerator(java.lang.Object[] paths,
Registry registry)
|
Uses of Registry in org.wso2.registry.jdbc |
---|
Classes in org.wso2.registry.jdbc that implement Registry | |
---|---|
class |
AtomicRegistry
|
class |
BasicRegistry
This class contains JDBC based implementations of all Registry API methods. |
class |
InMemoryJDBCRegistry
|
class |
JDBCRegistry
This is a core class of the JDBC based implementation of the Registry. |
Uses of Registry in org.wso2.registry.jdbc.handlers |
---|
Methods in org.wso2.registry.jdbc.handlers that return Registry | |
---|---|
Registry |
RequestContext.getRegistry()
|
protected Registry |
EditProcessor.getRegistry(javax.servlet.http.HttpServletRequest request)
|
Constructors in org.wso2.registry.jdbc.handlers with parameters of type Registry | |
---|---|
RequestContext(Registry registry,
Repository repository)
|
Uses of Registry in org.wso2.registry.jdbc.queries |
---|
Methods in org.wso2.registry.jdbc.queries with parameters of type Registry | |
---|---|
Collection |
SQLQueryProcessor.executeQuery(Registry registry,
Resource query,
java.util.Map parameters)
|
abstract Collection |
QueryProcessor.executeQuery(Registry registry,
Resource query,
java.util.Map parameters)
This method will be called when a query of a registered type is executed. |
Collection |
QueryProcessorManager.executeQuery(Registry registry,
Resource queryResource,
java.util.Map parameters)
|
Constructors in org.wso2.registry.jdbc.queries with parameters of type Registry | |
---|---|
QueryProcessorManager(javax.sql.DataSource dataSource,
UserRealm realm,
Registry registry)
|
Uses of Registry in org.wso2.registry.session |
---|
Classes in org.wso2.registry.session that implement Registry | |
---|---|
class |
UserRegistry
Maintains information required for particular user. |
Constructors in org.wso2.registry.session with parameters of type Registry | |
---|---|
UserRegistry(java.lang.String userName,
Registry coreRegistry,
UserRealm defaultRealm,
javax.sql.DataSource dataSource)
|
|
UserRegistry(java.lang.String userName,
java.lang.String password,
Registry coreRegistry,
UserRealm defaultRealm,
javax.sql.DataSource dataSource)
|
Uses of Registry in org.wso2.registry.utils |
---|
Methods in org.wso2.registry.utils with parameters of type Registry | |
---|---|
static void |
RegistryClientUtils.exportFromRegistry(java.io.File toFile,
java.lang.String path,
Registry registry)
This method can be used to export registry instance or node in a registry to a local file system. |
static void |
RegistryClientUtils.importToRegistry(java.io.File file,
java.lang.String path,
Registry registry)
This method can be used to import a local file system into a running instance of a registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |