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) classAutoValue_JwtClaimsFields in com.google.auth.oauth2 declared as JwtClaims Modifier and Type Field Description private JwtClaimsJwtCredentials.Builder. jwtClaimsprivate JwtClaimsJwtCredentials. jwtClaimsFields 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. credentialsCacheMethods in com.google.auth.oauth2 that return JwtClaims Modifier and Type Method Description JwtClaimsAutoValue_JwtClaims.Builder. build()abstract JwtClaimsJwtClaims.Builder. build()JwtClaimsJwtCredentials.Builder. getJwtClaims()JwtClaimsJwtClaims. 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 JwtCredentialsJwtCredentials. jwtWithClaims(JwtClaims newClaims)Returns a copy of these credentials with modified claims.JwtCredentialsJwtProvider. jwtWithClaims(JwtClaims newClaims)Returns a new JwtCredentials instance with modified claims.JwtCredentialsServiceAccountCredentials. jwtWithClaims(JwtClaims newClaims)Returns a new JwtCredentials instance with modified claims.JwtCredentialsServiceAccountJwtAccessCredentials. jwtWithClaims(JwtClaims newClaims)Returns a new JwtCredentials instance with modified claims.JwtClaimsJwtClaims. merge(JwtClaims other)Returns a new Claims instance with overridden fields.JwtCredentials.BuilderJwtCredentials.Builder. setJwtClaims(JwtClaims claims)
-