Uses of Class
org.identityconnectors.ldap.LdapConnection

Packages that use LdapConnection
org.identityconnectors.ldap   
org.identityconnectors.ldap.commons   
org.identityconnectors.ldap.modify   
org.identityconnectors.ldap.schema   
org.identityconnectors.ldap.search   
org.identityconnectors.ldap.sync.sunds   
 

Uses of LdapConnection in org.identityconnectors.ldap
 

Constructors in org.identityconnectors.ldap with parameters of type LdapConnection
LdapAuthenticate(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, String username, org.identityconnectors.framework.common.objects.OperationOptions options)
           
 

Uses of LdapConnection in org.identityconnectors.ldap.commons
 

Fields in org.identityconnectors.ldap.commons declared as LdapConnection
protected  LdapConnection LdapModifyOperation.conn
           
 

Constructors in org.identityconnectors.ldap.commons with parameters of type LdapConnection
GroupHelper(LdapConnection conn)
           
LdapModifyOperation(LdapConnection conn)
           
ServerNativeSchema(LdapConnection conn)
           
 

Uses of LdapConnection in org.identityconnectors.ldap.modify
 

Constructors in org.identityconnectors.ldap.modify with parameters of type LdapConnection
LdapCreate(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, Set<org.identityconnectors.framework.common.objects.Attribute> attrs, org.identityconnectors.framework.common.objects.OperationOptions options)
           
LdapDelete(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, org.identityconnectors.framework.common.objects.Uid uid)
           
LdapUpdate(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, org.identityconnectors.framework.common.objects.Uid uid)
           
 

Uses of LdapConnection in org.identityconnectors.ldap.schema
 

Constructors in org.identityconnectors.ldap.schema with parameters of type LdapConnection
LdapSchemaMapping(LdapConnection conn)
           
 

Uses of LdapConnection in org.identityconnectors.ldap.search
 

Methods in org.identityconnectors.ldap.search with parameters of type LdapConnection
static void LdapSearches.findEntries(SearchResultsHandler handler, LdapConnection conn, String filter, String... ldapAttrsToGet)
           
static String LdapSearches.findEntryDN(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, org.identityconnectors.framework.common.objects.Uid uid)
          Returns the DN of the entry identified by the given Uid.
static org.identityconnectors.framework.common.objects.ConnectorObject LdapSearches.findObject(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, LdapFilter filter, String... attrsToGet)
           
static List<org.identityconnectors.framework.common.objects.ConnectorObject> LdapSearches.findObjects(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, String baseDN, org.identityconnectors.framework.common.objects.Attribute attr, String... attrsToGet)
           
static Set<String> LdapSearch.getAttributesReturnedByDefault(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass)
           
static LdapEntry LdapSearches.getEntry(LdapConnection conn, LdapName entryDN, String... ldapAttrsToGet)
           
static String LdapSearches.getEntryDN(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, org.identityconnectors.framework.common.objects.Uid uid)
          Returns the DN of the entry identified by the given Uid.
 

Constructors in org.identityconnectors.ldap.search with parameters of type LdapConnection
LdapInternalSearch(LdapConnection conn, String filter, List<String> baseDNs, LdapSearchStrategy strategy, SearchControls controls)
           
LdapSearch(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, LdapFilter filter, org.identityconnectors.framework.common.objects.OperationOptions options)
           
LdapSearch(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, LdapFilter filter, org.identityconnectors.framework.common.objects.OperationOptions options, String... baseDNs)
           
 

Uses of LdapConnection in org.identityconnectors.ldap.sync.sunds
 

Constructors in org.identityconnectors.ldap.sync.sunds with parameters of type LdapConnection
SunDSChangeLogSyncStrategy(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass)
           
 



Copyright © 2012. All Rights Reserved.