Uses of Interface
no.polaric.core.ServerConfig
Packages that use ServerConfig
-
Uses of ServerConfig in no.polaric.core
Classes in no.polaric.core that implement ServerConfigModifier and TypeClassDescriptionclass
Base class, implementing common methods of ServerConfig.Constructors in no.polaric.core with parameters of type ServerConfigModifierConstructorDescriptionLogfile
(ServerConfig api, String configname) Logfile
(ServerConfig api, String configname, String logfile) -
Uses of ServerConfig in no.polaric.core.auth
Methods in no.polaric.core.auth with parameters of type ServerConfigModifier and TypeMethodDescriptionstatic void
AuthInfo.init
(ServerConfig conf, SesNotifier ws) Called by the application to register handlers for opening and closing sessions.Constructors in no.polaric.core.auth with parameters of type ServerConfigModifierConstructorDescriptionAuthInfo
(ServerConfig conf, User u, Group g) Constructor.AuthInfo
(ServerConfig conf, org.pac4j.core.context.WebContext context) Constructor.AuthService
(ServerConfig conf) HmacAuthenticator
(ServerConfig conf, String dfile, String ufile, UserDb lu) LocalGroups
(ServerConfig conf, String file) LocalUsers
(ServerConfig conf, String fname, GroupDb gr, AuthService svc) PasswordFileAuthenticator
(ServerConfig conf, String file, UserDb lu) -
Uses of ServerConfig in no.polaric.core.httpd
Fields in no.polaric.core.httpd declared as ServerConfigModifier and TypeFieldDescriptionprotected ServerConfig
ServerBase._conf
protected ServerConfig
WebServer._conf
Methods in no.polaric.core.httpd that return ServerConfigModifier and TypeMethodDescriptionprotected ServerConfig
ServerBase.conf()
Get interface to the server-configConstructors in no.polaric.core.httpd with parameters of type ServerConfigModifierConstructorDescriptionNodeWs
(ServerConfig conf, NodeWsApi.Handler<String> hdl) NodeWsClient
(ServerConfig conf, String nodeid, String url, boolean retry) PubSub
(ServerConfig conf) RestClient
(ServerConfig conf, String url) RestClient
(ServerConfig conf, String url, String userid) RestClient
(ServerConfig conf, String url, Authenticator auth) RestClient
(ServerConfig conf, String url, HmacAuthenticator hm, String userid) ServerBase
(ServerConfig conf) Services
(ServerConfig conf) WebServer
(ServerConfig conf, int port, String psuri, String stpath, String stdir) Constructor for Webserver.WsNotifier
(ServerConfig conf)