com.croftsoft.apps.chat.user.seri
Class SeriUserStore

java.lang.Object
  extended by com.croftsoft.apps.chat.user.seri.SeriUserStore
All Implemented Interfaces:
UserStore, Serializable

public final class SeriUserStore
extends Object
implements Serializable, UserStore

Serializable UserStore implementation.

Since:
2003-06-07
Version:
2003-06-11
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
SeriUserStore()
           
 
Method Summary
 UserId createUser(Authentication authentication)
           
 User getUser(Authentication authentication)
           
 User getUser(UserId userId)
           
 UserId getUserId(String username)
           
 UserId[] getUserIds()
           
 boolean removeUser(UserId userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeriUserStore

public SeriUserStore()
Method Detail

getUser

public User getUser(Authentication authentication)
Specified by:
getUser in interface UserStore

getUser

public User getUser(UserId userId)
Specified by:
getUser in interface UserStore

getUserId

public UserId getUserId(String username)
Specified by:
getUserId in interface UserStore

getUserIds

public UserId[] getUserIds()
Specified by:
getUserIds in interface UserStore

createUser

public UserId createUser(Authentication authentication)
Specified by:
createUser in interface UserStore

removeUser

public boolean removeUser(UserId userId)
Specified by:
removeUser in interface UserStore

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)