public class GoogleAccountsService extends AbstractWebApplicationService
LOG| Modifier | Constructor and Description |
|---|---|
protected |
GoogleAccountsService(String id,
String relayState,
String requestId,
PrivateKey privateKey,
PublicKey publicKey,
String alternateUserName) |
protected |
GoogleAccountsService(String id,
String originalUrl,
String artifactId,
String relayState,
String requestId,
PrivateKey privateKey,
PublicKey publicKey,
String alternateUserName) |
| Modifier and Type | Method and Description |
|---|---|
static GoogleAccountsService |
createServiceFrom(javax.servlet.http.HttpServletRequest request,
PrivateKey privateKey,
PublicKey publicKey,
String alternateUserName) |
Response |
getResponse(String ticketId)
Constructs the url to redirect the service back to.
|
boolean |
logOutOfService(String sessionIdentifier)
Service does not support Single Log Out
|
cleanupUrl, equals, getArtifactId, getAttributes, getHttpClient, getId, getOriginalUrl, getPrincipal, hashCode, matches, setPrincipal, toStringprotected GoogleAccountsService(String id, String relayState, String requestId, PrivateKey privateKey, PublicKey publicKey, String alternateUserName)
public static GoogleAccountsService createServiceFrom(javax.servlet.http.HttpServletRequest request, PrivateKey privateKey, PublicKey publicKey, String alternateUserName)
public Response getResponse(String ticketId)
WebApplicationServiceticketId - the service ticket to provide to the service.public boolean logOutOfService(String sessionIdentifier)
logOutOfService in interface ServicelogOutOfService in class AbstractWebApplicationServiceService.logOutOfService(java.lang.String)Copyright © 2004-2012 Jasig. All Rights Reserved.