org.wso2.registry.jdbc.realm
Class RegistryRealm
java.lang.Object
org.wso2.usermanager.readwrite.DefaultRealm
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
Fields inherited from class org.wso2.usermanager.readwrite.DefaultRealm |
aclAdmin, authenticator, authorizer, config, dataSource, driver, strategyObject, usAdmin, usReader |
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 |
RegistryRealm
public RegistryRealm(javax.sql.DataSource dataSource)
throws RegistryException
- Throws:
RegistryException
RegistryRealm
protected RegistryRealm()
throws RegistryException
- Throws:
RegistryException
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.