Uses of Class
org.wso2.registry.jdbc.realm.RegistryRealm

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
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.