public final class AuthProvider
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 Service Networking 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AuthProvider() |
Modifier and Type | Method and Description |
---|---|
AuthProvider |
clone() |
String |
getAudiences()
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-
token-32#section-4.1.3).
|
String |
getAuthorizationUrl()
Redirect URL if JWT token is required but not present or is expired.
|
String |
getId()
The unique identifier of the auth provider.
|
String |
getIssuer()
Identifies the principal that issued the JWT.
|
String |
getJwksUri()
URL of the provider's public key set to validate signature of the JWT.
|
List<JwtLocation> |
getJwtLocations()
Defines the locations to extract the JWT.
|
AuthProvider |
set(String fieldName,
Object value) |
AuthProvider |
setAudiences(String audiences)
The list of JWT [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-
token-32#section-4.1.3).
|
AuthProvider |
setAuthorizationUrl(String authorizationUrl)
Redirect URL if JWT token is required but not present or is expired.
|
AuthProvider |
setId(String id)
The unique identifier of the auth provider.
|
AuthProvider |
setIssuer(String issuer)
Identifies the principal that issued the JWT.
|
AuthProvider |
setJwksUri(String jwksUri)
URL of the provider's public key set to validate signature of the JWT.
|
AuthProvider |
setJwtLocations(List<JwtLocation> jwtLocations)
Defines the locations to extract the JWT.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getAudiences()
null
for nonepublic AuthProvider setAudiences(String audiences)
audiences
- audiences or null
for nonepublic String getAuthorizationUrl()
null
for nonepublic AuthProvider setAuthorizationUrl(String authorizationUrl)
authorizationUrl
- authorizationUrl or null
for nonepublic String getId()
null
for nonepublic AuthProvider setId(String id)
id
- id or null
for nonepublic String getIssuer()
null
for nonepublic AuthProvider setIssuer(String issuer)
issuer
- issuer or null
for nonepublic String getJwksUri()
null
for nonepublic AuthProvider setJwksUri(String jwksUri)
jwksUri
- jwksUri or null
for nonepublic List<JwtLocation> getJwtLocations()
null
for nonepublic AuthProvider setJwtLocations(List<JwtLocation> jwtLocations)
jwtLocations
- jwtLocations or null
for nonepublic AuthProvider set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AuthProvider clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.