org.kuali.rice.kim.client.acegi
Class LdapUserDetailsService
java.lang.Object
org.kuali.rice.kim.client.acegi.LdapUserDetailsService
- All Implemented Interfaces:
- org.acegisecurity.userdetails.UserDetailsService, org.springframework.beans.factory.InitializingBean
public class LdapUserDetailsService
- extends Object
- implements org.acegisecurity.userdetails.UserDetailsService, org.springframework.beans.factory.InitializingBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LdapUserDetailsService
public LdapUserDetailsService()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
loadUserByUsername
public org.acegisecurity.userdetails.UserDetails loadUserByUsername(String username)
- Specified by:
loadUserByUsername
in interface org.acegisecurity.userdetails.UserDetailsService
getLdapAuthoritiesPopulator
public org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator getLdapAuthoritiesPopulator()
setLdapAuthoritiesPopulator
public void setLdapAuthoritiesPopulator(org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator ldapAuthoritiesPopulator)
getLdapUserSearch
public org.acegisecurity.ldap.LdapUserSearch getLdapUserSearch()
setLdapUserSearch
public void setLdapUserSearch(org.acegisecurity.ldap.LdapUserSearch ldapUserSearch)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.