|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kim.client.acegi.KualiCasAuthoritiesPopulatorImpl
public class KualiCasAuthoritiesPopulatorImpl
Populates the UserDetails
associated with a CAS
authenticated user by reading the response. This is required to pass
the Distributed Session Ticket around.
Constructor Summary | |
---|---|
KualiCasAuthoritiesPopulatorImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
This method validates the Spring configuration |
org.acegisecurity.userdetails.UserDetails |
getUserDetails(KualiTicketResponse response)
This overridden method is used to pass the Distributed Session Ticket around via the KualiTicketResponse |
org.acegisecurity.userdetails.UserDetails |
getUserDetails(String casUserId)
This overridden method should never be used but is required by the UserDetails interface |
void |
setUserDetailsService(org.acegisecurity.userdetails.UserDetailsService userDetailsService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KualiCasAuthoritiesPopulatorImpl()
Method Detail |
---|
public void afterPropertiesSet() throws Exception
Exception
public void setUserDetailsService(org.acegisecurity.userdetails.UserDetailsService userDetailsService)
userDetailsService
- the UserDetailsService to setpublic org.acegisecurity.userdetails.UserDetails getUserDetails(String casUserId) throws org.acegisecurity.AuthenticationException
getUserDetails
in interface org.acegisecurity.providers.cas.CasAuthoritiesPopulator
org.acegisecurity.AuthenticationException
CasAuthoritiesPopulator.getUserDetails(java.lang.String)
public org.acegisecurity.userdetails.UserDetails getUserDetails(KualiTicketResponse response) throws org.acegisecurity.AuthenticationException
KualiTicketResponse
getUserDetails
in interface KualiCasAuthoritiesPopulator
org.acegisecurity.AuthenticationException
- DOCUMENT ME!KualiCasAuthoritiesPopulator.getUserDetails(org.kuali.rice.kim.client.acegi.KualiTicketResponse)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |