Class GRpcServerProperties.SecurityProperties
java.lang.Object
org.lognet.springboot.grpc.autoconfigure.GRpcServerProperties.SecurityProperties
- Enclosing class:
- GRpcServerProperties
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAuth()org.springframework.core.io.Resourceorg.springframework.core.io.ResourcevoidvoidsetCertChain(org.springframework.core.io.Resource certChain)voidsetPrivateKey(org.springframework.core.io.Resource privateKey)
-
Constructor Details
-
SecurityProperties
public SecurityProperties()
-
-
Method Details
-
getCertChain
public org.springframework.core.io.Resource getCertChain() -
getPrivateKey
public org.springframework.core.io.Resource getPrivateKey() -
getAuth
-
setCertChain
public void setCertChain(org.springframework.core.io.Resource certChain) -
setPrivateKey
public void setPrivateKey(org.springframework.core.io.Resource privateKey) -
setAuth
-