org.jasig.cas.authentication.principal
Class SimpleWebApplicationServiceImpl
java.lang.Object
org.jasig.cas.authentication.principal.AbstractWebApplicationService
org.jasig.cas.authentication.principal.SimpleWebApplicationServiceImpl
- All Implemented Interfaces:
- Serializable, Principal, Service, WebApplicationService
public final class SimpleWebApplicationServiceImpl
- extends AbstractWebApplicationService
Represents a service which wishes to use the CAS protocol.
- Since:
- 3.1
- Version:
- $Revision: 1.3 $ $Date: 2007/04/24 18:19:22 $
- Author:
- Scott Battaglia
- See Also:
- Serialized Form
| Methods inherited from class org.jasig.cas.authentication.principal.AbstractWebApplicationService |
cleanupUrl, equals, getArtifactId, getAttributes, getHttpClient, getId, getOriginalUrl, getPrincipal, hashCode, logOutOfService, matches, setPrincipal, toString |
SimpleWebApplicationServiceImpl
public SimpleWebApplicationServiceImpl(String id)
SimpleWebApplicationServiceImpl
public SimpleWebApplicationServiceImpl(String id,
HttpClient httpClient)
createServiceFrom
public static SimpleWebApplicationServiceImpl createServiceFrom(javax.servlet.http.HttpServletRequest request)
createServiceFrom
public static SimpleWebApplicationServiceImpl createServiceFrom(javax.servlet.http.HttpServletRequest request,
HttpClient httpClient)
getResponse
public Response getResponse(String ticketId)
- Description copied from interface:
WebApplicationService
- Constructs the url to redirect the service back to.
- Parameters:
ticketId - the service ticket to provide to the service.
- Returns:
- the redirect url.
Copyright © 2004-2013 Jasig. All Rights Reserved.