Class GoogleDefaultXdsCredentialsProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String CREDS_NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getName()
      Returns the xDS credential name associated with this provider which makes it selectable via XdsCredentialsRegistry.getProvider(java.lang.String).
      boolean isAvailable()
      Whether this provider is available for use, taking the current environment into consideration.
      protected io.grpc.ChannelCredentials newChannelCredentials​(java.util.Map<java.lang.String,​?> jsonConfig)
      Creates a ChannelCredentials from the given jsonConfig, or null if the given config is invalid.
      int priority()
      A priority, from 0 to 10 that this provider should be used, taking the current environment into consideration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GoogleDefaultXdsCredentialsProvider

        public GoogleDefaultXdsCredentialsProvider()