public class LdapUserDetailsService extends Object implements org.acegisecurity.userdetails.UserDetailsService, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
LdapUserDetailsService() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator |
getLdapAuthoritiesPopulator() |
org.acegisecurity.ldap.LdapUserSearch |
getLdapUserSearch() |
org.acegisecurity.userdetails.UserDetails |
loadUserByUsername(String username) |
void |
setLdapAuthoritiesPopulator(org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator ldapAuthoritiesPopulator) |
void |
setLdapUserSearch(org.acegisecurity.ldap.LdapUserSearch ldapUserSearch) |
public LdapUserDetailsService()
public void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic org.acegisecurity.userdetails.UserDetails loadUserByUsername(String username)
loadUserByUsername in interface org.acegisecurity.userdetails.UserDetailsServicepublic org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator getLdapAuthoritiesPopulator()
public void setLdapAuthoritiesPopulator(org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator ldapAuthoritiesPopulator)
public org.acegisecurity.ldap.LdapUserSearch getLdapUserSearch()
public void setLdapUserSearch(org.acegisecurity.ldap.LdapUserSearch ldapUserSearch)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.