Class GRpcServerProperties.SecurityProperties

java.lang.Object
org.lognet.springboot.grpc.autoconfigure.GRpcServerProperties.SecurityProperties
Enclosing class:
GRpcServerProperties

public static class GRpcServerProperties.SecurityProperties extends Object
  • 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

      public void setAuth(GRpcServerProperties.SecurityProperties.Auth auth)