org.identityconnectors.ldap.commons
Class LdapConstants

java.lang.Object
  extended by org.identityconnectors.ldap.commons.LdapConstants

public class LdapConstants
extends Object


Field Summary
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
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Method Detail

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.