Class FrontendServerBean

    • Constructor Detail

      • FrontendServerBean

        public FrontendServerBean()
    • Method Detail

      • getFsConfigurableProperties

        public FSConfigurableProperties getFsConfigurableProperties()
        Gets the configuration for the frontend server. Pulled from the frontend server and can be edited via the backend UI.
        Returns:
        The error pages configuration.
      • isInboxSelected

        public boolean isInboxSelected()
      • setInboxSelected

        public void setInboxSelected​(boolean inboxSelected)
      • isRestApiSelected

        public boolean isRestApiSelected()
      • setRestApiSelected

        public void setRestApiSelected​(boolean restApiSelected)
      • isUserPortalsDisabled

        public boolean isUserPortalsDisabled()
      • isPublicRestApiLicensed

        public boolean isPublicRestApiLicensed()
      • isUserPortalsLicensed

        public boolean isUserPortalsLicensed()
      • getUserPortalOptions

        public List<UserPortal> getUserPortalOptions()
      • init

        @PostConstruct
        public void init()
      • updateModel

        public void updateModel()
      • deleteMarked

        public void deleteMarked()
      • checkConnection

        public void checkConnection()
      • testSelected

        public boolean testSelected()
      • testConnection

        public boolean testConnection​(FrontendServer fs)
      • connectToSelectedFS

        public void connectToSelectedFS()
      • cleanupSelectedFS

        public void cleanupSelectedFS()
      • disconnectFromSelectedFS

        public void disconnectFromSelectedFS()
      • hasReachedLicenseLimit

        public boolean hasReachedLicenseLimit()
      • hasFrontendServer

        public boolean hasFrontendServer()