Uses of Interface
io.grpc.alts.internal.IdentityOrBuilder
-
Packages that use IdentityOrBuilder Package Description io.grpc.alts.internal -
-
Uses of IdentityOrBuilder in io.grpc.alts.internal
Classes in io.grpc.alts.internal that implement IdentityOrBuilder Modifier and Type Class Description class
Identity
Protobuf typegrpc.gcp.Identity
static class
Identity.Builder
Protobuf typegrpc.gcp.Identity
Fields in io.grpc.alts.internal with type parameters of type IdentityOrBuilder Modifier and Type Field Description private 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 IdentityOrBuilder Modifier and Type Method Description IdentityOrBuilder
ServerHandshakeParameters.Builder. getLocalIdentitiesOrBuilder(int index)
(Optional) A list of local identities supported by the server, if specified.IdentityOrBuilder
ServerHandshakeParameters. getLocalIdentitiesOrBuilder(int index)
(Optional) A list of local identities supported by the server, if specified.IdentityOrBuilder
ServerHandshakeParametersOrBuilder. getLocalIdentitiesOrBuilder(int index)
(Optional) A list of local identities supported by the server, if specified.IdentityOrBuilder
HandshakerResult.Builder. getLocalIdentityOrBuilder()
The local identity used in the handshake.IdentityOrBuilder
HandshakerResult. getLocalIdentityOrBuilder()
The local identity used in the handshake.IdentityOrBuilder
HandshakerResultOrBuilder. getLocalIdentityOrBuilder()
The local identity used in the handshake.IdentityOrBuilder
StartClientHandshakeReq.Builder. getLocalIdentityOrBuilder()
(Optional) Application may specify a local identity.IdentityOrBuilder
StartClientHandshakeReq. getLocalIdentityOrBuilder()
(Optional) Application may specify a local identity.IdentityOrBuilder
StartClientHandshakeReqOrBuilder. getLocalIdentityOrBuilder()
(Optional) Application may specify a local identity.IdentityOrBuilder
HandshakerResult.Builder. getPeerIdentityOrBuilder()
The authenticated identity of the peer.IdentityOrBuilder
HandshakerResult. getPeerIdentityOrBuilder()
The authenticated identity of the peer.IdentityOrBuilder
HandshakerResultOrBuilder. getPeerIdentityOrBuilder()
The authenticated identity of the peer.IdentityOrBuilder
StartClientHandshakeReq.Builder. getTargetIdentitiesOrBuilder(int index)
(Optional) Describes which server identities are acceptable by the client.IdentityOrBuilder
StartClientHandshakeReq. getTargetIdentitiesOrBuilder(int index)
(Optional) Describes which server identities are acceptable by the client.IdentityOrBuilder
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 IdentityOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Identity,Identity.Builder,IdentityOrBuilder>
ServerHandshakeParameters.Builder. getLocalIdentitiesFieldBuilder()
java.util.List<? extends IdentityOrBuilder>
ServerHandshakeParameters.Builder. getLocalIdentitiesOrBuilderList()
(Optional) A list of local identities supported by the server, if specified.java.util.List<? extends IdentityOrBuilder>
ServerHandshakeParameters. getLocalIdentitiesOrBuilderList()
(Optional) A list of local identities supported by the server, if specified.java.util.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()
java.util.List<? extends IdentityOrBuilder>
StartClientHandshakeReq.Builder. getTargetIdentitiesOrBuilderList()
(Optional) Describes which server identities are acceptable by the client.java.util.List<? extends IdentityOrBuilder>
StartClientHandshakeReq. getTargetIdentitiesOrBuilderList()
(Optional) Describes which server identities are acceptable by the client.java.util.List<? extends IdentityOrBuilder>
StartClientHandshakeReqOrBuilder. getTargetIdentitiesOrBuilderList()
(Optional) Describes which server identities are acceptable by the client.
-