org.jasig.portlet.cas
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
 String getCasServiceToken(org.jasig.cas.client.validation.Assertion assertion, String target)
          Return a proxy ticket for a CAS receipt and URL target.
 org.jasig.cas.client.validation.Assertion getProxyTicket(javax.portlet.PortletRequest request)
          Retrieve a CAS receipt for the specified portlet request.
 

Method Detail

getProxyTicket

org.jasig.cas.client.validation.Assertion getProxyTicket(javax.portlet.PortletRequest request)
Retrieve a CAS receipt for the specified portlet request.

Parameters:
request -
ticket -
Returns:

getCasServiceToken

String getCasServiceToken(org.jasig.cas.client.validation.Assertion assertion,
                          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 © 2012 Jasig. All Rights Reserved.