public class GoogleOidcClient extends OidcClient<GoogleOidcProfile>
This class is the OpenID Connect client to authenticate users in Google.
More information at: https://developers.google.com/identity/protocols/OpenIDConnect
ATTEMPTED_AUTHENTICATION_SUFFIX, callbackUrl, urlResolverlogger| Constructor and Description |
|---|
GoogleOidcClient() |
GoogleOidcClient(OidcConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clientInit(WebContext context) |
getConfiguration, setConfiguration, toStringcomputeFinalCallbackUrl, defaultLogoutActionBuilder, defaultRedirectActionBuilder, getAjaxRequestResolver, getCallbackUrl, getCallbackUrlResolver, getCredentials, getLogoutAction, getLogoutActionBuilder, getRedirectAction, getRedirectActionBuilder, getUrlResolver, internalInit, isIncludeClientNameInCallbackUrl, redirect, setAjaxRequestResolver, setCallbackUrl, setCallbackUrlResolver, setIncludeClientNameInCallbackUrl, setLogoutActionBuilder, setRedirectActionBuilder, setUrlResolveraddAuthorizationGenerator, addAuthorizationGenerators, defaultAuthenticator, defaultCredentialsExtractor, defaultProfileCreator, getAuthenticator, getAuthorizationGenerators, getCredentialsExtractor, getName, getProfileCreator, getUserProfile, notifySessionRenewal, retrieveCredentials, retrieveUserProfile, setAuthenticator, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setCredentialsExtractor, setName, setProfileCreatorinit, reinitpublic GoogleOidcClient()
public GoogleOidcClient(OidcConfiguration configuration)
protected void clientInit(WebContext context)
clientInit in class OidcClient<GoogleOidcProfile>Copyright © 2017. All Rights Reserved.