org.acegisecurity.providers.cas
Class TicketResponse

java.lang.Object
  extended by 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

Constructor Summary
TicketResponse(String user, List proxyList, String proxyGrantingTicketIou)
          Constructor.
 
Method Summary
 String getProxyGrantingTicketIou()
           
 List getProxyList()
           
 String getUser()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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!
Method Detail

getProxyGrantingTicketIou

public String getProxyGrantingTicketIou()

getProxyList

public List getProxyList()

getUser

public String getUser()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2010 Interface21, Inc. All Rights Reserved.