com.atlassian.crowd.integration.atlassianuser
Class CrowdUserManager
java.lang.Object
com.atlassian.crowd.integration.atlassianuser.CrowdUserManager
public class CrowdUserManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrowdUserManager
public CrowdUserManager()
getUsers
public Pager getUsers()
throws EntityException
- Throws:
EntityException
getUserNames
public Pager getUserNames()
throws EntityException
- Throws:
EntityException
getUser
public User getUser(String name)
throws EntityException
- Throws:
EntityException
createUser
public User createUser(String name)
throws EntityException
- Throws:
EntityException
alterPassword
public void alterPassword(User user,
String password)
throws EntityException
- Throws:
EntityException
saveUser
public void saveUser(User user)
throws EntityException
- Throws:
EntityException
removeUser
public void removeUser(User user)
throws EntityException
- Throws:
EntityException
isReadOnly
public boolean isReadOnly(User user)
throws EntityException
- Throws:
EntityException
getRepository
public Repository getRepository()
getRepository
public Repository getRepository(Entity entity)
throws EntityException
- Throws:
EntityException
isCreative
public boolean isCreative()
init
public void init(HashMap args)
throws ConfigurationException
- Throws:
ConfigurationException
findAllPrincipals
protected List findAllPrincipals()
throws InvalidAuthorizationTokenException,
RemoteException
- Throws:
InvalidAuthorizationTokenException
RemoteException
findPrincipalByName
public SOAPPrincipal findPrincipalByName(String username)
throws InvalidAuthorizationTokenException,
RemoteException,
ObjectNotFoundException
- Throws:
InvalidAuthorizationTokenException
RemoteException
ObjectNotFoundException
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.