Class ChatHandlers
- java.lang.Object
-
- org.apache.druid.segment.realtime.firehose.ChatHandlers
-
public class ChatHandlers extends Object
-
-
Constructor Summary
Constructors Constructor Description ChatHandlers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AccessauthorizationCheck(javax.servlet.http.HttpServletRequest req, Action action, String dataSource, AuthorizerMapper authorizerMapper)Check authorization for the given action and dataSource.
-
-
-
Method Detail
-
authorizationCheck
public static Access authorizationCheck(javax.servlet.http.HttpServletRequest req, Action action, String dataSource, AuthorizerMapper authorizerMapper)
Check authorization for the given action and dataSource.- Returns:
- authorization result
-
-