Uses of Class
cn.boboweike.carrot.dashboard.CarrotDashboardWebServerConfiguration
-
Packages that use CarrotDashboardWebServerConfiguration Package Description cn.boboweike.carrot.configuration cn.boboweike.carrot.dashboard -
-
Uses of CarrotDashboardWebServerConfiguration in cn.boboweike.carrot.configuration
Methods in cn.boboweike.carrot.configuration with parameters of type CarrotDashboardWebServerConfiguration Modifier and Type Method Description CarrotConfigurationCarrotConfiguration. useDashboard(CarrotDashboardWebServerConfiguration configuration)Provides a dashboard using the givenCarrotDashboardWebServerConfigurationCarrotConfigurationCarrotConfiguration. useDashboardIf(boolean guard, CarrotDashboardWebServerConfiguration configuration)Provides a dashboard using the givenCarrotDashboardWebServerConfigurationif the guard is true -
Uses of CarrotDashboardWebServerConfiguration in cn.boboweike.carrot.dashboard
Methods in cn.boboweike.carrot.dashboard that return CarrotDashboardWebServerConfiguration Modifier and Type Method Description CarrotDashboardWebServerConfigurationCarrotDashboardWebServerConfiguration. andBasicAuthentication(String username, String password)Adds basic authentication to the dashboard using the provided username and password.CarrotDashboardWebServerConfigurationCarrotDashboardWebServerConfiguration. andPort(int port)Specifies the port on which the CarrotDashboard will runstatic CarrotDashboardWebServerConfigurationCarrotDashboardWebServerConfiguration. usingStandardDashboardConfiguration()This returns the default configuration with the CarrotDashboard running on port 8000Constructors in cn.boboweike.carrot.dashboard with parameters of type CarrotDashboardWebServerConfiguration Constructor Description CarrotDashboardWebServer(PartitionedStorageProvider storageProvider, JsonMapper jsonMapper, CarrotDashboardWebServerConfiguration configuration)
-