Uses of Class
com.google.appengine.api.appidentity.AppIdentityService.ParsedAppId
-
Packages that use AppIdentityService.ParsedAppId Package Description com.google.appengine.api.appidentity Provides a service to sign arbitrary byte arrays using an internally-generated, rotated private key. -
-
Uses of AppIdentityService.ParsedAppId in com.google.appengine.api.appidentity
Methods in com.google.appengine.api.appidentity that return AppIdentityService.ParsedAppId Modifier and Type Method Description AppIdentityService.ParsedAppIdAppIdentityService. parseFullAppId(String fullAppId)Parse a full app id into partition, domain name and display app_id.
-