Package com.floragunn.dlic.auth.ldap
Class LdapUser.DirEntry
- java.lang.Object
-
- com.floragunn.dlic.auth.ldap.LdapUser.DirEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLdapUser.DirEntry.DirAttribute
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<LdapUser.DirEntry.DirAttribute>getAttributes()StringgetDN()org.ldaptive.LdapEntrygetLdaptiveEntry()com.unboundid.ldap.sdk.SearchResultEntrygetUbEntry()
-
-
-
Method Detail
-
getDN
public String getDN()
-
getLdaptiveEntry
public org.ldaptive.LdapEntry getLdaptiveEntry()
-
getUbEntry
public com.unboundid.ldap.sdk.SearchResultEntry getUbEntry()
-
getAttributes
public Collection<LdapUser.DirEntry.DirAttribute> getAttributes()
-
-