public class AllowAllImpersonationProvider
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.security.authorize.ImpersonationProvider
ImpersonationProvider that indiscriminately allows all users to
proxy as any other user.| Constructor and Description |
|---|
AllowAllImpersonationProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
authorize(org.apache.hadoop.security.UserGroupInformation user,
InetAddress remoteAddress) |
void |
authorize(org.apache.hadoop.security.UserGroupInformation user,
String remoteAddress) |
void |
init(String configurationPrefix) |
public void init(String configurationPrefix)
init in interface org.apache.hadoop.security.authorize.ImpersonationProviderpublic void authorize(org.apache.hadoop.security.UserGroupInformation user,
InetAddress remoteAddress)
authorize in interface org.apache.hadoop.security.authorize.ImpersonationProviderpublic void authorize(org.apache.hadoop.security.UserGroupInformation user,
String remoteAddress)
authorize in interface org.apache.hadoop.security.authorize.ImpersonationProviderCopyright © 2008–2024 Apache Software Foundation. All rights reserved.