org.wso2.registry.jdbc.realm
Class InMemoryRegistryRealm

java.lang.Object
  extended by org.wso2.registry.jdbc.realm.RegistryRealm
      extended by org.wso2.registry.jdbc.realm.InMemoryRegistryRealm
All Implemented Interfaces:
UserRealm

public class InMemoryRegistryRealm
extends RegistryRealm


Field Summary
static java.lang.String INMEMORY_DB_DRIVER_NAME
           
static java.lang.String INMEMORY_DB_PASSWORD
           
static java.lang.String INMEMORY_DB_URL
           
static java.lang.String INMEMORY_DB_USER_NAME
           
 
Constructor Summary
InMemoryRegistryRealm()
           
 
Method Summary
 
Methods inherited from class org.wso2.registry.jdbc.realm.RegistryRealm
getAccessControlAdmin, getAuthenticator, getAuthorizer, getRealmConfiguration, getUserStoreAdmin, getUserStoreReader, init, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INMEMORY_DB_URL

public static final java.lang.String INMEMORY_DB_URL
See Also:
Constant Field Values

INMEMORY_DB_DRIVER_NAME

public static final java.lang.String INMEMORY_DB_DRIVER_NAME
See Also:
Constant Field Values

INMEMORY_DB_USER_NAME

public static final java.lang.String INMEMORY_DB_USER_NAME
See Also:
Constant Field Values

INMEMORY_DB_PASSWORD

public static final java.lang.String INMEMORY_DB_PASSWORD
See Also:
Constant Field Values
Constructor Detail

InMemoryRegistryRealm

public InMemoryRegistryRealm()
                      throws RegistryException
Throws:
RegistryException


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