public class TicketResponse extends Object
Constructor and Description |
---|
TicketResponse(String user,
List proxyList,
String proxyGrantingTicketIou)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getProxyGrantingTicketIou() |
List |
getProxyList() |
String |
getUser() |
String |
toString() |
public TicketResponse(String user, List proxyList, String proxyGrantingTicketIou)
If null
is passed into the proxyList
or
proxyGrantingTicketIou
, suitable defaults are established.
However, null
cannot be passed for the user
argument.
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
)IllegalArgumentException
- DOCUMENT ME!Copyright © 2014. All rights reserved.