Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.security.token |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<AuthenticationProtos.WhoAmIRequest> |
AuthenticationProtos.WhoAmIRequest.PARSER |
Modifier and Type | Method and Description |
---|---|
AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.Builder.build() |
AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.Builder.buildPartial() |
static AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.getDefaultInstance() |
AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.getDefaultInstanceForType() |
AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.Builder.getDefaultInstanceForType() |
static AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.parseDelimitedFrom(InputStream input) |
static AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.parseFrom(byte[] data) |
static AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.parseFrom(com.google.protobuf.ByteString data) |
static AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.parseFrom(InputStream input) |
static AuthenticationProtos.WhoAmIRequest |
AuthenticationProtos.WhoAmIRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<AuthenticationProtos.WhoAmIRequest> |
AuthenticationProtos.WhoAmIRequest.getParserForType() |
Modifier and Type | Method and Description |
---|---|
AuthenticationProtos.WhoAmIRequest.Builder |
AuthenticationProtos.WhoAmIRequest.Builder.mergeFrom(AuthenticationProtos.WhoAmIRequest other) |
static AuthenticationProtos.WhoAmIRequest.Builder |
AuthenticationProtos.WhoAmIRequest.newBuilder(AuthenticationProtos.WhoAmIRequest prototype) |
AuthenticationProtos.WhoAmIResponse |
AuthenticationProtos.AuthenticationService.BlockingInterface.whoAmI(com.google.protobuf.RpcController controller,
AuthenticationProtos.WhoAmIRequest request) |
abstract void |
AuthenticationProtos.AuthenticationService.whoAmI(com.google.protobuf.RpcController controller,
AuthenticationProtos.WhoAmIRequest request,
com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
rpc WhoAmI(.WhoAmIRequest) returns (.WhoAmIResponse); |
void |
AuthenticationProtos.AuthenticationService.Interface.whoAmI(com.google.protobuf.RpcController controller,
AuthenticationProtos.WhoAmIRequest request,
com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
rpc WhoAmI(.WhoAmIRequest) returns (.WhoAmIResponse); |
void |
AuthenticationProtos.AuthenticationService.Stub.whoAmI(com.google.protobuf.RpcController controller,
AuthenticationProtos.WhoAmIRequest request,
com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done) |
Modifier and Type | Method and Description |
---|---|
void |
TokenProvider.whoAmI(com.google.protobuf.RpcController controller,
AuthenticationProtos.WhoAmIRequest request,
com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.