Uses of Interface
io.grpc.alts.internal.IdentityOrBuilder
Packages that use IdentityOrBuilder
-
Uses of IdentityOrBuilder in io.grpc.alts.internal
Classes in io.grpc.alts.internal that implement IdentityOrBuilderModifier and TypeClassDescriptionfinal class
Protobuf typegrpc.gcp.Identity
static final class
Protobuf typegrpc.gcp.Identity
Fields in io.grpc.alts.internal with type parameters of type IdentityOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> ServerHandshakeParameters.Builder.localIdentitiesBuilder_
private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> HandshakerResult.Builder.localIdentityBuilder_
private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> StartClientHandshakeReq.Builder.localIdentityBuilder_
private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> HandshakerResult.Builder.peerIdentityBuilder_
private com.google.protobuf.RepeatedFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> StartClientHandshakeReq.Builder.targetIdentitiesBuilder_
Methods in io.grpc.alts.internal that return IdentityOrBuilderModifier and TypeMethodDescriptionServerHandshakeParameters.Builder.getLocalIdentitiesOrBuilder
(int index) (Optional) A list of local identities supported by the server, if specified.ServerHandshakeParameters.getLocalIdentitiesOrBuilder
(int index) (Optional) A list of local identities supported by the server, if specified.ServerHandshakeParametersOrBuilder.getLocalIdentitiesOrBuilder
(int index) (Optional) A list of local identities supported by the server, if specified.HandshakerResult.Builder.getLocalIdentityOrBuilder()
The local identity used in the handshake.HandshakerResult.getLocalIdentityOrBuilder()
The local identity used in the handshake.HandshakerResultOrBuilder.getLocalIdentityOrBuilder()
The local identity used in the handshake.StartClientHandshakeReq.Builder.getLocalIdentityOrBuilder()
(Optional) Application may specify a local identity.StartClientHandshakeReq.getLocalIdentityOrBuilder()
(Optional) Application may specify a local identity.StartClientHandshakeReqOrBuilder.getLocalIdentityOrBuilder()
(Optional) Application may specify a local identity.HandshakerResult.Builder.getPeerIdentityOrBuilder()
The authenticated identity of the peer.HandshakerResult.getPeerIdentityOrBuilder()
The authenticated identity of the peer.HandshakerResultOrBuilder.getPeerIdentityOrBuilder()
The authenticated identity of the peer.StartClientHandshakeReq.Builder.getTargetIdentitiesOrBuilder
(int index) (Optional) Describes which server identities are acceptable by the client.StartClientHandshakeReq.getTargetIdentitiesOrBuilder
(int index) (Optional) Describes which server identities are acceptable by the client.StartClientHandshakeReqOrBuilder.getTargetIdentitiesOrBuilder
(int index) (Optional) Describes which server identities are acceptable by the client.Methods in io.grpc.alts.internal that return types with arguments of type IdentityOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> ServerHandshakeParameters.Builder.getLocalIdentitiesFieldBuilder()
List
<? extends IdentityOrBuilder> ServerHandshakeParameters.Builder.getLocalIdentitiesOrBuilderList()
(Optional) A list of local identities supported by the server, if specified.List
<? extends IdentityOrBuilder> ServerHandshakeParameters.getLocalIdentitiesOrBuilderList()
(Optional) A list of local identities supported by the server, if specified.List
<? extends IdentityOrBuilder> ServerHandshakeParametersOrBuilder.getLocalIdentitiesOrBuilderList()
(Optional) A list of local identities supported by the server, if specified.private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> HandshakerResult.Builder.getLocalIdentityFieldBuilder()
The local identity used in the handshake.private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> StartClientHandshakeReq.Builder.getLocalIdentityFieldBuilder()
(Optional) Application may specify a local identity.private com.google.protobuf.SingleFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> HandshakerResult.Builder.getPeerIdentityFieldBuilder()
The authenticated identity of the peer.private com.google.protobuf.RepeatedFieldBuilder
<Identity, Identity.Builder, IdentityOrBuilder> StartClientHandshakeReq.Builder.getTargetIdentitiesFieldBuilder()
List
<? extends IdentityOrBuilder> StartClientHandshakeReq.Builder.getTargetIdentitiesOrBuilderList()
(Optional) Describes which server identities are acceptable by the client.List
<? extends IdentityOrBuilder> StartClientHandshakeReq.getTargetIdentitiesOrBuilderList()
(Optional) Describes which server identities are acceptable by the client.List
<? extends IdentityOrBuilder> StartClientHandshakeReqOrBuilder.getTargetIdentitiesOrBuilderList()
(Optional) Describes which server identities are acceptable by the client.