public class LdapConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LDAP_GROUPS_NAME |
static String |
LDAP_UID_ATTRS_NAME |
static String |
OP_SEARCH_FILTER |
static org.identityconnectors.framework.common.objects.AttributeInfo |
PASSWORD
Overrides the framework-defined password because ours is readable:
we can return the password from
sync() when doing
password synchronization. |
static String |
POSIX_GROUPS_NAME |
static String |
SEARCH_FILTER_NAME |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getLdapUidAttributes(org.identityconnectors.framework.common.objects.OperationOptions options) |
static String |
getSearchFilter(org.identityconnectors.framework.common.objects.OperationOptions options) |
static boolean |
isLdapGroups(String attrName) |
static boolean |
isPosixGroups(String attrName) |
public static final String LDAP_GROUPS_NAME
public static final String POSIX_GROUPS_NAME
public static final String LDAP_UID_ATTRS_NAME
public static final String SEARCH_FILTER_NAME
public static final String OP_SEARCH_FILTER
public static final org.identityconnectors.framework.common.objects.AttributeInfo PASSWORD
sync() when doing
password synchronization.public static boolean isLdapGroups(String attrName)
public static boolean isPosixGroups(String attrName)
public static String[] getLdapUidAttributes(org.identityconnectors.framework.common.objects.OperationOptions options)
public static String getSearchFilter(org.identityconnectors.framework.common.objects.OperationOptions options)
Copyright © 2013. All Rights Reserved.