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

Packages that use RegistryRealm
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.realm   
org.wso2.registry.secure   
 

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
           
 

Uses of RegistryRealm in org.wso2.registry.secure
 

Constructors in org.wso2.registry.secure with parameters of type RegistryRealm
SecureRegistry(java.lang.String userID, Registry registry, RegistryRealm defaultRealm)
          Non-authenticating contructor.
 



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