public static interface ConnectionAPI.HandshakeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCredentials(java.lang.String key)
Credentials used to authenticate with the security service
Not required if the server does not have a security service enabled
|
java.util.Map<java.lang.String,java.lang.String> |
getCredentials()
Deprecated.
|
int |
getCredentialsCount()
Credentials used to authenticate with the security service
Not required if the server does not have a security service enabled
|
java.util.Map<java.lang.String,java.lang.String> |
getCredentialsMap()
Credentials used to authenticate with the security service
Not required if the server does not have a security service enabled
|
java.lang.String |
getCredentialsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Credentials used to authenticate with the security service
Not required if the server does not have a security service enabled
|
java.lang.String |
getCredentialsOrThrow(java.lang.String key)
Credentials used to authenticate with the security service
Not required if the server does not have a security service enabled
|
java.lang.String |
getValueFormat()
Set the serialization format for values.
|
com.google.protobuf.ByteString |
getValueFormatBytes()
Set the serialization format for values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCredentialsCount()
Credentials used to authenticate with the security service Not required if the server does not have a security service enabled
map<string, string> credentials = 1;boolean containsCredentials(java.lang.String key)
Credentials used to authenticate with the security service Not required if the server does not have a security service enabled
map<string, string> credentials = 1;@Deprecated java.util.Map<java.lang.String,java.lang.String> getCredentials()
getCredentialsMap() instead.java.util.Map<java.lang.String,java.lang.String> getCredentialsMap()
Credentials used to authenticate with the security service Not required if the server does not have a security service enabled
map<string, string> credentials = 1;java.lang.String getCredentialsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Credentials used to authenticate with the security service Not required if the server does not have a security service enabled
map<string, string> credentials = 1;java.lang.String getCredentialsOrThrow(java.lang.String key)
Credentials used to authenticate with the security service Not required if the server does not have a security service enabled
map<string, string> credentials = 1;java.lang.String getValueFormat()
Set the serialization format for values. This should match the getID of a registered org.apache.geode.protocol.serialization.ValueSerializer on the server side. If set any EncodedValue can be sent using EncodedValue.customObjectResult, and EncodedValues sent by the server may also come back as EncodedValue.customObjectResult. If not set the server will attempt to convert non primative objects to JSON and send them as EncodedValue.jsonResult.
string valueFormat = 2;com.google.protobuf.ByteString getValueFormatBytes()
Set the serialization format for values. This should match the getID of a registered org.apache.geode.protocol.serialization.ValueSerializer on the server side. If set any EncodedValue can be sent using EncodedValue.customObjectResult, and EncodedValues sent by the server may also come back as EncodedValue.customObjectResult. If not set the server will attempt to convert non primative objects to JSON and send them as EncodedValue.jsonResult.
string valueFormat = 2;