public final class SimpleWebApplicationServiceImpl extends AbstractWebApplicationService
LOG| Constructor and Description |
|---|
SimpleWebApplicationServiceImpl(String id) |
SimpleWebApplicationServiceImpl(String id,
HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleWebApplicationServiceImpl |
createServiceFrom(javax.servlet.http.HttpServletRequest request) |
static SimpleWebApplicationServiceImpl |
createServiceFrom(javax.servlet.http.HttpServletRequest request,
HttpClient httpClient) |
Response |
getResponse(String ticketId)
Constructs the url to redirect the service back to.
|
cleanupUrl, equals, getArtifactId, getAttributes, getHttpClient, getId, getOriginalUrl, getPrincipal, hashCode, logOutOfService, matches, setPrincipal, toStringpublic SimpleWebApplicationServiceImpl(String id)
public SimpleWebApplicationServiceImpl(String id, HttpClient httpClient)
public static SimpleWebApplicationServiceImpl createServiceFrom(javax.servlet.http.HttpServletRequest request)
public static SimpleWebApplicationServiceImpl createServiceFrom(javax.servlet.http.HttpServletRequest request, HttpClient httpClient)
public Response getResponse(String ticketId)
WebApplicationServiceticketId - the service ticket to provide to the service.Copyright © 2004-2012 Jasig. All Rights Reserved.