public class GoogleAuthorizationService extends AuthorizationService
clientId, clientSecret, httpClientConfiguration, log, router, scope, supportsDynamicRegistration| Constructor and Description |
|---|
GoogleAuthorizationService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIssuer() |
String |
getJwksEndpoint() |
String |
getLoginURL(String securityToken,
String publicURL,
String pathQuery) |
String |
getRevocationEndpoint() |
String |
getSubject() |
String |
getTokenEndpoint() |
String |
getUserInfoEndpoint() |
void |
init() |
checkForClientIdAndSecret, doDynamicRegistration, doRequest, dynamicRegistration, getClientId, getClientSecret, getHttpClient, getHttpClientConfiguration, getScope, getSslParser, init, setClientId, setClientSecret, setHttpClient, setHttpClientConfiguration, setScope, setSslParser, supportsDynamicRegistrationpublic void init()
init in class AuthorizationServicepublic String getIssuer()
getIssuer in class AuthorizationServicepublic String getJwksEndpoint() throws Exception
getJwksEndpoint in class AuthorizationServiceExceptionpublic String getLoginURL(String securityToken, String publicURL, String pathQuery)
getLoginURL in class AuthorizationServicepublic String getTokenEndpoint()
getTokenEndpoint in class AuthorizationServicepublic String getRevocationEndpoint()
getRevocationEndpoint in class AuthorizationServicepublic String getUserInfoEndpoint()
getUserInfoEndpoint in class AuthorizationServicepublic String getSubject()
getSubject in class AuthorizationServiceCopyright © 2019. All Rights Reserved.