@InterfaceAudience.Private
@InterfaceStability.Evolving
public interface UserResolver
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.security.UserGroupInformation |
getTargetUgi(org.apache.hadoop.security.UserGroupInformation ugi)
Map the given UGI to another per the subclass contract.
|
boolean |
needsTargetUsersList()
Indicates whether this user resolver needs a list of target users to be
provided.
|
boolean |
setTargetUsers(URI userdesc,
org.apache.hadoop.conf.Configuration conf)
Configure the user map given the URI and configuration.
|
boolean setTargetUsers(URI userdesc, org.apache.hadoop.conf.Configuration conf) throws IOException
Path
listing target users.
This method should be called only if needsTargetUsersList()
returns true.userdesc
- URI from which user information may be loaded per the
subclass contract.conf
- The tool configuration.IOException
org.apache.hadoop.security.UserGroupInformation getTargetUgi(org.apache.hadoop.security.UserGroupInformation ugi)
ugi
- User information from the trace.boolean needsTargetUsersList()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.