@Component public class LdapClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TASKANA_USE_LDAP_PROP_NAME |
| Constructor and Description |
|---|
LdapClient() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupNameAttribute() |
String |
getGroupSearchBase() |
String |
getGroupSearchFilterName() |
String |
getGroupSearchFilterValue() |
int |
getMaxNumberOfReturnedAccessIds() |
String |
getMaxNumberOfReturnedAccessIdsAsString() |
int |
getMinSearchForLength() |
String |
getMinSearchForLengthAsString() |
String |
getUserFirstnameAttribute() |
String |
getUserIdAttribute() |
String |
getUserLastnameAttribute() |
String |
getUserSearchBase() |
String |
getUserSearchFilterName() |
String |
getUserSearchFilterValue() |
List<AccessIdResource> |
searchGroupsByName(String name) |
List<AccessIdResource> |
searchUsersAndGroups(String name) |
List<AccessIdResource> |
searchUsersByName(String name) |
boolean |
useLdap() |
public static final String TASKANA_USE_LDAP_PROP_NAME
public List<AccessIdResource> searchUsersAndGroups(String name) throws pro.taskana.exceptions.InvalidArgumentException
pro.taskana.exceptions.InvalidArgumentExceptionpublic List<AccessIdResource> searchUsersByName(String name) throws pro.taskana.exceptions.InvalidArgumentException
pro.taskana.exceptions.InvalidArgumentExceptionpublic List<AccessIdResource> searchGroupsByName(String name) throws pro.taskana.exceptions.InvalidArgumentException
pro.taskana.exceptions.InvalidArgumentExceptionpublic boolean useLdap()
public String getUserSearchBase()
public String getUserSearchFilterName()
public String getUserSearchFilterValue()
public String getUserFirstnameAttribute()
public String getUserLastnameAttribute()
public String getUserIdAttribute()
public String getGroupSearchBase()
public String getGroupSearchFilterName()
public String getGroupSearchFilterValue()
public String getGroupNameAttribute()
public String getMinSearchForLengthAsString()
public int getMinSearchForLength()
public String getMaxNumberOfReturnedAccessIdsAsString()
public int getMaxNumberOfReturnedAccessIds()
Copyright © 2018. All rights reserved.