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
Methods in com.google.auth.oauth2 that return JwtClaims Modifier and Type Method Description 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 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)
-