Class GrpcServerProperties.Ssl
java.lang.Object
org.springframework.boot.grpc.server.autoconfigure.GrpcServerProperties.Ssl
- Enclosing class:
GrpcServerProperties
SSL properties.
- Since:
- 4.1.0
- Author:
- Chris Bono, Phillip Webb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Stringio.grpc.TlsServerCredentials.ClientAuth@Nullable BooleanbooleanisSecure()voidvoidsetClientAuth(io.grpc.TlsServerCredentials.ClientAuth clientAuth) voidsetEnabled(@Nullable Boolean enabled) voidsetSecure(boolean secure)
-
Constructor Details
-
Ssl
public Ssl()
-
-
Method Details
-
getEnabled
-
setEnabled
-
getBundle
-
setBundle
-
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()
-