|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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
Exceptionpublic void setUserDetailsService(org.acegisecurity.userdetails.UserDetailsService userDetailsService)
userDetailsService - the UserDetailsService to set
public org.acegisecurity.userdetails.UserDetails getUserDetails(String casUserId)
throws org.acegisecurity.AuthenticationException
getUserDetails in interface org.acegisecurity.providers.cas.CasAuthoritiesPopulatororg.acegisecurity.AuthenticationExceptionCasAuthoritiesPopulator.getUserDetails(java.lang.String)
public org.acegisecurity.userdetails.UserDetails getUserDetails(KualiTicketResponse response)
throws org.acegisecurity.AuthenticationException
KualiTicketResponse
getUserDetails in interface KualiCasAuthoritiesPopulatororg.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 | |||||||||