Class SecureConfiguration


  • public class SecureConfiguration
    extends java.lang.Object
    Secure configuration
    • 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.lang.Integer getAdminTenant()  
      java.util.List<java.lang.String> getTenants()  
      void setAdminTenant​(java.lang.Integer adminTenant)  
      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
    • Constructor Detail

      • SecureConfiguration

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

      • getTenants

        public java.util.List<java.lang.String> getTenants()
      • setTenants

        public void setTenants​(java.util.List<java.lang.String> tenants)
      • getAdminTenant

        public java.lang.Integer getAdminTenant()
      • setAdminTenant

        public void setAdminTenant​(java.lang.Integer adminTenant)