org.codehaus.plexus.security.user.jdo.v0_9_0
Class UserDatabase

java.lang.Object
  extended by org.codehaus.plexus.security.user.jdo.v0_9_0.UserDatabase
All Implemented Interfaces:
Serializable

public class UserDatabase
extends Object
implements Serializable

Class UserDatabase.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
UserDatabase()
           
 
Method Summary
 void addUser(JdoUser jdoUser)
          Method addUser.
 String getModelEncoding()
          Get the modelEncoding field.
 List getUsers()
          Method getUsers.
 void removeUser(JdoUser jdoUser)
          Method removeUser.
 void setModelEncoding(String modelEncoding)
          Set the modelEncoding field.
 void setUsers(List users)
          Set the users field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDatabase

public UserDatabase()
Method Detail

addUser

public void addUser(JdoUser jdoUser)
Method addUser.

Parameters:
jdoUser -

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

getUsers

public List getUsers()
Method getUsers.

Returns:
List

removeUser

public void removeUser(JdoUser jdoUser)
Method removeUser.

Parameters:
jdoUser -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -

setUsers

public void setUsers(List users)
Set the users field.

Parameters:
users -


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.