| 程序包 | 说明 |
|---|---|
| com.alibaba.nacos.istio.model |
| 限定符和类型 | 字段和说明 |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<Server.TLSOptions,Server.TLSOptions.Builder,Server.TLSOptionsOrBuilder> |
Server.Builder.tlsBuilder_ |
| 限定符和类型 | 方法和说明 |
|---|---|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addAllCipherSuites(java.lang.Iterable<java.lang.String> values)
Optional: If specified, only support the specified cipher list.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addAllSubjectAltNames(java.lang.Iterable<java.lang.String> values)
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addAllVerifyCertificateHash(java.lang.Iterable<java.lang.String> values)
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addAllVerifyCertificateSpki(java.lang.Iterable<java.lang.String> values)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addCipherSuites(java.lang.String value)
Optional: If specified, only support the specified cipher list.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addCipherSuitesBytes(com.google.protobuf.ByteString value)
Optional: If specified, only support the specified cipher list.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addSubjectAltNames(java.lang.String value)
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addSubjectAltNamesBytes(com.google.protobuf.ByteString value)
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addVerifyCertificateHash(java.lang.String value)
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addVerifyCertificateHashBytes(com.google.protobuf.ByteString value)
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addVerifyCertificateSpki(java.lang.String value)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.addVerifyCertificateSpkiBytes(com.google.protobuf.ByteString value)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clear() |
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearCaCertificates()
REQUIRED if mode is `MUTUAL`.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearCipherSuites()
Optional: If specified, only support the specified cipher list.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearCredentialName()
The credentialName stands for a unique identifier that can be used
to identify the serverCertificate and the privateKey.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearHttpsRedirect()
If set to true, the load balancer will send a 301 redirect for all
http connections, asking the clients to use HTTPS.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearMaxProtocolVersion()
Optional: Maximum TLS protocol version.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearMinProtocolVersion()
Optional: Minimum TLS protocol version.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearMode()
Optional: Indicates whether connections to this port should be
secured using TLS.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearPrivateKey()
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearServerCertificate()
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearSubjectAltNames()
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearVerifyCertificateHash()
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clearVerifyCertificateSpki()
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.clone() |
Server.TLSOptions.Builder |
Server.Builder.getTlsBuilder()
Set of TLS related options that govern the server's behavior.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.mergeFrom(Server.TLSOptions other) |
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Server.TLSOptions.Builder |
Server.TLSOptions.newBuilder() |
static Server.TLSOptions.Builder |
Server.TLSOptions.newBuilder(Server.TLSOptions prototype) |
Server.TLSOptions.Builder |
Server.TLSOptions.newBuilderForType() |
protected Server.TLSOptions.Builder |
Server.TLSOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setCaCertificates(java.lang.String value)
REQUIRED if mode is `MUTUAL`.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setCaCertificatesBytes(com.google.protobuf.ByteString value)
REQUIRED if mode is `MUTUAL`.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setCipherSuites(int index,
java.lang.String value)
Optional: If specified, only support the specified cipher list.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setCredentialName(java.lang.String value)
The credentialName stands for a unique identifier that can be used
to identify the serverCertificate and the privateKey.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setCredentialNameBytes(com.google.protobuf.ByteString value)
The credentialName stands for a unique identifier that can be used
to identify the serverCertificate and the privateKey.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setHttpsRedirect(boolean value)
If set to true, the load balancer will send a 301 redirect for all
http connections, asking the clients to use HTTPS.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setMaxProtocolVersion(Server.TLSOptions.TLSProtocol value)
Optional: Maximum TLS protocol version.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setMaxProtocolVersionValue(int value)
Optional: Maximum TLS protocol version.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setMinProtocolVersion(Server.TLSOptions.TLSProtocol value)
Optional: Minimum TLS protocol version.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setMinProtocolVersionValue(int value)
Optional: Minimum TLS protocol version.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setMode(Server.TLSOptions.TLSmode value)
Optional: Indicates whether connections to this port should be
secured using TLS.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setModeValue(int value)
Optional: Indicates whether connections to this port should be
secured using TLS.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setPrivateKey(java.lang.String value)
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setPrivateKeyBytes(com.google.protobuf.ByteString value)
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setServerCertificate(java.lang.String value)
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setServerCertificateBytes(com.google.protobuf.ByteString value)
REQUIRED if mode is `SIMPLE` or `MUTUAL`.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setSubjectAltNames(int index,
java.lang.String value)
A list of alternate names to verify the subject identity in the
certificate presented by the client.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setVerifyCertificateHash(int index,
java.lang.String value)
An optional list of hex-encoded SHA-256 hashes of the
authorized client certificates.
|
Server.TLSOptions.Builder |
Server.TLSOptions.Builder.setVerifyCertificateSpki(int index,
java.lang.String value)
An optional list of base64-encoded SHA-256 hashes of the SKPIs of
authorized client certificates.
|
Server.TLSOptions.Builder |
Server.TLSOptions.toBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<Server.TLSOptions,Server.TLSOptions.Builder,Server.TLSOptionsOrBuilder> |
Server.Builder.getTlsFieldBuilder()
Set of TLS related options that govern the server's behavior.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Server.Builder |
Server.Builder.setTls(Server.TLSOptions.Builder builderForValue)
Set of TLS related options that govern the server's behavior.
|
Copyright © 2018–2020 Alibaba Group. All rights reserved.