| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kim.client.acegi.KualiUserDetailsServiceImpl
public class KualiUserDetailsServiceImpl
Populates a UserDetails object with ticket or username and Authentication Method
| Constructor Summary | |
|---|---|
| KualiUserDetailsServiceImpl() | |
| Method Summary | |
|---|---|
|  void | afterPropertiesSet() | 
|  org.acegisecurity.userdetails.UserDetails | loadUserByTicketResponse(KualiTicketResponse response)This overridden method appends the Distributed Session Ticket to the granted authorities | 
|  org.acegisecurity.userdetails.UserDetails | loadUserByUsername(String username)This overridden method ... | 
|  org.acegisecurity.userdetails.UserDetails | loadUserByUsernameAndAuthorities(String username,
                                                                 org.acegisecurity.GrantedAuthority[] authorities)This method is necessary for loading users by the ticket response | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public KualiUserDetailsServiceImpl()
| Method Detail | 
|---|
public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic org.acegisecurity.userdetails.UserDetails loadUserByTicketResponse(KualiTicketResponse response)
loadUserByTicketResponse in interface KualiUserDetailsServiceresponse - the reponse from the TicketValidator presented to the DaoAuthenticationProvider
null)KualiUserDetailsService.loadUserByTicketResponse(org.kuali.rice.kim.client.acegi.KualiTicketResponse)public org.acegisecurity.userdetails.UserDetails loadUserByUsername(String username)
loadUserByUsername in interface org.acegisecurity.userdetails.UserDetailsServiceUserDetailsService.loadUserByUsername(java.lang.String)
public org.acegisecurity.userdetails.UserDetails loadUserByUsernameAndAuthorities(String username,
                                                                                  org.acegisecurity.GrantedAuthority[] authorities)
username - authorities - 
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||