Uses of Class
org.apache.hadoop.security.authorize.AuthorizationException

Packages that use AuthorizationException
org.apache.hadoop.ipc Tools to help define network clients and servers. 
org.apache.hadoop.security.authorize   
 

Uses of AuthorizationException in org.apache.hadoop.ipc
 

Methods in org.apache.hadoop.ipc that throw AuthorizationException
 void Server.authorize(UserGroupInformation user, org.apache.hadoop.ipc.ConnectionHeader connection, InetAddress addr)
          Authorize the incoming client connection.
 

Uses of AuthorizationException in org.apache.hadoop.security.authorize
 

Methods in org.apache.hadoop.security.authorize that throw AuthorizationException
static void ServiceAuthorizationManager.authorize(UserGroupInformation user, Class<?> protocol, Configuration conf, InetAddress addr)
          Authorize the user to access the protocol being used.
static void ProxyUsers.authorize(UserGroupInformation user, String remoteAddress, Configuration newConf)
          Authorize the superuser which is doing doAs
 



Copyright © 2009 The Apache Software Foundation