|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryRealm | |
---|---|
org.wso2.registry.jdbc | |
org.wso2.registry.jdbc.realm |
Uses of RegistryRealm in org.wso2.registry.jdbc |
---|
Methods in org.wso2.registry.jdbc with parameters of type RegistryRealm | |
---|---|
void |
JDBCRegistry.configure(javax.sql.DataSource dataSource,
RegistryRealm realm)
Configures and initiates the JDBC registry with a (new) datasource and a realm. |
Constructors in org.wso2.registry.jdbc with parameters of type RegistryRealm | |
---|---|
InMemoryJDBCRegistry(RegistryRealm registryRealm)
Creates the in-memory HSQL database and creates all tables necessary for the registry. |
Uses of RegistryRealm in org.wso2.registry.jdbc.realm |
---|
Subclasses of RegistryRealm in org.wso2.registry.jdbc.realm | |
---|---|
class |
InMemoryRegistryRealm
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |