| Package | Description |
|---|---|
| org.apache.hadoop.security.authorize |
Support for service-level authorization.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultImpersonationProvider.authorize(UserGroupInformation user,
java.net.InetAddress remoteAddress) |
|
default void |
ImpersonationProvider.authorize(UserGroupInformation user,
java.lang.String remoteAddress) |
Authorize the superuser which is doing doAs.
|
void |
ImpersonationProvider.authorize(UserGroupInformation user,
java.net.InetAddress remoteAddress) |
Authorize the superuser which is doing doAs.
|
static void |
ProxyUsers.authorize(UserGroupInformation user,
java.lang.String remoteAddress) |
Authorize the superuser which is doing doAs.
|
static void |
ProxyUsers.authorize(UserGroupInformation user,
java.lang.String remoteAddress,
Configuration conf) |
Deprecated.
use
ProxyUsers.authorize(UserGroupInformation, String) instead. |
static void |
ProxyUsers.authorize(UserGroupInformation user,
java.net.InetAddress remoteAddress) |
Authorize the superuser which is doing doAs.
|
void |
ServiceAuthorizationManager.authorize(UserGroupInformation user,
java.lang.Class<?> protocol,
Configuration conf,
java.net.InetAddress addr) |
Authorize the user to access the protocol being used.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.