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.Flags| 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.
|
java.util.List<java.lang.String> |
getClaimsSupported()
Supported claims.
|
java.util.List<java.lang.String> |
getGrantTypes()
Supported grant types.
|
java.util.List<java.lang.String> |
getIdTokenSigningAlgValuesSupported()
supported ID Token signing Algorithms.
|
java.lang.String |
getIssuer()
OIDC Issuer.
|
java.lang.String |
getJwksUri()
JSON Web Key uri.
|
java.util.List<java.lang.String> |
getResponseTypesSupported()
Supported response types.
|
java.util.List<java.lang.String> |
getSubjectTypesSupported()
Supported subject types.
|
GetOpenIDConfigResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
GetOpenIDConfigResponse |
setCacheHeader(HttpCacheControlResponseHeader cacheHeader)
OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header.
|
GetOpenIDConfigResponse |
setClaimsSupported(java.util.List<java.lang.String> claimsSupported)
Supported claims.
|
GetOpenIDConfigResponse |
setGrantTypes(java.util.List<java.lang.String> grantTypes)
Supported grant types.
|
GetOpenIDConfigResponse |
setIdTokenSigningAlgValuesSupported(java.util.List<java.lang.String> idTokenSigningAlgValuesSupported)
supported ID Token signing Algorithms.
|
GetOpenIDConfigResponse |
setIssuer(java.lang.String issuer)
OIDC Issuer.
|
GetOpenIDConfigResponse |
setJwksUri(java.lang.String jwksUri)
JSON Web Key uri.
|
GetOpenIDConfigResponse |
setResponseTypesSupported(java.util.List<java.lang.String> responseTypesSupported)
Supported response types.
|
GetOpenIDConfigResponse |
setSubjectTypesSupported(java.util.List<java.lang.String> subjectTypesSupported)
Supported subject types.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic HttpCacheControlResponseHeader getCacheHeader()
null for nonepublic GetOpenIDConfigResponse setCacheHeader(HttpCacheControlResponseHeader cacheHeader)
cacheHeader - cacheHeader or null for nonepublic java.util.List<java.lang.String> getClaimsSupported()
null for nonepublic GetOpenIDConfigResponse setClaimsSupported(java.util.List<java.lang.String> claimsSupported)
claimsSupported - claimsSupported or null for nonepublic java.util.List<java.lang.String> getGrantTypes()
null for nonepublic GetOpenIDConfigResponse setGrantTypes(java.util.List<java.lang.String> grantTypes)
grantTypes - grantTypes or null for nonepublic java.util.List<java.lang.String> getIdTokenSigningAlgValuesSupported()
null for nonepublic GetOpenIDConfigResponse setIdTokenSigningAlgValuesSupported(java.util.List<java.lang.String> idTokenSigningAlgValuesSupported)
idTokenSigningAlgValuesSupported - idTokenSigningAlgValuesSupported or null for nonepublic java.lang.String getIssuer()
null for nonepublic GetOpenIDConfigResponse setIssuer(java.lang.String issuer)
issuer - issuer or null for nonepublic java.lang.String getJwksUri()
null for nonepublic GetOpenIDConfigResponse setJwksUri(java.lang.String jwksUri)
jwksUri - jwksUri or null for nonepublic java.util.List<java.lang.String> getResponseTypesSupported()
null for nonepublic GetOpenIDConfigResponse setResponseTypesSupported(java.util.List<java.lang.String> responseTypesSupported)
responseTypesSupported - responseTypesSupported or null for nonepublic java.util.List<java.lang.String> getSubjectTypesSupported()
null for nonepublic GetOpenIDConfigResponse setSubjectTypesSupported(java.util.List<java.lang.String> subjectTypesSupported)
subjectTypesSupported - subjectTypesSupported or null for nonepublic GetOpenIDConfigResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GetOpenIDConfigResponse clone()
clone in class com.google.api.client.json.GenericJson