Uses of Interface
com.croftsoft.apps.chat.user.UserId

Packages that use UserId
com.croftsoft.apps.chat.response   
com.croftsoft.apps.chat.user   
com.croftsoft.apps.chat.user.seri   
 

Uses of UserId in com.croftsoft.apps.chat.response
 

Methods in com.croftsoft.apps.chat.response that return UserId
 UserId GetUserIdResponse.getUserId()
           
 UserId CreateUserResponse.getUserId()
           
 

Constructors in com.croftsoft.apps.chat.response with parameters of type UserId
CreateUserResponse(boolean denied, UserId userId, boolean usernameBad)
           
CreateUserResponse(UserId userId)
           
GetUserIdResponse(boolean denied, UserId userId, boolean usernameBad, boolean passwordBad)
           
GetUserIdResponse(UserId userId)
           
 

Uses of UserId in com.croftsoft.apps.chat.user
 

Methods in com.croftsoft.apps.chat.user that return UserId
 UserId UserStore.createUser(Authentication authentication)
           
 UserId User.getUserId()
           
 UserId UserStore.getUserId(String username)
           
 UserId[] UserStore.getUserIds()
           
 

Methods in com.croftsoft.apps.chat.user with parameters of type UserId
 User UserStore.getUser(UserId userId)
           
 boolean UserStore.removeUser(UserId userId)
           
 

Uses of UserId in com.croftsoft.apps.chat.user.seri
 

Classes in com.croftsoft.apps.chat.user.seri that implement UserId
 class SeriUserId
          A Serializable UserId.
 

Methods in com.croftsoft.apps.chat.user.seri that return UserId
 UserId SeriUserStore.createUser(Authentication authentication)
           
 UserId SeriUser.getUserId()
           
 UserId SeriUserStore.getUserId(String username)
           
 UserId[] SeriUserStore.getUserIds()
           
 

Methods in com.croftsoft.apps.chat.user.seri with parameters of type UserId
 User SeriUserStore.getUser(UserId userId)
           
 boolean SeriUserStore.removeUser(UserId userId)
           
 

Constructors in com.croftsoft.apps.chat.user.seri with parameters of type UserId
SeriUser(UserId userId, String username, String password)
           
 


CroftSoft Javadoc

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