org.wso2.registry.secure
Class RegistryRealm

java.lang.Object
  extended by org.wso2.registry.secure.RegistryRealm

public class RegistryRealm
extends java.lang.Object


Constructor Summary
RegistryRealm()
           
 
Method Summary
static org.wso2.usermanager.Realm createDataSourceAwareRegistryRealm(javax.sql.DataSource umDataSource)
           
static org.wso2.usermanager.Realm createInMemoryRegistryRealm()
           
static org.wso2.usermanager.Realm createRegistryRealm()
           
static javax.sql.DataSource getUserManagerDataSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryRealm

public RegistryRealm()
Method Detail

createRegistryRealm

public static org.wso2.usermanager.Realm createRegistryRealm()
                                                      throws RegistryException
Throws:
RegistryException

createInMemoryRegistryRealm

public static org.wso2.usermanager.Realm createInMemoryRegistryRealm()
                                                              throws RegistryException
Throws:
RegistryException

createDataSourceAwareRegistryRealm

public static org.wso2.usermanager.Realm createDataSourceAwareRegistryRealm(javax.sql.DataSource umDataSource)
                                                                     throws RegistryException
Throws:
RegistryException

getUserManagerDataSource

public static javax.sql.DataSource getUserManagerDataSource()
                                                     throws RegistryException
Throws:
RegistryException


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