org.identityconnectors.ldap.commons
Class LdapEntry
java.lang.Object
org.identityconnectors.ldap.commons.LdapEntry
public abstract class LdapEntry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENTRY_DN_ATTRS
public static final Set<String> ENTRY_DN_ATTRS
LdapEntry
public LdapEntry()
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.