public class RefreshUserMappingsProtocolClientSideTranslatorPB extends Object implements org.apache.hadoop.ipc.ProtocolMetaInterface, org.apache.hadoop.security.RefreshUserMappingsProtocol, Closeable
| Constructor and Description | 
|---|
RefreshUserMappingsProtocolClientSideTranslatorPB(org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolPB rpcProxy)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
boolean | 
isMethodSupported(String methodName)
Checks whether the given method name is supported by the server. 
 | 
void | 
refreshSuperUserGroupsConfiguration()
Refresh superuser proxy group list 
 | 
void | 
refreshUserToGroupsMappings()
Refresh user to group mappings. 
 | 
public RefreshUserMappingsProtocolClientSideTranslatorPB(org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolPB rpcProxy)
public void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void refreshUserToGroupsMappings()
                                 throws IOException
org.apache.hadoop.security.RefreshUserMappingsProtocolrefreshUserToGroupsMappings in interface org.apache.hadoop.security.RefreshUserMappingsProtocolIOExceptionpublic void refreshSuperUserGroupsConfiguration()
                                         throws IOException
org.apache.hadoop.security.RefreshUserMappingsProtocolrefreshSuperUserGroupsConfiguration in interface org.apache.hadoop.security.RefreshUserMappingsProtocolIOExceptionpublic boolean isMethodSupported(String methodName) throws IOException
org.apache.hadoop.ipc.ProtocolMetaInterfaceisMethodSupported in interface org.apache.hadoop.ipc.ProtocolMetaInterfacemethodName - The name of the methodIOExceptionCopyright © 2018 Apache Software Foundation. All Rights Reserved.