Class GRpcServerProperties.SecurityProperties
- java.lang.Object
-
- org.lognet.springboot.grpc.autoconfigure.GRpcServerProperties.SecurityProperties
-
- Enclosing class:
- GRpcServerProperties
public static class GRpcServerProperties.SecurityProperties extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGRpcServerProperties.SecurityProperties.Auth
-
Constructor Summary
Constructors Constructor Description SecurityProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GRpcServerProperties.SecurityProperties.AuthgetAuth()org.springframework.core.io.ResourcegetCertChain()org.springframework.core.io.ResourcegetPrivateKey()voidsetAuth(GRpcServerProperties.SecurityProperties.Auth auth)voidsetCertChain(org.springframework.core.io.Resource certChain)voidsetPrivateKey(org.springframework.core.io.Resource privateKey)
-
-
-
Method Detail
-
getCertChain
public org.springframework.core.io.Resource getCertChain()
-
getPrivateKey
public org.springframework.core.io.Resource getPrivateKey()
-
getAuth
public GRpcServerProperties.SecurityProperties.Auth getAuth()
-
setCertChain
public void setCertChain(org.springframework.core.io.Resource certChain)
-
setPrivateKey
public void setPrivateKey(org.springframework.core.io.Resource privateKey)
-
setAuth
public void setAuth(GRpcServerProperties.SecurityProperties.Auth auth)
-
-