Uses of Class
org.apache.hadoop.security.authorize.AuthorizationException
Packages that use AuthorizationException
-
Uses of AuthorizationException in org.apache.hadoop.security.authorize
Methods in org.apache.hadoop.security.authorize that throw AuthorizationExceptionModifier and TypeMethodDescriptionvoidDefaultImpersonationProvider.authorize(UserGroupInformation user, InetAddress remoteAddress) default voidImpersonationProvider.authorize(UserGroupInformation user, String remoteAddress) Authorize the superuser which is doing doAs.voidImpersonationProvider.authorize(UserGroupInformation user, InetAddress remoteAddress) Authorize the superuser which is doing doAs.static voidProxyUsers.authorize(UserGroupInformation user, String remoteAddress) Authorize the superuser which is doing doAs.static voidProxyUsers.authorize(UserGroupInformation user, String remoteAddress, Configuration conf) Deprecated.static voidProxyUsers.authorize(UserGroupInformation user, InetAddress remoteAddress) Authorize the superuser which is doing doAs.voidServiceAuthorizationManager.authorize(UserGroupInformation user, Class<?> protocol, Configuration conf, InetAddress addr) Authorize the user to access the protocol being used.
ProxyUsers.authorize(UserGroupInformation, String)instead.