|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Registry in org.wso2.registry |
---|
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
|
Uses of Registry in org.wso2.registry.inmemory |
---|
Classes in org.wso2.registry.inmemory that implement Registry | |
---|---|
class |
InMemoryRegistry
In memory implementation of the resourceMap. |
Uses of Registry in org.wso2.registry.jdbc |
---|
Classes in org.wso2.registry.jdbc that implement Registry | |
---|---|
class |
InMemoryJDBCRegistry
|
class |
JDBCRegistry
JDBC based implementation of the Registry. |
Uses of Registry in org.wso2.registry.jdbc.urlhandlers |
---|
Constructors in org.wso2.registry.jdbc.urlhandlers with parameters of type Registry | |
---|---|
CommentCollectionURLHandler(Registry registry)
|
|
URLHandlerManager(javax.sql.DataSource dataSource,
org.wso2.usermanager.Realm realm,
Registry registry)
|
Uses of Registry in org.wso2.registry.secure |
---|
Classes in org.wso2.registry.secure that implement Registry | |
---|---|
class |
SecureRegistry
Registry implementation to perform authentication and authorization. |
Constructors in org.wso2.registry.secure with parameters of type Registry | |
---|---|
SecureRegistry(java.lang.String userID,
Registry registry,
org.wso2.usermanager.Realm defaultRealm)
Non-authenticating constructor. |
|
SecureRegistry(java.lang.String userID,
java.lang.String password,
Registry registry,
org.wso2.usermanager.Realm defaultRealm)
|
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 |