org.jasig.cas.web.support
Interface ArgumentExtractor

All Known Implementing Classes:
AbstractSingleSignOutEnabledArgumentExtractor, CasArgumentExtractor, GoogleAccountsArgumentExtractor, SamlArgumentExtractor

public interface ArgumentExtractor

Strategy interface for retrieving services and tickets from the request.

These are the two things the CAS protocol and the SAML protocol have in common.

Since:
3.1
Version:
$Revision$ $Date$
Author:
Scott Battatglia

Method Summary
 WebApplicationService extractService(javax.servlet.http.HttpServletRequest request)
          Retrieve the service from the request.
 

Method Detail

extractService

WebApplicationService extractService(javax.servlet.http.HttpServletRequest request)
Retrieve the service from the request.

Parameters:
request - the request context.
Returns:
the fully formed Service or null if it could not be found.


Copyright © 2004-2013 Jasig. All Rights Reserved.