|
Openfire 3.8.2 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.openfire.crowd.CrowdManager
public class CrowdManager
| Method Summary | |
|---|---|
void |
authenticate(String username,
String password)
Authenticates a user with crowd. |
List<String> |
getAllGroupNames()
Get all the crowd groups |
List<User> |
getAllUsers()
Get all the users from Crowd |
Group |
getGroup(String groupName)
Get the description of a group from crowd |
List<String> |
getGroupMembers(String groupName)
Get the members of the given group |
static CrowdManager |
getInstance()
|
List<String> |
getUserGroups(String username)
Get all the groups of a given username |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CrowdManager getInstance()
public void authenticate(String username,
String password)
throws RemoteException
RemoteException
username - password -
RemoteException
UnsupportedEncodingException
public List<User> getAllUsers()
throws RemoteException
RemoteException
public List<String> getAllGroupNames()
throws RemoteException
RemoteException
public List<String> getUserGroups(String username)
throws RemoteException
username -
RemoteException
public Group getGroup(String groupName)
throws RemoteException
groupName -
RemoteException
public List<String> getGroupMembers(String groupName)
throws RemoteException
groupName -
RemoteException
|
Openfire 3.8.2 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||