Class MockAppIdentityService (2.1.2)
Stay organized with collections
Save and categorize content based on your preferences.
public class MockAppIdentityService implements AppIdentityService
Beta
Mock implementation of AppIdentityService interface for testing.
Implements
com.google.appengine.api.appidentity.AppIdentityService
Constructors
MockAppIdentityService()
public MockAppIdentityService()
Methods
getAccessToken(Iterable<String> scopes)
public AppIdentityService.GetAccessTokenResult getAccessToken(Iterable<String> scopes)
Returns |
---|
Type | Description |
com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult | |
getAccessTokenText()
public String getAccessTokenText()
getAccessTokenUncached(Iterable<String> scopes)
public AppIdentityService.GetAccessTokenResult getAccessTokenUncached(Iterable<String> scopes)
Returns |
---|
Type | Description |
com.google.appengine.api.appidentity.AppIdentityService.GetAccessTokenResult | |
getDefaultGcsBucketName()
public String getDefaultGcsBucketName()
getGetAccessTokenCallCount()
public int getGetAccessTokenCallCount()
Returns |
---|
Type | Description |
int | |
getPublicCertificatesForApp()
public Collection<PublicCertificate> getPublicCertificatesForApp()
Returns |
---|
Type | Description |
Collection<com.google.appengine.api.appidentity.PublicCertificate> | |
getServiceAccountName()
public String getServiceAccountName()
parseFullAppId(String fullAppId)
public AppIdentityService.ParsedAppId parseFullAppId(String fullAppId)
Parameter |
---|
Name | Description |
fullAppId | String
|
Returns |
---|
Type | Description |
com.google.appengine.api.appidentity.AppIdentityService.ParsedAppId | |
setAccessTokenText(String text)
public void setAccessTokenText(String text)
Parameter |
---|
Name | Description |
text | String
|
signForApp(byte[] signBlob)
public AppIdentityService.SigningResult signForApp(byte[] signBlob)
Parameter |
---|
Name | Description |
signBlob | byte[]
|
Returns |
---|
Type | Description |
com.google.appengine.api.appidentity.AppIdentityService.SigningResult | |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-29 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]