org.identityconnectors.ldap.commons
Class LdapConstants
java.lang.Object
org.identityconnectors.ldap.commons.LdapConstants
public class LdapConstants
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LDAP_GROUPS_NAME
public static final String LDAP_GROUPS_NAME
- See Also:
- Constant Field Values
POSIX_GROUPS_NAME
public static final String POSIX_GROUPS_NAME
- See Also:
- Constant Field Values
LDAP_UID_ATTRS_NAME
public static final String LDAP_UID_ATTRS_NAME
- See Also:
- Constant Field Values
SEARCH_FILTER_NAME
public static final String SEARCH_FILTER_NAME
- See Also:
- Constant Field Values
OP_SEARCH_FILTER
public static final String OP_SEARCH_FILTER
- See Also:
- Constant Field Values
PASSWORD
public static final 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.
isLdapGroups
public static boolean isLdapGroups(String attrName)
isPosixGroups
public static boolean isPosixGroups(String attrName)
getLdapUidAttributes
public static String[] getLdapUidAttributes(org.identityconnectors.framework.common.objects.OperationOptions options)
getSearchFilter
public static String getSearchFilter(org.identityconnectors.framework.common.objects.OperationOptions options)
Copyright © 2012. All Rights Reserved.