Uses of Class
org.identityconnectors.ldap.commons.LdapEntry

Packages that use LdapEntry
org.identityconnectors.ldap.commons   
org.identityconnectors.ldap.schema   
org.identityconnectors.ldap.search   
 

Uses of LdapEntry in org.identityconnectors.ldap.commons
 

Methods in org.identityconnectors.ldap.commons that return LdapEntry
static LdapEntry LdapEntry.create(String entryDN, Attributes attributes)
           
static LdapEntry LdapEntry.create(String baseDN, SearchResult result)
           
 

Uses of LdapEntry in org.identityconnectors.ldap.schema
 

Methods in org.identityconnectors.ldap.schema with parameters of type LdapEntry
 org.identityconnectors.framework.common.objects.Attribute LdapSchemaMapping.createAttribute(org.identityconnectors.framework.common.objects.ObjectClass oclass, String attrName, LdapEntry entry, boolean emptyWhenNotFound)
          Returns an empty attribute instead of null when emptyWhenNotFound is true.
 org.identityconnectors.framework.common.objects.Name LdapSchemaMapping.createName(org.identityconnectors.framework.common.objects.ObjectClass oclass, LdapEntry entry)
          Creates a Name for the given entry.
 org.identityconnectors.framework.common.objects.Uid LdapSchemaMapping.createUid(org.identityconnectors.framework.common.objects.ObjectClass oclass, LdapEntry entry)
          Creates a Uid for the given entry.
 

Uses of LdapEntry in org.identityconnectors.ldap.search
 

Methods in org.identityconnectors.ldap.search that return LdapEntry
static LdapEntry LdapSearches.getEntry(LdapConnection conn, LdapName entryDN, String... ldapAttrsToGet)
           
 



Copyright © 2012. All Rights Reserved.