Uses of Interface
org.apache.druid.server.security.Authorizer
-
Packages that use Authorizer Package Description org.apache.druid.guice.security org.apache.druid.server.security -
-
Uses of Authorizer in org.apache.druid.guice.security
Methods in org.apache.druid.guice.security that return Authorizer Modifier and Type Method Description AuthorizerAuthorizerModule. getAuthorizer() -
Uses of Authorizer in org.apache.druid.server.security
Classes in org.apache.druid.server.security that implement Authorizer Modifier and Type Class Description classAllowAllAuthorizerMethods in org.apache.druid.server.security that return Authorizer Modifier and Type Method Description AuthorizerAuthorizerMapper. getAuthorizer(String name)Methods in org.apache.druid.server.security that return types with arguments of type Authorizer Modifier and Type Method Description Map<String,Authorizer>AuthorizerMapper. getAuthorizerMap()Constructor parameters in org.apache.druid.server.security with type arguments of type Authorizer Constructor Description AuthorizerMapper(Map<String,Authorizer> authorizerMap)
-