public class KualiTicketResponse extends org.acegisecurity.providers.cas.TicketResponse
distributedSessionToken
to the
TicketResponse
.Constructor and Description |
---|
KualiTicketResponse(String user,
List proxyList,
String proxyGrantingTicketIou,
String distributedSessionToken)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDistributedSessionToken()
Returns the distributed session token
|
String |
toString() |
public KualiTicketResponse(String user, List proxyList, String proxyGrantingTicketIou, String distributedSessionToken)
If null
is passed into the proxyList
or
proxyGrantingTicketIou
, suitable defaults are established.
However, null
cannot be passed for the user
or distributedSessionToken
arguments.
user
- the user as indicated by CAS (cannot be null
or
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
)IllegalArgumentException
- DOCUMENT ME!public String getDistributedSessionToken()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.