Uses of Class
net.webpdf.wsclient.openapi.ServerConfigServer
-
Packages that use ServerConfigServer Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of ServerConfigServer in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigServer Modifier and Type Method Description ServerConfigServerServerConfigServer. apr(ServerConfigApr apr)ServerConfigServerServerConfigServer. connectors(ServerConfigConnectorsServer connectors)@NotNull ServerConfigServerAdminServerConfiguration. getConfiguration()Get _configurationServerConfigServerServerConfigServer. host(ServerConfigHost host)ServerConfigServerServerConfigServer. localAuth(ServerConfigLocalAuth localAuth)ServerConfigServerServerConfigServer. oauth(ServerConfigOAuth oauth)ServerConfigServerServerConfigServer. shutdown(ServerConfigShutdown shutdown)ServerConfigServerServerConfigServer. truststore(ServerConfigTruststoreServer truststore)ServerConfigServerServerConfigServer. user(ServerConfigUserStorage user)Methods in net.webpdf.wsclient.openapi with parameters of type ServerConfigServer Modifier and Type Method Description AdminServerConfigurationAdminServerConfiguration. _configuration(ServerConfigServer _configuration)voidAdminServerConfiguration. setConfiguration(ServerConfigServer _configuration) -
Uses of ServerConfigServer in net.webpdf.wsclient.session.rest.administration
Methods in net.webpdf.wsclient.session.rest.administration that return ServerConfigServer Modifier and Type Method Description @NotNull ServerConfigServerAbstractAdministrationManager. fetchServerConfiguration()Gets theServerConfigServerconfiguration from the server updating the cached configuration.@NotNull ServerConfigServerAdministrationManager. fetchServerConfiguration()Gets theServerConfigServerconfiguration from the server updating the cached configuration.@NotNull ServerConfigServerAbstractAdministrationManager. getServerConfiguration()Gets the cachedServerConfigServerconfiguration of the server or fetches viaAdministrationManager.fetchServerConfiguration()if cache is empty@NotNull ServerConfigServerAdministrationManager. getServerConfiguration()Gets the cachedServerConfigServerconfiguration of the server or fetches viaAdministrationManager.fetchServerConfiguration()if cache is empty
-