Home | History | Annotate | Download | only in 1.0.3

META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/grpc/auth/
io/grpc/auth/GoogleAuthLibraryCallCredentials$1.class
GoogleAuthLibraryCallCredentials.java
package io.grpc.auth
 io.grpc.auth.GoogleAuthLibraryCallCredentials$1 extends java.lang.Object implements java.lang.Runnable  {
	final java.net.URI val$uri
	final io.grpc.CallCredentials$MetadataApplier val$applier
	final io.grpc.auth.GoogleAuthLibraryCallCredentials this$0
	void  (io.grpc.auth.GoogleAuthLibraryCallCredentials, java.net.URI, io.grpc.CallCredentials$MetadataApplier) 
		io.grpc.auth.GoogleAuthLibraryCallCredentials this$0
	public void run () 
		java.util.Map metadata
		io.grpc.Metadata headers
		Throwable e
}

io/grpc/auth/GoogleAuthLibraryCallCredentials$JwtHelper.class
GoogleAuthLibraryCallCredentials.java
package io.grpc.auth
 io.grpc.auth.GoogleAuthLibraryCallCredentials$JwtHelper extends java.lang.Object {
	private final Class serviceAccountClass
	private final java.lang.reflect.Constructor jwtConstructor
	private final java.lang.reflect.Method getScopes
	private final java.lang.reflect.Method getClientId
	private final java.lang.reflect.Method getClientEmail
	private final java.lang.reflect.Method getPrivateKey
	private final java.lang.reflect.Method getPrivateKeyId
	public void  (java.lang.Class, java.lang.ClassLoader)  throws java.lang.ReflectiveOperationException 
		Class rawServiceAccountClass
		ClassLoader loader
		Class jwtClass
	public com.google.auth.Credentials tryServiceAccountToJwt (com.google.auth.Credentials) 
		java.util.Collection scopes
		ReflectiveOperationException ex
		com.google.auth.Credentials creds
}

io/grpc/auth/GoogleAuthLibraryCallCredentials.class
GoogleAuthLibraryCallCredentials.java
package io.grpc.auth
final io.grpc.auth.GoogleAuthLibraryCallCredentials extends java.lang.Object implements io.grpc.CallCredentials  {
	private static final java.util.logging.Logger log
	private static final io.grpc.auth.GoogleAuthLibraryCallCredentials$JwtHelper jwtHelper
	final com.google.auth.Credentials creds
	private io.grpc.Metadata lastHeaders
	private java.util.Map lastMetadata
	public void  (com.google.auth.Credentials) 
		com.google.auth.Credentials creds
	void  (com.google.auth.Credentials, io.grpc.auth.GoogleAuthLibraryCallCredentials$JwtHelper) 
		com.google.auth.Credentials creds
		io.grpc.auth.GoogleAuthLibraryCallCredentials$JwtHelper jwtHelper
	public void applyRequestMetadata (io.grpc.MethodDescriptor, io.grpc.Attributes, java.util.concurrent.Executor, io.grpc.CallCredentials$MetadataApplier) 
		io.grpc.StatusException e
		io.grpc.MethodDescriptor method
		io.grpc.Attributes attrs
		java.util.concurrent.Executor appExecutor
		io.grpc.CallCredentials$MetadataApplier applier
		String authority
		java.net.URI uri
		java.net.URI uri
	private static java.net.URI serviceUri (java.lang.String, io.grpc.MethodDescriptor)  throws io.grpc.StatusException 
		java.net.URISyntaxException e
		String authority
		io.grpc.MethodDescriptor method
		String scheme
		int defaultPort
		String path
		java.net.URI uri
		java.net.URI uri
	private static java.net.URI removePort (java.net.URI)  throws io.grpc.StatusException 
		java.net.URISyntaxException e
		java.net.URI uri
	private static io.grpc.Metadata toHeaders (java.util.Map) 
		String value
		io.grpc.Metadata$Key headerKey
		String value
		io.grpc.Metadata$Key headerKey
		String key
		java.util.Map metadata
		io.grpc.Metadata headers
	static io.grpc.auth.GoogleAuthLibraryCallCredentials$JwtHelper createJwtHelperOrNull (java.lang.ClassLoader) 
		ClassNotFoundException ex
		ReflectiveOperationException ex
		ClassLoader loader
		Class rawServiceAccountClass
		Class rawServiceAccountClass
	static java.util.Map access$000 (io.grpc.auth.GoogleAuthLibraryCallCredentials) 
		io.grpc.auth.GoogleAuthLibraryCallCredentials x0
	static java.util.Map access$002 (io.grpc.auth.GoogleAuthLibraryCallCredentials, java.util.Map) 
		io.grpc.auth.GoogleAuthLibraryCallCredentials x0
		java.util.Map x1
	static io.grpc.Metadata access$102 (io.grpc.auth.GoogleAuthLibraryCallCredentials, io.grpc.Metadata) 
		io.grpc.auth.GoogleAuthLibraryCallCredentials x0
		io.grpc.Metadata x1
	static io.grpc.Metadata access$200 (java.util.Map) 
		java.util.Map x0
	static io.grpc.Metadata access$100 (io.grpc.auth.GoogleAuthLibraryCallCredentials) 
		io.grpc.auth.GoogleAuthLibraryCallCredentials x0
	static java.util.logging.Logger access$300 () 
	static void  () 
}

