Package org.apache.storm.security.auth
Class ServerAuthUtils
java.lang.Object
org.apache.storm.security.auth.ServerAuthUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic IHttpCredentialsPluginConstruct an HttpServletRequest credential plugin specified by the DRPC storm configuration.static IHttpCredentialsPlugingetHttpCredentialsPlugin(Map<String, Object> conf, String klassName) static IHttpCredentialsPluginConstruct an HttpServletRequest credential plugin specified by the UI storm configuration.
- 
Constructor Details- 
ServerAuthUtilspublic ServerAuthUtils()
 
- 
- 
Method Details- 
getHttpCredentialsPluginpublic static IHttpCredentialsPlugin getHttpCredentialsPlugin(Map<String, Object> conf, String klassName) 
- 
getUiHttpCredentialsPluginConstruct an HttpServletRequest credential plugin specified by the UI storm configuration.- Parameters:
- conf- storm configuration
- Returns:
- the plugin
 
- 
getDrpcHttpCredentialsPluginConstruct an HttpServletRequest credential plugin specified by the DRPC storm configuration.- Parameters:
- conf- storm configuration
- Returns:
- the plugin
 
 
-