Uses of Class
io.grpc.alts.internal.Identity.Builder
Packages that use Identity.Builder
-
Uses of Identity.Builder in io.grpc.alts.internal
Fields in io.grpc.alts.internal with type parameters of type Identity.BuilderModifier 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 Identity.BuilderModifier and TypeMethodDescriptionServerHandshakeParameters.Builder.addLocalIdentitiesBuilder()(Optional) A list of local identities supported by the server, if specified.ServerHandshakeParameters.Builder.addLocalIdentitiesBuilder(int index) (Optional) A list of local identities supported by the server, if specified.StartClientHandshakeReq.Builder.addTargetIdentitiesBuilder()(Optional) Describes which server identities are acceptable by the client.StartClientHandshakeReq.Builder.addTargetIdentitiesBuilder(int index) (Optional) Describes which server identities are acceptable by the client.Identity.Builder.clear()Identity.Builder.clearAttributes()Identity.Builder.clearHostname()Hostname of a connection endpoint.Identity.Builder.clearIdentityOneof()Identity.Builder.clearServiceAccount()Service account of a connection endpoint.ServerHandshakeParameters.Builder.getLocalIdentitiesBuilder(int index) (Optional) A list of local identities supported by the server, if specified.HandshakerResult.Builder.getLocalIdentityBuilder()The local identity used in the handshake.StartClientHandshakeReq.Builder.getLocalIdentityBuilder()(Optional) Application may specify a local identity.HandshakerResult.Builder.getPeerIdentityBuilder()The authenticated identity of the peer.StartClientHandshakeReq.Builder.getTargetIdentitiesBuilder(int index) (Optional) Describes which server identities are acceptable by the client.Identity.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Identity.Builder.mergeFrom(com.google.protobuf.Message other) static Identity.BuilderIdentity.newBuilder()static Identity.BuilderIdentity.newBuilder(Identity prototype) Identity.newBuilderForType()protected Identity.BuilderIdentity.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Identity.Builder.putAllAttributes(Map<String, String> values) Additional attributes of the identity.Identity.Builder.putAttributes(String key, String value) Additional attributes of the identity.Identity.Builder.removeAttributes(String key) Additional attributes of the identity.Identity.Builder.setHostname(String value) Hostname of a connection endpoint.Identity.Builder.setHostnameBytes(com.google.protobuf.ByteString value) Hostname of a connection endpoint.Identity.Builder.setServiceAccount(String value) Service account of a connection endpoint.Identity.Builder.setServiceAccountBytes(com.google.protobuf.ByteString value) Service account of a connection endpoint.Identity.toBuilder()Methods in io.grpc.alts.internal that return types with arguments of type Identity.BuilderModifier and TypeMethodDescriptionServerHandshakeParameters.Builder.getLocalIdentitiesBuilderList()(Optional) A list of local identities supported by the server, if specified.StartClientHandshakeReq.Builder.getTargetIdentitiesBuilderList()(Optional) Describes which server identities are acceptable by the client.private com.google.protobuf.RepeatedFieldBuilder<Identity, Identity.Builder, IdentityOrBuilder> ServerHandshakeParameters.Builder.internalGetLocalIdentitiesFieldBuilder()private com.google.protobuf.SingleFieldBuilder<Identity, Identity.Builder, IdentityOrBuilder> HandshakerResult.Builder.internalGetLocalIdentityFieldBuilder()The local identity used in the handshake.private com.google.protobuf.SingleFieldBuilder<Identity, Identity.Builder, IdentityOrBuilder> StartClientHandshakeReq.Builder.internalGetLocalIdentityFieldBuilder()(Optional) Application may specify a local identity.private com.google.protobuf.SingleFieldBuilder<Identity, Identity.Builder, IdentityOrBuilder> HandshakerResult.Builder.internalGetPeerIdentityFieldBuilder()The authenticated identity of the peer.private com.google.protobuf.RepeatedFieldBuilder<Identity, Identity.Builder, IdentityOrBuilder> StartClientHandshakeReq.Builder.internalGetTargetIdentitiesFieldBuilder()Methods in io.grpc.alts.internal with parameters of type Identity.BuilderModifier and TypeMethodDescriptionServerHandshakeParameters.Builder.addLocalIdentities(int index, Identity.Builder builderForValue) (Optional) A list of local identities supported by the server, if specified.ServerHandshakeParameters.Builder.addLocalIdentities(Identity.Builder builderForValue) (Optional) A list of local identities supported by the server, if specified.StartClientHandshakeReq.Builder.addTargetIdentities(int index, Identity.Builder builderForValue) (Optional) Describes which server identities are acceptable by the client.StartClientHandshakeReq.Builder.addTargetIdentities(Identity.Builder builderForValue) (Optional) Describes which server identities are acceptable by the client.ServerHandshakeParameters.Builder.setLocalIdentities(int index, Identity.Builder builderForValue) (Optional) A list of local identities supported by the server, if specified.HandshakerResult.Builder.setLocalIdentity(Identity.Builder builderForValue) The local identity used in the handshake.StartClientHandshakeReq.Builder.setLocalIdentity(Identity.Builder builderForValue) (Optional) Application may specify a local identity.HandshakerResult.Builder.setPeerIdentity(Identity.Builder builderForValue) The authenticated identity of the peer.StartClientHandshakeReq.Builder.setTargetIdentities(int index, Identity.Builder builderForValue) (Optional) Describes which server identities are acceptable by the client.