public class KualiUserDetailsServiceImpl extends Object implements KualiUserDetailsService, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
KualiUserDetailsServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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
|
public KualiUserDetailsServiceImpl()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public org.acegisecurity.userdetails.UserDetails loadUserByTicketResponse(KualiTicketResponse response)
loadUserByTicketResponse
in interface KualiUserDetailsService
response
- 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.UserDetailsService
UserDetailsService.loadUserByUsername(java.lang.String)
public org.acegisecurity.userdetails.UserDetails loadUserByUsernameAndAuthorities(String username, org.acegisecurity.GrantedAuthority[] authorities)
username
- authorities
- Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.