org.smartcomps.twister.util.user
Interface TwisterUser

All Known Implementing Classes:
TwisterUserImpl

public interface TwisterUser


Method Summary
 org.smartcomps.twister.util.user.User createUser(org.smartcomps.twister.util.user.User user)
           
 java.util.Collection findAllRoles()
           
 java.util.Collection findAllUsers()
           
 java.util.Collection findUsersInRole(java.lang.String rolename)
           
 

Method Detail

createUser

public org.smartcomps.twister.util.user.User createUser(org.smartcomps.twister.util.user.User user)
                                                 throws CreationException
CreationException

findAllUsers

public java.util.Collection findAllUsers()
                                  throws TwisterUserException
TwisterUserException

findAllRoles

public java.util.Collection findAllRoles()
                                  throws TwisterUserException
TwisterUserException

findUsersInRole

public java.util.Collection findUsersInRole(java.lang.String rolename)
                                     throws TwisterUserException
TwisterUserException


Copyright © 2003 SmartComps. All Rights Reserved.