Uses of Class
com.google.auth.oauth2.JwtClaims
Packages that use JwtClaims
-
Uses of JwtClaims in com.google.auth.oauth2
Subclasses of JwtClaims in com.google.auth.oauth2Fields in com.google.auth.oauth2 declared as JwtClaimsModifier and TypeFieldDescriptionprivate JwtClaims
JwtCredentials.Builder.jwtClaims
private final JwtClaims
JwtCredentials.jwtClaims
Fields in com.google.auth.oauth2 with type parameters of type JwtClaimsModifier and TypeFieldDescriptionprivate com.google.common.cache.LoadingCache
<JwtClaims, JwtCredentials> ServiceAccountJwtAccessCredentials.credentialsCache
Methods in com.google.auth.oauth2 that return JwtClaimsModifier and TypeMethodDescriptionAutoValue_JwtClaims.Builder.build()
abstract JwtClaims
JwtClaims.Builder.build()
JwtCredentials.Builder.getJwtClaims()
Returns a new Claims instance with overridden fields.Methods in com.google.auth.oauth2 that return types with arguments of type JwtClaimsModifier and TypeMethodDescriptionprivate com.google.common.cache.LoadingCache
<JwtClaims, JwtCredentials> ServiceAccountJwtAccessCredentials.createCache()
Methods in com.google.auth.oauth2 with parameters of type JwtClaimsModifier and TypeMethodDescriptionJwtCredentials.jwtWithClaims
(JwtClaims newClaims) Returns a copy of these credentials with modified claims.JwtProvider.jwtWithClaims
(JwtClaims newClaims) Returns a new JwtCredentials instance with modified claims.ServiceAccountCredentials.jwtWithClaims
(JwtClaims newClaims) Returns a new JwtCredentials instance with modified claims.ServiceAccountJwtAccessCredentials.jwtWithClaims
(JwtClaims newClaims) Returns a new JwtCredentials instance with modified claims.Returns a new Claims instance with overridden fields.JwtCredentials.Builder.setJwtClaims
(JwtClaims claims)