org.identityconnectors.ldap.commons
Class LdapEntry

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

public abstract class LdapEntry
extends Object


Field Summary
static Set<String> ENTRY_DN_ATTRS
           
 
Constructor Summary
LdapEntry()
           
 
Method Summary
static LdapEntry create(String entryDN, Attributes attributes)
           
static LdapEntry create(String baseDN, SearchResult result)
           
abstract  Attributes getAttributes()
           
abstract  LdapName getDN()
           
static boolean isDNAttribute(String attrID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTRY_DN_ATTRS

public static final Set<String> ENTRY_DN_ATTRS
Constructor Detail

LdapEntry

public LdapEntry()
Method Detail

create

public static LdapEntry create(String baseDN,
                               SearchResult result)

create

public static LdapEntry create(String entryDN,
                               Attributes attributes)

isDNAttribute

public static boolean isDNAttribute(String attrID)

getAttributes

public abstract Attributes getAttributes()

getDN

public abstract LdapName getDN()


Copyright © 2012. All Rights Reserved.