B C D F G H I J N P R S T U V 

B

build() - Method in class com.google.identitytoolkit.GitkitClient.Builder
 

C

check(JsonObject) - Method in class com.google.identitytoolkit.JsonTokenHelper.AudienceChecker
 
com.google.identitytoolkit - package com.google.identitytoolkit
 
createAuthUri(String, String, String) - Method in class com.google.identitytoolkit.RpcHelper
 
createFromJson(String) - Static method in class com.google.identitytoolkit.GitkitClient
Constructs a Gitkit client from a JSON config file

D

deleteAccount(String) - Method in class com.google.identitytoolkit.RpcHelper
 
deleteUser(GitkitUser) - Method in class com.google.identitytoolkit.GitkitClient
Deletes a user account at Gitkit server.
deleteUser(String) - Method in class com.google.identitytoolkit.GitkitClient
Deletes a user account at Gitkit server.
downloadAccount(String, Integer) - Method in class com.google.identitytoolkit.RpcHelper
 
DownloadIterator<T> - Class in com.google.identitytoolkit
Iterator which supports paginated download.
DownloadIterator() - Constructor for class com.google.identitytoolkit.DownloadIterator
 

F

findVerifier(String, String) - Method in class com.google.identitytoolkit.GitkitVerifierManager
 

G

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
 

H

hasNext() - Method in class com.google.identitytoolkit.DownloadIterator
 
HttpSender - Class in com.google.identitytoolkit
Default http sender for Gitkit.
HttpSender() - Constructor for class com.google.identitytoolkit.HttpSender
 

I

ID_TOKEN_EMAIL - Static variable in class com.google.identitytoolkit.JsonTokenHelper
 
ID_TOKEN_PROVIDER - Static variable in class com.google.identitytoolkit.JsonTokenHelper
 
ID_TOKEN_USER_ID - Static variable in class com.google.identitytoolkit.JsonTokenHelper
 

J

JsonTokenHelper - Class in com.google.identitytoolkit
Helps to find a JWT verifier.
JsonTokenHelper(String, RpcHelper, String) - Constructor for class com.google.identitytoolkit.JsonTokenHelper
 
JsonTokenHelper.AudienceChecker - Class in com.google.identitytoolkit
Checks the token is indeed for this RP.
JsonTokenHelper.AudienceChecker(String) - Constructor for class com.google.identitytoolkit.JsonTokenHelper.AudienceChecker
 

N

newBuilder() - Static method in class com.google.identitytoolkit.GitkitClient
 
next() - Method in class com.google.identitytoolkit.DownloadIterator
 

P

post(String, String, Map<String, String>) - Method in class com.google.identitytoolkit.HttpSender
Sends a HTTP POST request.

R

remove() - Method in class com.google.identitytoolkit.DownloadIterator
 
RpcHelper - Class in com.google.identitytoolkit
Wraps the http interactions for Gitkit APIs.
RpcHelper(HttpSender, String, String, InputStream) - Constructor for class com.google.identitytoolkit.RpcHelper
 

S

setCookieName(String) - Method in class com.google.identitytoolkit.GitkitClient.Builder
 
setCurrentProvider(String) - Method in class com.google.identitytoolkit.GitkitUser
 
setEmail(String) - Method in class com.google.identitytoolkit.GitkitUser
 
setGoogleClientId(String) - Method in class com.google.identitytoolkit.GitkitClient.Builder
 
setHash(byte[]) - Method in class com.google.identitytoolkit.GitkitUser
 
setHttpSender(HttpSender) - Method in class com.google.identitytoolkit.GitkitClient.Builder
 
setKeyStream(InputStream) - Method in class com.google.identitytoolkit.GitkitClient.Builder
 
setLocalId(String) - Method in class com.google.identitytoolkit.GitkitUser
 
setName(String) - Method in class com.google.identitytoolkit.GitkitUser
 
setPhotoUrl(String) - Method in class com.google.identitytoolkit.GitkitUser
 
setProviders(JSONArray) - Method in class com.google.identitytoolkit.GitkitUser
 
setProviders(List<GitkitUser.ProviderInfo>) - Method in class com.google.identitytoolkit.GitkitUser
 
setSalt(byte[]) - Method in class com.google.identitytoolkit.GitkitUser
 
setServerApiKey(String) - Method in class com.google.identitytoolkit.GitkitClient.Builder
 
setServiceAccountEmail(String) - Method in class com.google.identitytoolkit.GitkitClient.Builder
 
setWidgetUrl(String) - Method in class com.google.identitytoolkit.GitkitClient.Builder
 

T

toString() - Method in class com.google.identitytoolkit.GitkitUser
 

U

updateAccount(GitkitUser) - Method in class com.google.identitytoolkit.RpcHelper
 
updateUser(GitkitUser) - Method in class com.google.identitytoolkit.GitkitClient
Updates a user info at Gitkit server.
uploadAccount(String, byte[], List<GitkitUser>) - Method in class com.google.identitytoolkit.RpcHelper
 
uploadUsers(String, byte[], List<GitkitUser>) - Method in class com.google.identitytoolkit.GitkitClient
Uploads multiple user accounts to Gitkit server.

V

validateToken(String) - Method in class com.google.identitytoolkit.GitkitClient
Verifies a Gitkit token.
validateTokenInRequest(HttpServletRequest) - Method in class com.google.identitytoolkit.GitkitClient
Verifies Gitkit token in http request.
valueOf(String) - Static method in enum com.google.identitytoolkit.GitkitClient.OobAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.identitytoolkit.GitkitClient.OobAction
Returns an array containing the constants of this enum type, in the order they are declared.
verifyAndDeserialize(String) - Method in class com.google.identitytoolkit.JsonTokenHelper
 
verifyAssertion(String, String) - Method in class com.google.identitytoolkit.RpcHelper
 
verifySignature(byte[], byte[]) - Method in class com.google.identitytoolkit.GitkitTokenVerifier
 
B C D F G H I J N P R S T U V 

Copyright © 2015. All rights reserved.