Uses of Class
com.floragunn.dlic.auth.ldap.LdapUser.DirEntry
-
Packages that use LdapUser.DirEntry Package Description com.floragunn.dlic.auth.ldap -
-
Uses of LdapUser.DirEntry in com.floragunn.dlic.auth.ldap
Methods in com.floragunn.dlic.auth.ldap that return LdapUser.DirEntry Modifier and Type Method Description LdapUser.DirEntryLdapUser. getUserEntry()May return null because ldapEntry is transientMethods in com.floragunn.dlic.auth.ldap with parameters of type LdapUser.DirEntry Modifier and Type Method Description static Map<String,String>LdapUser. extractLdapAttributes(String originalUsername, LdapUser.DirEntry userEntry, int customAttrMaxValueLen, List<String> whiteListedAttributes)Constructors in com.floragunn.dlic.auth.ldap with parameters of type LdapUser.DirEntry Constructor Description LdapUser(String name, com.floragunn.searchguard.user.AuthDomainInfo authDomainInfo, String originalUsername, LdapUser.DirEntry userEntry, com.floragunn.searchguard.user.AuthCredentials credentials, int customAttrMaxValueLen, List<String> whiteListedAttributes)
-