- get(String, Map<String, String>) - Method in class com.google.identitytoolkit.HttpSender
-
Sends a HTTP Get request.
- getAccountInfo(String) - Method in class com.google.identitytoolkit.RpcHelper
-
Uses idToken to retrieve the user account information from GITkit service.
- getAccountInfoByEmail(String) - Method in class com.google.identitytoolkit.RpcHelper
-
Using 2-Leg Oauth (i.e.
- getAccountInfoById(String) - Method in class com.google.identitytoolkit.RpcHelper
-
Using 2-Leg Oauth (i.e.
- getAllUsers() - Method in class com.google.identitytoolkit.GitkitClient
-
Gets all user info of this web site.
- getAllUsers(Integer) - Method in class com.google.identitytoolkit.GitkitClient
-
Gets all user info of this web site.
- getCurrentProvider() - Method in class com.google.identitytoolkit.GitkitUser
-
- getEmail() - Method in class com.google.identitytoolkit.GitkitClient.OobResponse
-
- getEmail() - Method in class com.google.identitytoolkit.GitkitUser
-
- getFederatedId() - Method in class com.google.identitytoolkit.GitkitUser.ProviderInfo
-
- getHash() - Method in class com.google.identitytoolkit.GitkitUser
-
- getLocalId() - Method in class com.google.identitytoolkit.GitkitUser
-
- getName() - Method in class com.google.identitytoolkit.GitkitUser
-
- getName() - Method in class com.google.identitytoolkit.GitkitUser.ProviderInfo
-
- getNewEmail() - Method in class com.google.identitytoolkit.GitkitClient.OobResponse
-
- getNextResults() - Method in class com.google.identitytoolkit.DownloadIterator
-
- getOobAction() - Method in class com.google.identitytoolkit.GitkitClient.OobResponse
-
- getOobCode(JSONObject) - Method in class com.google.identitytoolkit.RpcHelper
-
- getOobResponse(HttpServletRequest) - Method in class com.google.identitytoolkit.GitkitClient
-
Gets out-of-band response.
- getOobResponse(HttpServletRequest, String) - Method in class com.google.identitytoolkit.GitkitClient
-
Gets out-of-band response.
- getOobUrl() - Method in class com.google.identitytoolkit.GitkitClient.OobResponse
-
- getPhotoUrl() - Method in class com.google.identitytoolkit.GitkitUser
-
- getPhotoUrl() - Method in class com.google.identitytoolkit.GitkitUser.ProviderInfo
-
- getProviderId() - Method in class com.google.identitytoolkit.GitkitUser.ProviderInfo
-
- getProviders() - Method in class com.google.identitytoolkit.GitkitUser
-
- getRecipient() - Method in class com.google.identitytoolkit.GitkitClient.OobResponse
-
- getResponseBody() - Method in class com.google.identitytoolkit.GitkitClient.OobResponse
-
- getSalt() - Method in class com.google.identitytoolkit.GitkitUser
-
- getUserByEmail(String) - Method in class com.google.identitytoolkit.GitkitClient
-
Gets user info given an email.
- getUserByLocalId(String) - Method in class com.google.identitytoolkit.GitkitClient
-
Gets user info given a user id.
- getUserByToken(String) - Method in class com.google.identitytoolkit.GitkitClient
-
Gets user info from GITkit service using Gitkit token.
- GitkitClient - Class in com.google.identitytoolkit
-
Google Identity Toolkit client library.
- GitkitClient(String, String, InputStream, String, String, HttpSender, String) - Constructor for class com.google.identitytoolkit.GitkitClient
-
Constructs a Gitkit client.
- GitkitClient.Builder - Class in com.google.identitytoolkit
-
Builder class to construct Gitkit client instance.
- GitkitClient.Builder() - Constructor for class com.google.identitytoolkit.GitkitClient.Builder
-
- GitkitClient.OobAction - Enum in com.google.identitytoolkit
-
Gitkit out-of-band actions.
- GitkitClient.OobResponse - Class in com.google.identitytoolkit
-
Wrapper class containing the out-of-band responses.
- GitkitClient.OobResponse(String) - Constructor for class com.google.identitytoolkit.GitkitClient.OobResponse
-
- GitkitClient.OobResponse(String, String, String, GitkitClient.OobAction) - Constructor for class com.google.identitytoolkit.GitkitClient.OobResponse
-
- GitkitClient.OobResponse(String, String, Optional<String>, GitkitClient.OobAction, String) - Constructor for class com.google.identitytoolkit.GitkitClient.OobResponse
-
- GitkitClientException - Exception in com.google.identitytoolkit
-
- GitkitClientException(String, Exception) - Constructor for exception com.google.identitytoolkit.GitkitClientException
-
- GitkitClientException(String) - Constructor for exception com.google.identitytoolkit.GitkitClientException
-
- GitkitClientException(Exception) - Constructor for exception com.google.identitytoolkit.GitkitClientException
-
- GitkitServerException - Exception in com.google.identitytoolkit
-
- GitkitServerException(String, Exception) - Constructor for exception com.google.identitytoolkit.GitkitServerException
-
- GitkitServerException(String) - Constructor for exception com.google.identitytoolkit.GitkitServerException
-
- GitkitServerException(Exception) - Constructor for exception com.google.identitytoolkit.GitkitServerException
-
- GitkitTokenVerifier - Class in com.google.identitytoolkit
-
JWT signature verifier.
- GitkitTokenVerifier(String) - Constructor for class com.google.identitytoolkit.GitkitTokenVerifier
-
- GitkitUser - Class in com.google.identitytoolkit
-
Wrapper class containing user attributes.
- GitkitUser() - Constructor for class com.google.identitytoolkit.GitkitUser
-
- GitkitUser.ProviderInfo - Class in com.google.identitytoolkit
-
Wrapper class containing the associated identity providers of a user.
- GitkitUser.ProviderInfo(String, String, String, String) - Constructor for class com.google.identitytoolkit.GitkitUser.ProviderInfo
-
- GitkitVerifierManager - Class in com.google.identitytoolkit
-
Manages Gitkit token verifiers, taking care of download and refresh.
- GitkitVerifierManager(RpcHelper) - Constructor for class com.google.identitytoolkit.GitkitVerifierManager
-
- GitkitVerifierManager(RpcHelper, String) - Constructor for class com.google.identitytoolkit.GitkitVerifierManager
-