Class ChatHandlers
java.lang.Object
org.apache.druid.segment.realtime.ChatHandlers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthorizationResultauthorizationCheck(javax.servlet.http.HttpServletRequest req, Action action, String dataSource, AuthorizerMapper authorizerMapper) Check authorization for the given action and dataSource.
-
Constructor Details
-
ChatHandlers
public ChatHandlers()
-
-
Method Details
-
authorizationCheck
public static AuthorizationResult authorizationCheck(javax.servlet.http.HttpServletRequest req, Action action, String dataSource, AuthorizerMapper authorizerMapper) Check authorization for the given action and dataSource.- Returns:
- authorization result
-