org.apache.cocoon.portal.wsrp.consumer
Class UserRegistryImpl

java.lang.Object
  extended byorg.apache.wsrp4j.consumer.driver.GenericUserRegistryImpl
      extended byorg.apache.cocoon.portal.wsrp.consumer.UserRegistryImpl
All Implemented Interfaces:
org.apache.wsrp4j.consumer.UserRegistry

public class UserRegistryImpl
extends org.apache.wsrp4j.consumer.driver.GenericUserRegistryImpl

User registry storing all users in a Hashtable in memory. The user registry is filled by the wsrp adapter.

Version:
$Id: UserRegistryImpl.java 322475 2005-10-16 14:26:44Z cziegeler $

Constructor Summary
UserRegistryImpl()
          Default constructor
 
Methods inherited from class org.apache.wsrp4j.consumer.driver.GenericUserRegistryImpl
addUser, getAllUsers, getUser, removeAllUsers, removeUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRegistryImpl

public UserRegistryImpl()
Default constructor



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.