Uses of Interface
org.wso2.registry.Registry

Packages that use Registry
org.wso2.registry   
org.wso2.registry.client   
org.wso2.registry.inmemory   
org.wso2.registry.jdbc   
org.wso2.registry.secure   
 

Uses of Registry in org.wso2.registry
 

Constructors in org.wso2.registry with parameters of type Registry
ResourceImporter(Registry registry)
           
 

Uses of Registry in org.wso2.registry.client
 

Classes in org.wso2.registry.client that implement Registry
 class RegistryClient
           
 

Uses of Registry in org.wso2.registry.inmemory
 

Classes in org.wso2.registry.inmemory that implement Registry
 class InMemoryRegistry
          In memory implementation of the resourceMap.
 

Uses of Registry in org.wso2.registry.jdbc
 

Classes in org.wso2.registry.jdbc that implement Registry
 class JDBCRegistry
          JDBC based implementation of the Registry.
 

Uses of Registry in org.wso2.registry.secure
 

Classes in org.wso2.registry.secure that implement Registry
 class SecureRegistry
          Registry implementation to perform authentication and authorization.
 

Constructors in org.wso2.registry.secure with parameters of type Registry
SecureRegistry(java.lang.String userID, java.lang.String password, Registry registry, org.wso2.usermanager.Realm defaultRealm)
           
 



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