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(java.lang.String user, boolean write)
          Check if the user has admin privileges.
 void AuthorizationService.authorizeForApp(java.lang.String user, java.lang.String group, java.lang.String appPath, org.apache.hadoop.conf.Configuration jobConf)
          Check if the user+group is authorized to use the specified application.
 void AuthorizationService.authorizeForApp(java.lang.String user, java.lang.String group, java.lang.String appPath, java.lang.String fileName, org.apache.hadoop.conf.Configuration conf)
          Check if the user+group is authorized to use the specified application.
 void AuthorizationService.authorizeForGroup(java.lang.String user, java.lang.String group)
          Check if the user belongs to the group or not.
 void AuthorizationService.authorizeForJob(java.lang.String user, java.lang.String jobId, boolean write)
          Check if the user+group is authorized to operate on the specified job.
 java.lang.String AuthorizationService.getDefaultGroup(java.lang.String user)
          Return the default group to which the user belongs.
protected  boolean AuthorizationService.isUserInGroup(java.lang.String user, java.lang.String group)
          Check if the user belongs to the group or not.
 



Copyright © 2010 Yahoo. All Rights Reserved.