Uses of Class
com.google.auth.oauth2.JwtCredentials
Packages that use JwtCredentials
-
Uses of JwtCredentials in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as JwtCredentialsModifier and TypeFieldDescriptionprivate JwtCredentials
ServiceAccountCredentials.selfSignedJwtCredentialsWithScope
Fields in com.google.auth.oauth2 with type parameters of type JwtCredentialsModifier and TypeFieldDescriptionprivate com.google.common.cache.LoadingCache
<JwtClaims, JwtCredentials> ServiceAccountJwtAccessCredentials.credentialsCache
Methods in com.google.auth.oauth2 that return JwtCredentialsModifier and TypeMethodDescriptionJwtCredentials.Builder.build()
(package private) JwtCredentials
ServiceAccountCredentials.createSelfSignedJwtCredentials
(URI uri) (package private) JwtCredentials
ServiceAccountCredentials.createSelfSignedJwtCredentials
(URI uri, Collection<String> scopes) (package private) JwtCredentials
ServiceAccountCredentials.getSelfSignedJwtCredentialsWithScope()
JwtCredentials.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.Methods in com.google.auth.oauth2 that return types with arguments of type JwtCredentialsModifier and TypeMethodDescriptionprivate com.google.common.cache.LoadingCache
<JwtClaims, JwtCredentials> ServiceAccountJwtAccessCredentials.createCache()