org.kuali.rice.kim.client.acegi
Class KualiTicketResponse
java.lang.Object
   org.acegisecurity.providers.cas.TicketResponse
org.acegisecurity.providers.cas.TicketResponse
       org.kuali.rice.kim.client.acegi.KualiTicketResponse
org.kuali.rice.kim.client.acegi.KualiTicketResponse
- public class KualiTicketResponse 
- extends org.acegisecurity.providers.cas.TicketResponse
Adds distributedSessionToken to the 
 TicketResponse.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class org.acegisecurity.providers.cas.TicketResponse | 
| getProxyGrantingTicketIou, getProxyList, getUser | 
 
 
KualiTicketResponse
public KualiTicketResponse(String user,
                           List proxyList,
                           String proxyGrantingTicketIou,
                           String distributedSessionToken)
- Constructor.
 
 
 If nullis passed into theproxyListorproxyGrantingTicketIou, suitable defaults are established.
 However,nullcannot be passed for theuserordistributedSessionTokenarguments.
 
 
- Parameters:
- user- the user as indicated by CAS (cannot be- nullor
        an empty- String)
- proxyList- as provided by CAS (may be- null)
- proxyGrantingTicketIou- as provided by CAS (may be- null)
- distributedSessionToken- as provided by CAS (may be- null)
- Throws:
- IllegalArgumentException- DOCUMENT ME!
 
getDistributedSessionToken
public String getDistributedSessionToken()
- Returns the distributed session token
 
- 
- Returns:
 
toString
public String toString()
- 
- Overrides:
- toStringin class- org.acegisecurity.providers.cas.TicketResponse
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.