Uses of Interface
org.apache.storm.security.auth.IHttpCredentialsPlugin
Package
Description
-
Uses of IHttpCredentialsPlugin in org.apache.storm.daemon.drpc.webapp
-
Uses of IHttpCredentialsPlugin in org.apache.storm.daemon.logviewer.webapp
ModifierConstructorDescriptionLogviewerResource
(LogviewerLogPageHandler logviewerParam, LogviewerProfileHandler profileHandler, LogviewerLogDownloadHandler logDownloadHandler, LogviewerLogSearchHandler logSearchHandler, IHttpCredentialsPlugin httpCredsHandler, StormMetricsRegistry metricsRegistry) Constructor. -
Uses of IHttpCredentialsPlugin in org.apache.storm.security.auth
Modifier and TypeMethodDescriptionstatic IHttpCredentialsPlugin
ServerAuthUtils.getDrpcHttpCredentialsPlugin
(Map<String, Object> conf) Construct an HttpServletRequest credential plugin specified by the DRPC storm configuration.static IHttpCredentialsPlugin
ServerAuthUtils.getHttpCredentialsPlugin
(Map<String, Object> conf, String klassName) static IHttpCredentialsPlugin
ServerAuthUtils.getUiHttpCredentialsPlugin
(Map<String, Object> conf) Construct an HttpServletRequest credential plugin specified by the UI storm configuration.