edu.yale.its.tp.cas.portlet
Interface ICASProxyTicketService

All Known Implementing Classes:
CASProxyTicketServiceUserInfoImpl

public interface ICASProxyTicketService

IProxyTicketService provides an interface for procuring proxy tickets.

Author:
Jen Bourey, jbourey@unicon.net

Method Summary
 java.lang.String getCasServiceToken(edu.yale.its.tp.cas.client.CASReceipt receipt, java.lang.String target)
          Return a proxy ticket for a CAS receipt and URL target.
 edu.yale.its.tp.cas.client.CASReceipt getProxyTicket(javax.portlet.PortletRequest request)
          Retrieve a CAS receipt for the specified portlet request.
 

Method Detail

getProxyTicket

edu.yale.its.tp.cas.client.CASReceipt getProxyTicket(javax.portlet.PortletRequest request)
Retrieve a CAS receipt for the specified portlet request.

Parameters:
request -
ticket -
Returns:

getCasServiceToken

java.lang.String getCasServiceToken(edu.yale.its.tp.cas.client.CASReceipt receipt,
                                    java.lang.String target)
Return a proxy ticket for a CAS receipt and URL target.

Parameters:
receipt - CAS receipt for the current user
target - URL of the service to be proxied
Returns:


Copyright © 2009 Jasig. All Rights Reserved.