public class LdapGroupProvider extends AbstractGroupProvider
Constructor and Description |
---|
LdapGroupProvider()
Constructs a new LDAP group provider.
|
Modifier and Type | Method and Description |
---|---|
Group |
getGroup(String groupName)
Returns a group based on it's name.
|
int |
getGroupCount()
Returns the number of groups in the system.
|
Collection<String> |
getGroupNames()
Returns the Collection of all group names in the system.
|
Collection<String> |
getGroupNames(int startIndex,
int numResults)
Returns the Collection of all groups in the system.
|
Collection<String> |
getGroupNames(org.xmpp.packet.JID user)
Returns the Collection of group names that an entity belongs to.
|
boolean |
isSearchSupported()
Returns true if the provider supports group search capability.
|
Collection<String> |
search(String query)
Returns a collection of group search results.
|
Collection<String> |
search(String query,
int startIndex,
int numResults)
Returns a collection of group search results.
|
Collection<String> |
search(String key,
String value)
Returns the names of groups that have a property matching the given
key/value pair.
|
addMember, createGroup, deleteGroup, deleteMember, getPublicSharedGroupNames, getSharedGroupNames, getSharedGroupNames, getVisibleGroupNames, isReadOnly, isSharingSupported, loadProperties, setDescription, setName, updateMember
public LdapGroupProvider()
public Group getGroup(String groupName) throws GroupNotFoundException
GroupProvider
groupName
- the name of the group.GroupNotFoundException
- If no group with that ID could be foundpublic int getGroupCount()
GroupProvider
public Collection<String> getGroupNames()
GroupProvider
public Collection<String> getGroupNames(int startIndex, int numResults)
GroupProvider
startIndex
- start index in results.numResults
- number of results to return.public Collection<String> getGroupNames(org.xmpp.packet.JID user)
GroupProvider
user
- the JID of the entity.public Collection<String> search(String key, String value)
GroupProvider
GroupProvider.isSearchSupported()
method
to ensure that searching is supported.search
in interface GroupProvider
search
in class AbstractGroupProvider
key
- The name of a group property (e.g. "sharedRoster.showInRoster")value
- The value to match for the given propertypublic Collection<String> search(String query)
AbstractGroupProvider
search
in interface GroupProvider
search
in class AbstractGroupProvider
query
- the search string for group names.public Collection<String> search(String query, int startIndex, int numResults)
AbstractGroupProvider
search
in interface GroupProvider
search
in class AbstractGroupProvider
query
- the search string for group names.startIndex
- start index in results.numResults
- number of results to return.public boolean isSearchSupported()
AbstractGroupProvider
isSearchSupported
in interface GroupProvider
isSearchSupported
in class AbstractGroupProvider
Copyright © 2003-2008 Jive Software.