Uses of Class
io.trino.hive.thrift.metastore.RolePrincipalGrant
-
Uses of RolePrincipalGrant in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return RolePrincipalGrantModifier and TypeMethodDescriptionRolePrincipalGrant.deepCopy()RolePrincipalGrant.setGrantOption(boolean grantOption) RolePrincipalGrant.setGrantorName(String grantorName) RolePrincipalGrant.setGrantorPrincipalType(PrincipalType grantorPrincipalType) RolePrincipalGrant.setGrantTime(int grantTime) RolePrincipalGrant.setPrincipalName(String principalName) RolePrincipalGrant.setPrincipalType(PrincipalType principalType) RolePrincipalGrant.setRoleName(String roleName) Methods in io.trino.hive.thrift.metastore that return types with arguments of type RolePrincipalGrantModifier and TypeMethodDescriptionGetPrincipalsInRoleResponse.getPrincipalGrants()GetRoleGrantsForPrincipalResponse.getPrincipalGrants()GetPrincipalsInRoleResponse.getPrincipalGrantsIterator()GetRoleGrantsForPrincipalResponse.getPrincipalGrantsIterator()Methods in io.trino.hive.thrift.metastore with parameters of type RolePrincipalGrantModifier and TypeMethodDescriptionvoidGetPrincipalsInRoleResponse.addToPrincipalGrants(RolePrincipalGrant elem) voidGetRoleGrantsForPrincipalResponse.addToPrincipalGrants(RolePrincipalGrant elem) intRolePrincipalGrant.compareTo(RolePrincipalGrant other) booleanRolePrincipalGrant.equals(RolePrincipalGrant that) Method parameters in io.trino.hive.thrift.metastore with type arguments of type RolePrincipalGrantModifier and TypeMethodDescriptionGetPrincipalsInRoleResponse.setPrincipalGrants(List<RolePrincipalGrant> principalGrants) GetRoleGrantsForPrincipalResponse.setPrincipalGrants(List<RolePrincipalGrant> principalGrants) Constructors in io.trino.hive.thrift.metastore with parameters of type RolePrincipalGrantModifierConstructorDescriptionPerforms a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type RolePrincipalGrantModifierConstructorDescriptionGetPrincipalsInRoleResponse(List<RolePrincipalGrant> principalGrants) GetRoleGrantsForPrincipalResponse(List<RolePrincipalGrant> principalGrants)