Uses of Class
io.trino.hive.thrift.metastore.PrivilegeGrantInfo
-
Uses of PrivilegeGrantInfo in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return PrivilegeGrantInfoModifier and TypeMethodDescriptionPrivilegeGrantInfo.deepCopy()HiveObjectPrivilege.getGrantInfo()PrivilegeGrantInfo.setCreateTime(int createTime) PrivilegeGrantInfo.setGrantOption(boolean grantOption) PrivilegeGrantInfo.setGrantor(String grantor) PrivilegeGrantInfo.setGrantorType(PrincipalType grantorType) PrivilegeGrantInfo.setPrivilege(String privilege) Methods in io.trino.hive.thrift.metastore that return types with arguments of type PrivilegeGrantInfoModifier and TypeMethodDescriptionPrincipalPrivilegeSet.getGroupPrivileges()PrincipalPrivilegeSet.getRolePrivileges()PrincipalPrivilegeSet.getUserPrivileges()Methods in io.trino.hive.thrift.metastore with parameters of type PrivilegeGrantInfoModifier and TypeMethodDescriptionintPrivilegeGrantInfo.compareTo(PrivilegeGrantInfo other) booleanPrivilegeGrantInfo.equals(PrivilegeGrantInfo that) HiveObjectPrivilege.setGrantInfo(PrivilegeGrantInfo grantInfo) Method parameters in io.trino.hive.thrift.metastore with type arguments of type PrivilegeGrantInfoModifier and TypeMethodDescriptionvoidPrincipalPrivilegeSet.putToGroupPrivileges(String key, List<PrivilegeGrantInfo> val) voidPrincipalPrivilegeSet.putToRolePrivileges(String key, List<PrivilegeGrantInfo> val) voidPrincipalPrivilegeSet.putToUserPrivileges(String key, List<PrivilegeGrantInfo> val) PrincipalPrivilegeSet.setGroupPrivileges(Map<String, List<PrivilegeGrantInfo>> groupPrivileges) PrincipalPrivilegeSet.setRolePrivileges(Map<String, List<PrivilegeGrantInfo>> rolePrivileges) PrincipalPrivilegeSet.setUserPrivileges(Map<String, List<PrivilegeGrantInfo>> userPrivileges) Constructors in io.trino.hive.thrift.metastore with parameters of type PrivilegeGrantInfoModifierConstructorDescriptionHiveObjectPrivilege(HiveObjectRef hiveObject, String principalName, PrincipalType principalType, PrivilegeGrantInfo grantInfo, String authorizer) Performs a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type PrivilegeGrantInfoModifierConstructorDescriptionPrincipalPrivilegeSet(Map<String, List<PrivilegeGrantInfo>> userPrivileges, Map<String, List<PrivilegeGrantInfo>> groupPrivileges, Map<String, List<PrivilegeGrantInfo>> rolePrivileges)