@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, waitgetAdditionalGroups, processGrouppublic Set<String> process(String attribute, LdapSearchResult result, SearchProvider groupResults) throws NamingException
LdapGroupProcessorprocess in interface LdapGroupProcessorattribute - The group attribute in the contextresult - The search result of the usergroupResults - The provider responsible for querying LDAPNamingException - If the search provider fails