io/grpc/auth/MoreCallCredentials.class
MoreCallCredentials.java
package io.grpc.auth
public final io.grpc.auth.MoreCallCredentials extends java.lang.Object {
	public static io.grpc.CallCredentials from (com.google.auth.Credentials) 
		com.google.auth.Credentials creds
	private void  () 
}

io/grpc/auth/ClientAuthInterceptor$1.class
ClientAuthInterceptor.java
package io.grpc.auth
 io.grpc.auth.ClientAuthInterceptor$1 extends io.grpc.ClientInterceptors$CheckedForwardingClientCall {
	final io.grpc.Channel val$next
	final io.grpc.MethodDescriptor val$method
	final io.grpc.auth.ClientAuthInterceptor this$0
	void  (io.grpc.auth.ClientAuthInterceptor, io.grpc.ClientCall, io.grpc.Channel, io.grpc.MethodDescriptor) 
		io.grpc.auth.ClientAuthInterceptor this$0
		io.grpc.ClientCall x0
	protected void checkedStart (io.grpc.ClientCall$Listener, io.grpc.Metadata)  throws io.grpc.StatusException 
		java.util.Map latestMetadata
		io.grpc.ClientCall$Listener responseListener
		io.grpc.Metadata headers
		io.grpc.Metadata cachedSaved
		java.net.URI uri
}

io/grpc/auth/ClientAuthInterceptor.class
ClientAuthInterceptor.java
package io.grpc.auth
public final io.grpc.auth.ClientAuthInterceptor extends java.lang.Object implements io.grpc.ClientInterceptor  {
	private final com.google.auth.Credentials credentials
	private io.grpc.Metadata cached
	private java.util.Map lastMetadata
	public void  (com.google.auth.Credentials, java.util.concurrent.Executor) 
		com.google.auth.Credentials credentials
		java.util.concurrent.Executor executor
	public io.grpc.ClientCall interceptCall (io.grpc.MethodDescriptor, io.grpc.CallOptions, io.grpc.Channel) 
		io.grpc.MethodDescriptor method
		io.grpc.CallOptions callOptions
		io.grpc.Channel next
	private java.net.URI serviceUri (io.grpc.Channel, io.grpc.MethodDescriptor)  throws io.grpc.StatusException 
		java.net.URISyntaxException e
		io.grpc.Channel channel
		io.grpc.MethodDescriptor method
		String authority
		String scheme
		int defaultPort
		String path
		java.net.URI uri
		java.net.URI uri
	private java.net.URI removePort (java.net.URI)  throws io.grpc.StatusException 
		java.net.URISyntaxException e
		java.net.URI uri
	private java.util.Map getRequestMetadata (java.net.URI)  throws io.grpc.StatusException 
		java.io.IOException e
		java.net.URI uri
	private static final io.grpc.Metadata toHeaders (java.util.Map) 
		String value
		io.grpc.Metadata$Key headerKey
		String key
		java.util.Map metadata
		io.grpc.Metadata headers
	static java.net.URI access$000 (io.grpc.auth.ClientAuthInterceptor, io.grpc.Channel, io.grpc.MethodDescriptor)  throws io.grpc.StatusException 
		io.grpc.auth.ClientAuthInterceptor x0
		io.grpc.Channel x1
		io.grpc.MethodDescriptor x2
	static java.util.Map access$100 (io.grpc.auth.ClientAuthInterceptor, java.net.URI)  throws io.grpc.StatusException 
		io.grpc.auth.ClientAuthInterceptor x0
		java.net.URI x1
	static java.util.Map access$200 (io.grpc.auth.ClientAuthInterceptor) 
		io.grpc.auth.ClientAuthInterceptor x0
	static java.util.Map access$202 (io.grpc.auth.ClientAuthInterceptor, java.util.Map) 
		io.grpc.auth.ClientAuthInterceptor x0
		java.util.Map x1
	static io.grpc.Metadata access$302 (io.grpc.auth.ClientAuthInterceptor, io.grpc.Metadata) 
		io.grpc.auth.ClientAuthInterceptor x0
		io.grpc.Metadata x1
	static io.grpc.Metadata access$400 (java.util.Map) 
		java.util.Map x0
	static io.grpc.Metadata access$300 (io.grpc.auth.ClientAuthInterceptor) 
		io.grpc.auth.ClientAuthInterceptor x0
}