Class SecureConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> tenants  
    • Constructor Summary

      Constructors 
      Constructor Description
      SecureConfiguration()
      Empty ClientConfiguration constructor for YAMLFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getTenants()  
      void setTenants​(java.util.List<java.lang.String> tenants)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tenants

        protected java.util.List<java.lang.String> tenants
    • Constructor Detail

      • SecureConfiguration

        public SecureConfiguration()
        Empty ClientConfiguration constructor for YAMLFactory
    • Method Detail

      • getTenants

        public java.util.List<java.lang.String> getTenants()
        Returns:
        list of tenant
      • setTenants

        public void setTenants​(java.util.List<java.lang.String> tenants)
        Parameters:
        tenants - to set