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, urlResolver
logger
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, redirect, setAjaxRequestResolver, setCallbackUrl, setCallbackUrlResolver, setLogoutActionBuilder, setRedirectActionBuilder, setUrlResolver, toString
addAuthorizationGenerator, addAuthorizationGenerators, defaultAuthenticator, defaultCredentialsExtractor, defaultProfileCreator, getAuthenticator, getAuthorizationGenerators, getCredentialsExtractor, getCustomProperties, getName, getProfileCreator, getUserProfile, notifySessionRenewal, retrieveCredentials, retrieveUserProfile, setAuthenticator, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setCredentialsExtractor, setCustomProperties, setName, setProfileCreator
init
protected com.google.appengine.api.users.UserService service
protected String authDomain
protected void clientInit()
IndirectClient
clientInit
in class IndirectClient<GaeUserCredentials,GaeUserServiceProfile>
public void setAuthDomain(String authDomain)
authDomain
- the authentication domainpublic String getAuthDomain()
Copyright © 2018. All rights reserved.