Uses of Class
com.google.auth.oauth2.JwtClaims
-
Packages that use JwtClaims Package Description com.google.auth.oauth2 -
-
Uses of JwtClaims in com.google.auth.oauth2
Subclasses of JwtClaims in com.google.auth.oauth2 Modifier and Type Class Description (package private) class
AutoValue_JwtClaims
Fields in com.google.auth.oauth2 declared as JwtClaims Modifier and Type Field Description private JwtClaims
JwtCredentials.Builder. jwtClaims
private JwtClaims
JwtCredentials. jwtClaims
Fields in com.google.auth.oauth2 with type parameters of type JwtClaims Modifier and Type Field Description private com.google.common.cache.LoadingCache<JwtClaims,JwtCredentials>
ServiceAccountJwtAccessCredentials. credentialsCache
Methods in com.google.auth.oauth2 that return JwtClaims Modifier and Type Method Description JwtClaims
AutoValue_JwtClaims.Builder. build()
abstract JwtClaims
JwtClaims.Builder. build()
JwtClaims
JwtCredentials.Builder. getJwtClaims()
JwtClaims
JwtClaims. merge(JwtClaims other)
Returns a new Claims instance with overridden fields.Methods in com.google.auth.oauth2 that return types with arguments of type JwtClaims Modifier and Type Method Description private com.google.common.cache.LoadingCache<JwtClaims,JwtCredentials>
ServiceAccountJwtAccessCredentials. createCache()
Methods in com.google.auth.oauth2 with parameters of type JwtClaims Modifier and Type Method Description JwtCredentials
JwtCredentials. jwtWithClaims(JwtClaims newClaims)
Returns a copy of these credentials with modified claims.JwtCredentials
JwtProvider. jwtWithClaims(JwtClaims newClaims)
Returns a new JwtCredentials instance with modified claims.JwtCredentials
ServiceAccountCredentials. jwtWithClaims(JwtClaims newClaims)
Returns a new JwtCredentials instance with modified claims.JwtCredentials
ServiceAccountJwtAccessCredentials. jwtWithClaims(JwtClaims newClaims)
Returns a new JwtCredentials instance with modified claims.JwtClaims
JwtClaims. merge(JwtClaims other)
Returns a new Claims instance with overridden fields.JwtCredentials.Builder
JwtCredentials.Builder. setJwtClaims(JwtClaims claims)
-