public class GaeUserServiceClient extends IndirectClient<GaeUserCredentials,GaeUserServiceProfile>
This class is the OpenID client to authenticate users with UserService on App Engine
| Modifier and Type | Field and Description |
|---|---|
protected String |
authDomain |
protected com.google.appengine.api.users.UserService |
service |
ATTEMPTED_AUTHENTICATION_SUFFIX, callbackUrl, callbackUrlResolver, urlResolverlogger| Constructor and Description |
|---|
GaeUserServiceClient() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clientInit()
Initialize the client.
|
String |
getAuthDomain() |
void |
setAuthDomain(String authDomain)
Set the authDomain for connect to google apps for domain with the UserService
|
computeFinalCallbackUrl, defaultLogoutActionBuilder, defaultRedirectActionBuilder, getAjaxRequestResolver, getCallbackUrl, getCallbackUrlResolver, getCredentials, getLogoutAction, getLogoutActionBuilder, getRedirectAction, getRedirectActionBuilder, getUrlResolver, internalInit, newDefaultCallbackUrlResolver, redirect, setAjaxRequestResolver, setCallbackUrl, setCallbackUrlResolver, setLogoutActionBuilder, setRedirectActionBuilder, setUrlResolver, toStringaddAuthorizationGenerator, addAuthorizationGenerators, defaultAuthenticator, defaultCredentialsExtractor, defaultProfileCreator, getAuthenticator, getAuthorizationGenerators, getCredentialsExtractor, getCustomProperties, getName, getProfileCreator, getUserProfile, notifySessionRenewal, retrieveCredentials, retrieveUserProfile, setAuthenticator, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setCredentialsExtractor, setCustomProperties, setName, setProfileCreatorinitprotected com.google.appengine.api.users.UserService service
protected String authDomain
protected void clientInit()
IndirectClientclientInit in class IndirectClient<GaeUserCredentials,GaeUserServiceProfile>public void setAuthDomain(String authDomain)
authDomain - the authentication domainpublic String getAuthDomain()
Copyright © 2019. All rights reserved.