org.wso2.registry.jdbc.realm
Class RegistryRealm

java.lang.Object
  extended by org.wso2.usermanager.readwrite.DefaultRealm
      extended by org.wso2.registry.jdbc.realm.RegistryRealm
All Implemented Interfaces:
org.wso2.usermanager.Realm
Direct Known Subclasses:
InMemoryRegistryRealm

public class RegistryRealm
extends org.wso2.usermanager.readwrite.DefaultRealm


Field Summary
 
Fields inherited from class org.wso2.usermanager.readwrite.DefaultRealm
aclAdmin, authenticator, authorizer, config, dataSource, driver, strategyObject, usAdmin, usReader
 
Constructor Summary
protected RegistryRealm()
           
  RegistryRealm(javax.sql.DataSource dataSource)
           
 
Method Summary
protected  void configure(javax.sql.DataSource dataSource)
           
 org.wso2.usermanager.AccessControlAdmin getAccessControlAdmin()
           
 org.wso2.usermanager.UserStoreAdmin getUserStoreAdmin()
           
 
Methods inherited from class org.wso2.usermanager.readwrite.DefaultRealm
getAuthenticator, getAuthorizer, getDataSource, getRealmConfiguration, getUserStoreReader, init, setDataSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryRealm

public RegistryRealm(javax.sql.DataSource dataSource)
              throws RegistryException
Throws:
RegistryException

RegistryRealm

protected RegistryRealm()
                 throws RegistryException
Throws:
RegistryException
Method Detail

configure

protected void configure(javax.sql.DataSource dataSource)
                  throws RegistryException
Throws:
RegistryException

getUserStoreAdmin

public org.wso2.usermanager.UserStoreAdmin getUserStoreAdmin()
                                                      throws org.wso2.usermanager.UserManagerException
Specified by:
getUserStoreAdmin in interface org.wso2.usermanager.Realm
Overrides:
getUserStoreAdmin in class org.wso2.usermanager.readwrite.DefaultRealm
Throws:
org.wso2.usermanager.UserManagerException

getAccessControlAdmin

public org.wso2.usermanager.AccessControlAdmin getAccessControlAdmin()
                                                              throws org.wso2.usermanager.UserManagerException
Specified by:
getAccessControlAdmin in interface org.wso2.usermanager.Realm
Overrides:
getAccessControlAdmin in class org.wso2.usermanager.readwrite.DefaultRealm
Throws:
org.wso2.usermanager.UserManagerException


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