@Singleton public class DefaultLdapGroupProcessor extends Object implements LdapGroupProcessor
LdapGroupProcessor
.Constructor and Description |
---|
DefaultLdapGroupProcessor() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
process(String attribute,
LdapSearchResult result,
SearchProvider groupResults)
Processes groups returned from LDAP.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdditionalGroups, processGroup
public Set<String> process(String attribute, LdapSearchResult result, SearchProvider groupResults) throws NamingException
LdapGroupProcessor
process
in interface LdapGroupProcessor
attribute
- The group attribute in the contextresult
- The search result of the usergroupResults
- The provider responsible for querying LDAPNamingException
- If the search provider fails