Class NetworkIdentityConfig.NetworkIdentitySettings

java.lang.Object
net.solarnetwork.central.common.config.NetworkIdentityConfig.NetworkIdentitySettings
Enclosing class:
NetworkIdentityConfig

public static class NetworkIdentityConfig.NetworkIdentitySettings extends Object
Settings for the NetworkIdentityBiz.
  • Constructor Details

    • NetworkIdentitySettings

      public NetworkIdentitySettings()
  • Method Details

    • getNetworkIdentityKey

      public String getNetworkIdentityKey()
    • setNetworkIdentityKey

      public void setNetworkIdentityKey(String networkIdentityKey)
    • getTermsOfService

      public org.springframework.core.io.Resource getTermsOfService()
    • setTermsOfService

      public void setTermsOfService(org.springframework.core.io.Resource termsOfService)
    • getHost

      public String getHost()
    • setHost

      public void setHost(String host)
    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
    • isForceTls

      public boolean isForceTls()
    • setForceTls

      public void setForceTls(boolean forceTls)
    • getServiceUrls

      public Map<String,String> getServiceUrls()
    • setServiceUrls

      public void setServiceUrls(Map<String,String> serviceUrls)