org.smartcomps.twister.util.user.priv
Class TwisterUserImpl

java.lang.Object
  |
  +--org.smartcomps.twister.util.user.priv.TwisterUserImpl
All Implemented Interfaces:
TwisterUser

public class TwisterUserImpl
extends java.lang.Object
implements TwisterUser


Constructor Summary
TwisterUserImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwisterUserImpl

public TwisterUserImpl()
Method Detail

createUser

public org.smartcomps.twister.util.user.User createUser(org.smartcomps.twister.util.user.User user)
                                                 throws CreationException
Specified by:
createUser in interface TwisterUser
CreationException

findAllUsers

public java.util.Collection findAllUsers()
                                  throws TwisterUserException
Specified by:
findAllUsers in interface TwisterUser
TwisterUserException

findAllRoles

public java.util.Collection findAllRoles()
                                  throws TwisterUserException
Specified by:
findAllRoles in interface TwisterUser
TwisterUserException

findUsersInRole

public java.util.Collection findUsersInRole(java.lang.String rolename)
                                     throws TwisterUserException
Specified by:
findUsersInRole in interface TwisterUser
TwisterUserException


Copyright © 2003 SmartComps. All Rights Reserved.