Uses of Enum Class
io.grpc.TlsServerCredentials.ClientAuth
Packages that use TlsServerCredentials.ClientAuth
-
Uses of TlsServerCredentials.ClientAuth in io.grpc
Methods in io.grpc that return TlsServerCredentials.ClientAuthModifier and TypeMethodDescriptionTlsServerCredentials.getClientAuth()
Non-null
setting indicating whether the server should expect a client's identity.Returns the enum constant of this class with the specified name.static TlsServerCredentials.ClientAuth[]
TlsServerCredentials.ClientAuth.values()
Returns an array containing the constants of this enum class, 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.