Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ClientConnectionGCM2OrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ClientConnectionGCM2,ClientWireProtocol.ClientConnectionGCM2.Builder
- Enclosing class:
ClientWireProtocol
public static interface ClientWireProtocol.ClientConnectionGCM2OrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes cipher = 1;booleanbool explicitSSO = 5;booleangetForce()Force = true means not allowed to redirect the connectioncom.google.protobuf.ByteStringgetHmac()bytes hmac = 3;string pubKey = 4;com.google.protobuf.ByteStringstring pubKey = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCipher
com.google.protobuf.ByteString getCipher()bytes cipher = 1;- Returns:
- The cipher.
-
getForce
boolean getForce()Force = true means not allowed to redirect the connection
bool force = 2;- Returns:
- The force.
-
getHmac
com.google.protobuf.ByteString getHmac()bytes hmac = 3;- Returns:
- The hmac.
-
getPubKey
String getPubKey()string pubKey = 4;- Returns:
- The pubKey.
-
getPubKeyBytes
com.google.protobuf.ByteString getPubKeyBytes()string pubKey = 4;- Returns:
- The bytes for pubKey.
-
getExplicitSSO
boolean getExplicitSSO()bool explicitSSO = 5;- Returns:
- The explicitSSO.
-