Uses of Class
org.apache.hadoop.hive.ql.security.authorization.plugin.HiveRoleGrant

Packages that use HiveRoleGrant
org.apache.hadoop.hive.ql.security.authorization.plugin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd   
 

Uses of HiveRoleGrant in org.apache.hadoop.hive.ql.security.authorization.plugin
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin that return types with arguments of type HiveRoleGrant
 List<HiveRoleGrant> HiveAuthorizerImpl.getPrincipalGrantInfoForRole(String roleName)
           
 List<HiveRoleGrant> HiveAuthorizer.getPrincipalGrantInfoForRole(String roleName)
          Get the grant information for principals granted the given role
 List<HiveRoleGrant> HiveAccessController.getPrincipalGrantInfoForRole(String roleName)
           
 List<HiveRoleGrant> HiveAuthorizerImpl.getRoleGrantInfoForPrincipal(HivePrincipal principal)
           
 List<HiveRoleGrant> HiveAuthorizer.getRoleGrantInfoForPrincipal(HivePrincipal principal)
          Get the grant information of roles the given principal belongs to
 List<HiveRoleGrant> HiveAccessController.getRoleGrantInfoForPrincipal(HivePrincipal principal)
           
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin with parameters of type HiveRoleGrant
 int HiveRoleGrant.compareTo(HiveRoleGrant other)
           
 

Uses of HiveRoleGrant in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd that return types with arguments of type HiveRoleGrant
 List<HiveRoleGrant> SQLStdHiveAccessController.getCurrentRoles()
           
 List<HiveRoleGrant> SQLStdHiveAccessController.getPrincipalGrantInfoForRole(String roleName)
           
 List<HiveRoleGrant> SQLStdHiveAccessController.getRoleGrantInfoForPrincipal(HivePrincipal principal)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.