Uses of Class
com.google.auth.oauth2.JwtCredentials
-
Packages that use JwtCredentials Package Description com.google.auth.oauth2 -
-
Uses of JwtCredentials in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as JwtCredentials Modifier and Type Field Description private JwtCredentials
ServiceAccountCredentials. selfSignedJwtCredentialsWithScope
Fields in com.google.auth.oauth2 with type parameters of type JwtCredentials Modifier and Type Field Description private com.google.common.cache.LoadingCache<JwtClaims,JwtCredentials>
ServiceAccountJwtAccessCredentials. credentialsCache
Methods in com.google.auth.oauth2 that return JwtCredentials Modifier and Type Method Description JwtCredentials
JwtCredentials.Builder. build()
(package private) JwtCredentials
ServiceAccountCredentials. createSelfSignedJwtCredentials(java.net.URI uri)
(package private) JwtCredentials
ServiceAccountCredentials. createSelfSignedJwtCredentials(java.net.URI uri, java.util.Collection<java.lang.String> scopes)
(package private) JwtCredentials
ServiceAccountCredentials. getSelfSignedJwtCredentialsWithScope()
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.Methods in com.google.auth.oauth2 that return types with arguments of type JwtCredentials Modifier and Type Method Description private com.google.common.cache.LoadingCache<JwtClaims,JwtCredentials>
ServiceAccountJwtAccessCredentials. createCache()
-