Uses of Enum
io.grpc.TlsServerCredentials.ClientAuth
Packages that use TlsServerCredentials.ClientAuth
-
Uses of TlsServerCredentials.ClientAuth in io.grpc
Subclasses with type arguments of type TlsServerCredentials.ClientAuth in io.grpcModifier and TypeClassDescriptionstatic enumThe level of authentication the server should expect from the client.Fields in io.grpc declared as TlsServerCredentials.ClientAuthModifier and TypeFieldDescriptionprivate TlsServerCredentials.ClientAuthTlsServerCredentials.Builder.clientAuthprivate final TlsServerCredentials.ClientAuthTlsServerCredentials.clientAuthMethods in io.grpc that return TlsServerCredentials.ClientAuthModifier and TypeMethodDescriptionTlsServerCredentials.getClientAuth()Non-nullsetting indicating whether the server should expect a client's identity.Returns the enum constant of this type with the specified name.static TlsServerCredentials.ClientAuth[]TlsServerCredentials.ClientAuth.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc with parameters of type TlsServerCredentials.ClientAuthModifier and TypeMethodDescriptionTlsServerCredentials.Builder.clientAuth(TlsServerCredentials.ClientAuth clientAuth) Indicates whether the server should expect a client's identity.