public interface LdapUserProvider
| Modifier and Type | Method and Description |
|---|---|
Optional<LdapUser> |
search(String principal)
The method to call when you need to bind a user in the LDAP/AD repository
|
void |
setLdapContextFactory(org.apache.shiro.realm.ldap.LdapContextFactory ldapContextFactory)
The Shiro
LdapContextFactory to use for creating connections to
the LDAP/AD repository in this provider |
Optional<LdapUser> search(String principal)
void setLdapContextFactory(org.apache.shiro.realm.ldap.LdapContextFactory ldapContextFactory)
LdapContextFactory to use for creating connections to
the LDAP/AD repository in this providerldapContextFactory - the factory, must not be nullCopyright © 2018 Arthur Gregorio. All rights reserved.