org.apache.hadoop.security.proto
Class RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub

java.lang.Object
  extended by org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
      extended by org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface
Enclosing class:
RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService

public static final class RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub
extends RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
implements RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface, RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface, RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub
 
Method Summary
 com.google.protobuf.RpcChannel getChannel()
           
 void refreshSuperUserGroupsConfiguration(com.google.protobuf.RpcController controller, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto request, com.google.protobuf.RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto> done)
          rpc refreshSuperUserGroupsConfiguration(.hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto) returns (.hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto);
 void refreshUserToGroupsMappings(com.google.protobuf.RpcController controller, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto request, com.google.protobuf.RpcCallback<RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto> done)
          rpc refreshUserToGroupsMappings(.hadoop.common.RefreshUserToGroupsMappingsRequestProto) returns (.hadoop.common.RefreshUserToGroupsMappingsResponseProto);
 
Methods inherited from class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

refreshUserToGroupsMappings

public void refreshUserToGroupsMappings(com.google.protobuf.RpcController controller,
                                        RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto request,
                                        com.google.protobuf.RpcCallback<RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto> done)
Description copied from class: RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
rpc refreshUserToGroupsMappings(.hadoop.common.RefreshUserToGroupsMappingsRequestProto) returns (.hadoop.common.RefreshUserToGroupsMappingsResponseProto);

 Refresh user to group mappings.
 

Specified by:
refreshUserToGroupsMappings in interface RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface
Specified by:
refreshUserToGroupsMappings in class RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService

refreshSuperUserGroupsConfiguration

public void refreshSuperUserGroupsConfiguration(com.google.protobuf.RpcController controller,
                                                RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto request,
                                                com.google.protobuf.RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto> done)
Description copied from class: RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
rpc refreshSuperUserGroupsConfiguration(.hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto) returns (.hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto);

 Refresh superuser proxy group list.
 

Specified by:
refreshSuperUserGroupsConfiguration in interface RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface
Specified by:
refreshSuperUserGroupsConfiguration in class RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService


Copyright © 2014 Apache Software Foundation. All Rights Reserved.