Package com.google.auth.mtls
Class ContextAwareMetadataJson
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.auth.mtls.ContextAwareMetadataJson
public class ContextAwareMetadataJson
extends com.google.api.client.json.GenericJson
Data class representing context_aware_metadata.json file. This is meant for internal Google Cloud
usage and behavior may be changed without warning.
Note: This implementation is duplicated from the existing ContextAwareMetadataJson found in the Gax library. The Gax library version of ContextAwareMetadataJson will be marked as deprecated in the future.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.FlagsNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.google.common.collect.ImmutableList<String>Returns the cert provider command.Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, set, setFactory, toPrettyString, toStringMethods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysMethods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ContextAwareMetadataJson
public ContextAwareMetadataJson()
-
-
Method Details
-
getCommands
Returns the cert provider command.
-