Interface AuthConnectionMessages.AuthRequestMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthConnectionMessages.AuthRequestMessage
,AuthConnectionMessages.AuthRequestMessage.Builder
- Enclosing class:
- AuthConnectionMessages
public static interface AuthConnectionMessages.AuthRequestMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string password = 2;
com.google.protobuf.ByteString
optional string password = 2;
Windows Authentication sometimes requires multiple client-to-server round-trips, but they must be handled as a sequence.com.google.protobuf.ByteString
Windows Authentication sometimes requires multiple client-to-server round-trips, but they must be handled as a sequence.LDAP uses username & password for authentication And the password field is re-used by Windows Authentication to hold Kerberos or NLTM tokens.com.google.protobuf.ByteString
LDAP uses username & password for authentication And the password field is re-used by Windows Authentication to hold Kerberos or NLTM tokens.boolean
optional string password = 2;
boolean
Windows Authentication sometimes requires multiple client-to-server round-trips, but they must be handled as a sequence.boolean
LDAP uses username & password for authentication And the password field is re-used by Windows Authentication to hold Kerberos or NLTM tokens.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUsername
boolean hasUsername()LDAP uses username & password for authentication And the password field is re-used by Windows Authentication to hold Kerberos or NLTM tokens.
optional string username = 1;
- Returns:
- Whether the username field is set.
-
getUsername
String getUsername()LDAP uses username & password for authentication And the password field is re-used by Windows Authentication to hold Kerberos or NLTM tokens.
optional string username = 1;
- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()LDAP uses username & password for authentication And the password field is re-used by Windows Authentication to hold Kerberos or NLTM tokens.
optional string username = 1;
- Returns:
- The bytes for username.
-
hasPassword
boolean hasPassword()optional string password = 2;
- Returns:
- Whether the password field is set.
-
getPassword
String getPassword()optional string password = 2;
- Returns:
- The password.
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()optional string password = 2;
- Returns:
- The bytes for password.
-
hasSequenceId
boolean hasSequenceId()Windows Authentication sometimes requires multiple client-to-server round-trips, but they must be handled as a sequence. To identify which sequence a message belongs to, we use an unique identifier per client.
optional string sequenceId = 3;
- Returns:
- Whether the sequenceId field is set.
-
getSequenceId
String getSequenceId()Windows Authentication sometimes requires multiple client-to-server round-trips, but they must be handled as a sequence. To identify which sequence a message belongs to, we use an unique identifier per client.
optional string sequenceId = 3;
- Returns:
- The sequenceId.
-
getSequenceIdBytes
com.google.protobuf.ByteString getSequenceIdBytes()Windows Authentication sometimes requires multiple client-to-server round-trips, but they must be handled as a sequence. To identify which sequence a message belongs to, we use an unique identifier per client.
optional string sequenceId = 3;
- Returns:
- The bytes for sequenceId.
-