Uses of Interface
org.apache.storm.security.auth.IHttpCredentialsPlugin
Packages that use IHttpCredentialsPlugin
Package
Description
-
Uses of IHttpCredentialsPlugin in org.apache.storm.daemon.drpc.webapp
Constructors in org.apache.storm.daemon.drpc.webapp with parameters of type IHttpCredentialsPlugin -
Uses of IHttpCredentialsPlugin in org.apache.storm.daemon.logviewer.webapp
Constructors in org.apache.storm.daemon.logviewer.webapp with parameters of type IHttpCredentialsPluginModifierConstructorDescriptionLogviewerResource
(LogviewerLogPageHandler logviewerParam, LogviewerProfileHandler profileHandler, LogviewerLogDownloadHandler logDownloadHandler, LogviewerLogSearchHandler logSearchHandler, IHttpCredentialsPlugin httpCredsHandler, StormMetricsRegistry metricsRegistry) Constructor. -
Uses of IHttpCredentialsPlugin in org.apache.storm.security.auth
Classes in org.apache.storm.security.auth that implement IHttpCredentialsPluginMethods in org.apache.storm.security.auth that return IHttpCredentialsPluginModifier 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.