Class GrpcServerProperties.Ssl

java.lang.Object
org.springframework.boot.grpc.server.autoconfigure.GrpcServerProperties.Ssl
Enclosing class:
GrpcServerProperties

public static class GrpcServerProperties.Ssl extends Object
SSL properties.
Since:
4.1.0
Author:
Chris Bono, Phillip Webb
  • Constructor Details

    • Ssl

      public Ssl()
  • Method Details

    • getEnabled

      public @Nullable Boolean getEnabled()
    • setEnabled

      public void setEnabled(@Nullable Boolean enabled)
    • getBundle

      public @Nullable String getBundle()
    • setBundle

      public void setBundle(@Nullable String bundle)
    • setClientAuth

      public void setClientAuth(io.grpc.TlsServerCredentials.ClientAuth clientAuth)
    • getClientAuth

      public io.grpc.TlsServerCredentials.ClientAuth getClientAuth()
    • setSecure

      public void setSecure(boolean secure)
    • isSecure

      public boolean isSecure()