public final class GetOpenIDConfigResponse extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GetOpenIDConfigResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetOpenIDConfigResponse |
clone() |
HttpCacheControlResponseHeader |
getCacheHeader()
OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header.
|
List<String> |
getClaimsSupported()
Supported claims.
|
List<String> |
getGrantTypes()
Supported grant types.
|
List<String> |
getIdTokenSigningAlgValuesSupported()
supported ID Token signing Algorithms.
|
String |
getIssuer()
OIDC Issuer.
|
String |
getJwksUri()
JSON Web Key uri.
|
List<String> |
getResponseTypesSupported()
Supported response types.
|
List<String> |
getSubjectTypesSupported()
Supported subject types.
|
GetOpenIDConfigResponse |
set(String fieldName,
Object value) |
GetOpenIDConfigResponse |
setCacheHeader(HttpCacheControlResponseHeader cacheHeader)
OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header.
|
GetOpenIDConfigResponse |
setClaimsSupported(List<String> claimsSupported)
Supported claims.
|
GetOpenIDConfigResponse |
setGrantTypes(List<String> grantTypes)
Supported grant types.
|
GetOpenIDConfigResponse |
setIdTokenSigningAlgValuesSupported(List<String> idTokenSigningAlgValuesSupported)
supported ID Token signing Algorithms.
|
GetOpenIDConfigResponse |
setIssuer(String issuer)
OIDC Issuer.
|
GetOpenIDConfigResponse |
setJwksUri(String jwksUri)
JSON Web Key uri.
|
GetOpenIDConfigResponse |
setResponseTypesSupported(List<String> responseTypesSupported)
Supported response types.
|
GetOpenIDConfigResponse |
setSubjectTypesSupported(List<String> subjectTypesSupported)
Supported subject types.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic HttpCacheControlResponseHeader getCacheHeader()
null for nonepublic GetOpenIDConfigResponse setCacheHeader(HttpCacheControlResponseHeader cacheHeader)
cacheHeader - cacheHeader or null for nonepublic 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 GenericJsonpublic GetOpenIDConfigResponse clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.