15 package com.cloudera.impala.authorization;
17 import com.google.common.base.Preconditions;
29 Preconditions.checkNotNull(authorizeable);
30 Preconditions.checkNotNull(privilege);
36 Preconditions.checkNotNull(privilege);
45 return (
authorizeable_ != null) ? authorizeable_.getName() :
"server";
final Privilege privilege_
PrivilegeRequest(Authorizeable authorizeable, Privilege privilege)
Authorizeable getAuthorizeable()
final Authorizeable authorizeable_
PrivilegeRequest(Privilege privilege)