@InterfaceAudience.LimitedPrivate(value="Apache Argus (incubating)") @InterfaceStability.Evolving public class HivePrivilegeInfo extends Object
Constructor and Description |
---|
HivePrivilegeInfo(HivePrincipal principal,
HivePrivilege privilege,
HivePrivilegeObject object,
HivePrincipal grantorPrincipal,
boolean grantOption,
int grantTime) |
Modifier and Type | Method and Description |
---|---|
HivePrincipal |
getGrantorPrincipal() |
int |
getGrantTime() |
HivePrivilegeObject |
getObject() |
HivePrincipal |
getPrincipal() |
HivePrivilege |
getPrivilege() |
boolean |
isGrantOption() |
public HivePrivilegeInfo(HivePrincipal principal, HivePrivilege privilege, HivePrivilegeObject object, HivePrincipal grantorPrincipal, boolean grantOption, int grantTime)
public HivePrincipal getPrincipal()
public HivePrivilege getPrivilege()
public HivePrivilegeObject getObject()
public HivePrincipal getGrantorPrincipal()
public boolean isGrantOption()
public int getGrantTime()
Copyright © 2017 The Apache Software Foundation. All rights reserved.