Uses of Class
org.apache.oozie.service.AuthorizationException

Packages that use AuthorizationException
org.apache.oozie.service   
 

Uses of AuthorizationException in org.apache.oozie.service
 

Methods in org.apache.oozie.service that throw AuthorizationException
 void AuthorizationService.authorizeForAdmin(String user, boolean write)
          Check if the user has admin privileges.
 void AuthorizationService.authorizeForApp(String user, String group, String appPath, org.apache.hadoop.conf.Configuration jobConf)
          Check if the user+group is authorized to use the specified application.
 void AuthorizationService.authorizeForApp(String user, String group, String appPath, String fileName, org.apache.hadoop.conf.Configuration conf)
          Check if the user+group is authorized to use the specified application.
 void AuthorizationService.authorizeForGroup(String user, String group)
          Check if the user belongs to the group or not.
 void AuthorizationService.authorizeForJob(String user, String jobId, boolean write)
          Check if the user+group is authorized to operate on the specified job.
 String AuthorizationService.getDefaultGroup(String user)
          Return the default group to which the user belongs.
protected  boolean AuthorizationService.isUserInGroup(String user, String group)
          Check if the user belongs to the group or not.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.