public interface IJEMHLdapVelocityContextUtil
Modifier and Type | Method and Description |
---|---|
Map<String,List<Object>> |
getUserAttributes(String fullLdapFilter,
List<String> requiredReturnAtts) |
Map<String,List<Object>> |
getUserAttributes(String fullLdapFilter,
String[] requiredReturnAtts) |
LDAPUser |
getUserDetails(String ldapUsername) |
LDAPUser |
getUserDetailsByEmailAddress(String emailAddress) |
void |
initWithConfig(LdapDetailsDTO dto) |
boolean |
isSetup() |
Map<String,Map<String,List<Object>>> |
search(String fullLdapFilter,
String[] requiredReturnAtts,
int maxResults) |
List<LDAPUser> |
searchWildcarded(String partialLdapFilter) |
boolean isSetup()
void initWithConfig(LdapDetailsDTO dto)
Map<String,List<Object>> getUserAttributes(String fullLdapFilter, String[] requiredReturnAtts)
fullLdapFilter
- for the resultrequiredReturnAtts
- that should be retrieved, can be 'null' to return allMap<String,List<Object>> getUserAttributes(String fullLdapFilter, List<String> requiredReturnAtts)
Copyright © 2008–2022 The Plugin People. All rights reserved.