org.kuali.rice.kim.client.acegi
Class LdapUserDetailsService

java.lang.Object
  extended by 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


Constructor Summary
LdapUserDetailsService()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapUserDetailsService

public LdapUserDetailsService()
Method Detail

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-2014 The Kuali Foundation. All Rights Reserved.