Package org.apache.druid.server.security
Class AuthorizerMapper
- java.lang.Object
-
- org.apache.druid.server.security.AuthorizerMapper
-
public class AuthorizerMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthorizerMapper(Map<String,Authorizer> authorizerMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizergetAuthorizer(String name)Map<String,Authorizer>getAuthorizerMap()
-
-
-
Constructor Detail
-
AuthorizerMapper
public AuthorizerMapper(Map<String,Authorizer> authorizerMap)
-
-
Method Detail
-
getAuthorizer
public Authorizer getAuthorizer(String name)
-
getAuthorizerMap
public Map<String,Authorizer> getAuthorizerMap()
-
-