Class AUIConfigurationService


  • @Singleton
    public class AUIConfigurationService
    extends BaseService
    • Constructor Detail

      • AUIConfigurationService

        public AUIConfigurationService()
    • Method Detail

      • getAUIConfiguration

        public AUIConfiguration getAUIConfiguration​(String appType)
                                             throws Exception
        It reads the configuration from the LDAP server and stores it in a map
        Parameters:
        appType - The application type. This is either "adminUI" or "ads".
        Returns:
        The AUIConfiguration object
        Throws:
        Exception
      • setAuiConfiguration

        public void setAuiConfiguration​(AUIConfiguration auiConfiguration)