public final class GetOpenIDConfigResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GetOpenIDConfigResponse() |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getClaimsSupported()
null for nonepublic GetOpenIDConfigResponse setClaimsSupported(List<String> claimsSupported)
claimsSupported - claimsSupported or null for nonepublic List<String> getGrantTypes()
null for nonepublic GetOpenIDConfigResponse setGrantTypes(List<String> grantTypes)
grantTypes - grantTypes or null for nonepublic List<String> getIdTokenSigningAlgValuesSupported()
null for nonepublic GetOpenIDConfigResponse setIdTokenSigningAlgValuesSupported(List<String> idTokenSigningAlgValuesSupported)
idTokenSigningAlgValuesSupported - idTokenSigningAlgValuesSupported or null for nonepublic String getIssuer()
null for nonepublic GetOpenIDConfigResponse setIssuer(String issuer)
issuer - issuer or null for nonepublic String getJwksUri()
null for nonepublic GetOpenIDConfigResponse setJwksUri(String jwksUri)
jwksUri - jwksUri or null for nonepublic List<String> getResponseTypesSupported()
null for nonepublic GetOpenIDConfigResponse setResponseTypesSupported(List<String> responseTypesSupported)
responseTypesSupported - responseTypesSupported or null for nonepublic List<String> getSubjectTypesSupported()
null for nonepublic GetOpenIDConfigResponse setSubjectTypesSupported(List<String> subjectTypesSupported)
subjectTypesSupported - subjectTypesSupported or null for nonepublic GetOpenIDConfigResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GetOpenIDConfigResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2019 Google. All rights reserved.