com.croftsoft.apps.chat.user
Interface UserStore

All Known Implementing Classes:
SeriUserStore

public interface UserStore

Stores User objects.

Since:
2003-06-07
Version:
2003-06-07
Author:
David Wallace Croft

Method Summary
 UserId createUser(Authentication authentication)
           
 User getUser(Authentication authentication)
           
 User getUser(UserId userId)
           
 UserId getUserId(String username)
           
 UserId[] getUserIds()
           
 boolean removeUser(UserId userId)
           
 

Method Detail

getUser

User getUser(Authentication authentication)

getUser

User getUser(UserId userId)

getUserId

UserId getUserId(String username)

getUserIds

UserId[] getUserIds()

createUser

UserId createUser(Authentication authentication)

removeUser

boolean removeUser(UserId userId)

CroftSoft Javadoc

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