Class LegacyJsonKey

java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.jenkins.plugins.credentials.oauth.LegacyJsonKey
All Implemented Interfaces:
Cloneable, Map<String,Object>

@Deprecated public final class LegacyJsonKey extends com.google.api.client.json.GenericJson
Deprecated.
For "Robot" service account client secrets a key piece of information is the email address contained within "client_secrets.json", which the existing GoogleClientSecrets class does not parse. This makeshift partial copy of GoogleClientSecrets implements *just* the "client_email" parsing.
Author:
Matt Moore
  • Constructor Details

    • LegacyJsonKey

      public LegacyJsonKey()
      Deprecated.
  • Method Details