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 classIdentityProtobuf typegrpc.gcp.Identitystatic classIdentity.BuilderProtobuf typegrpc.gcp.IdentityFields 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 IdentityOrBuilderServerHandshakeParameters.Builder. getLocalIdentitiesOrBuilder(int index)(Optional) A list of local identities supported by the server, if specified.IdentityOrBuilderServerHandshakeParameters. getLocalIdentitiesOrBuilder(int index)(Optional) A list of local identities supported by the server, if specified.IdentityOrBuilderServerHandshakeParametersOrBuilder. getLocalIdentitiesOrBuilder(int index)(Optional) A list of local identities supported by the server, if specified.IdentityOrBuilderHandshakerResult.Builder. getLocalIdentityOrBuilder()The local identity used in the handshake.IdentityOrBuilderHandshakerResult. getLocalIdentityOrBuilder()The local identity used in the handshake.IdentityOrBuilderHandshakerResultOrBuilder. getLocalIdentityOrBuilder()The local identity used in the handshake.IdentityOrBuilderStartClientHandshakeReq.Builder. getLocalIdentityOrBuilder()(Optional) Application may specify a local identity.IdentityOrBuilderStartClientHandshakeReq. getLocalIdentityOrBuilder()(Optional) Application may specify a local identity.IdentityOrBuilderStartClientHandshakeReqOrBuilder. getLocalIdentityOrBuilder()(Optional) Application may specify a local identity.IdentityOrBuilderHandshakerResult.Builder. getPeerIdentityOrBuilder()The authenticated identity of the peer.IdentityOrBuilderHandshakerResult. getPeerIdentityOrBuilder()The authenticated identity of the peer.IdentityOrBuilderHandshakerResultOrBuilder. getPeerIdentityOrBuilder()The authenticated identity of the peer.IdentityOrBuilderStartClientHandshakeReq.Builder. getTargetIdentitiesOrBuilder(int index)(Optional) Describes which server identities are acceptable by the client.IdentityOrBuilderStartClientHandshakeReq. getTargetIdentitiesOrBuilder(int index)(Optional) Describes which server identities are acceptable by the client.IdentityOrBuilderStartClientHandshakeReqOrBuilder. 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.
-