public final class GoogleAccountsArgumentExtractor extends AbstractSingleSignOutEnabledArgumentExtractor
| Constructor and Description |
|---|
GoogleAccountsArgumentExtractor() |
| Modifier and Type | Method and Description |
|---|---|
WebApplicationService |
extractServiceInternal(javax.servlet.http.HttpServletRequest request) |
void |
setAlternateUsername(String alternateUsername)
Sets an alternate username to send to Google (i.e.
|
void |
setPrivateKey(PrivateKey privateKey) |
void |
setPublicKey(PublicKey publicKey) |
extractService, getHttpClientIfSingleSignOutEnabled, setDisableSingleSignOut, setHttpClientpublic WebApplicationService extractServiceInternal(javax.servlet.http.HttpServletRequest request)
extractServiceInternal in class AbstractSingleSignOutEnabledArgumentExtractorpublic void setPrivateKey(PrivateKey privateKey)
public void setPublicKey(PublicKey publicKey)
public void setAlternateUsername(String alternateUsername)
Note that this is optional and the default is to use the normal identifier.
alternateUsername - the alternate username. This is OPTIONAL.Copyright © 2004-2012 Jasig. All Rights Reserved.