|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Registry | |
---|---|
org.wso2.registry | |
org.wso2.registry.inmemory | |
org.wso2.registry.jdbc | |
org.wso2.registry.secure | |
org.wso2.registry.servlet |
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.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 |
JDBCRegistry
JDBC based implementation of the 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. |
Methods in org.wso2.registry.secure with parameters of type Registry | |
---|---|
void |
RegistryUserManager.addUser(java.lang.String userName,
java.lang.String password,
Registry registry)
|
Constructors in org.wso2.registry.secure with parameters of type Registry | |
---|---|
SecureRegistry(java.lang.String userID,
java.lang.String password,
Registry registry,
org.wso2.usermanager.Realm realm)
|
Uses of Registry in org.wso2.registry.servlet |
---|
Methods in org.wso2.registry.servlet with parameters of type Registry | |
---|---|
static void |
Utils.populateDummyData(Registry JDBCRegistry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |