Class AppengineJsonCredentials

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    public class AppengineJsonCredentials
    extends AppengineCredentials
    • Constructor Summary

      Constructors 
      Constructor Description
      AppengineJsonCredentials​(java.lang.String project, java.lang.String jsonKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.auth.oauth2.GoogleCredentials getCredentials()  
      java.lang.String getJsonKey()  
      • Methods inherited from class com.netflix.spinnaker.clouddriver.googlecommon.security.GoogleCommonCredentials

        buildHttpTransport, setHttpTimeout
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface groovy.lang.GroovyObject

        getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
    • Constructor Detail

      • AppengineJsonCredentials

        public AppengineJsonCredentials​(java.lang.String project,
                                        java.lang.String jsonKey)
    • Method Detail

      • getCredentials

        public com.google.auth.oauth2.GoogleCredentials getCredentials()
        Overrides:
        getCredentials in class com.netflix.spinnaker.clouddriver.googlecommon.security.GoogleCommonCredentials
      • getJsonKey

        public final java.lang.String getJsonKey()