org.acegisecurity.providers.cas
Class TicketResponse
java.lang.Object
org.acegisecurity.providers.cas.TicketResponse
public class TicketResponse
- extends Object
Represents a CAS service ticket in native CAS form.
- Version:
- $Id: TicketResponse.java 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Ben Alex
TicketResponse
public TicketResponse(String user,
List proxyList,
String proxyGrantingTicketIou)
- Constructor.
If null
is passed into the proxyList
or
proxyGrantingTicketIou
, suitable defaults are established.
However, null
cannot be passed for the user
argument.
- Parameters:
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
)
- Throws:
IllegalArgumentException
- DOCUMENT ME!
getProxyGrantingTicketIou
public String getProxyGrantingTicketIou()
getProxyList
public List getProxyList()
getUser
public String getUser()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.