Interface AuthConnectionMessages.AuthResponseMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthConnectionMessages.AuthResponseMessage
,AuthConnectionMessages.AuthResponseMessage.Builder
- Enclosing class:
- AuthConnectionMessages
public static interface AuthConnectionMessages.AuthResponseMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether the user was authenticated successfullyExtra base-64 challenge token received from the servercom.google.protobuf.ByteString
Extra base-64 challenge token received from the servere.g.com.google.protobuf.ByteString
e.g.optional .com.seeq.link.messages.ErrorInfo errorInfo = 12;
optional .com.seeq.link.messages.ErrorInfo errorInfo = 12;
optional string firstName = 5;
com.google.protobuf.ByteString
optional string firstName = 5;
optional string lastName = 6;
com.google.protobuf.ByteString
optional string lastName = 6;
When rejecting an authentication request, the connection may provide a reason.com.google.protobuf.ByteString
When rejecting an authentication request, the connection may provide a reason.getName()
Human name, e.g.com.google.protobuf.ByteString
Human name, e.g.Security identifier of the user that uniquely identify a group in the ADcom.google.protobuf.ByteString
Security identifier of the user that uniquely identify a group in the ADgetUserGroup
(int index) users groups of the authenticated userint
users groups of the authenticated userusers groups of the authenticated usergetUserGroupOrBuilder
(int index) users groups of the authenticated userusers groups of the authenticated userboolean
Tells if the user groups of the user were provided in the responseUnique identifier for the auth datasource, e.g.com.google.protobuf.ByteString
Unique identifier for the auth datasource, e.g.boolean
Whether the user was authenticated successfullyboolean
Extra base-64 challenge token received from the serverboolean
e.g.boolean
optional .com.seeq.link.messages.ErrorInfo errorInfo = 12;
boolean
optional string firstName = 5;
boolean
optional string lastName = 6;
boolean
When rejecting an authentication request, the connection may provide a reason.boolean
hasName()
Human name, e.g.boolean
Security identifier of the user that uniquely identify a group in the ADboolean
Tells if the user groups of the user were provided in the responseboolean
Unique identifier for the auth datasource, e.g.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
-
hasAuthenticated
boolean hasAuthenticated()Whether the user was authenticated successfully
required bool authenticated = 1;
- Returns:
- Whether the authenticated field is set.
-
getAuthenticated
boolean getAuthenticated()Whether the user was authenticated successfully
required bool authenticated = 1;
- Returns:
- The authenticated.
-
hasContinuation
boolean hasContinuation()Extra base-64 challenge token received from the server
optional string continuation = 2;
- Returns:
- Whether the continuation field is set.
-
getContinuation
String getContinuation()Extra base-64 challenge token received from the server
optional string continuation = 2;
- Returns:
- The continuation.
-
getContinuationBytes
com.google.protobuf.ByteString getContinuationBytes()Extra base-64 challenge token received from the server
optional string continuation = 2;
- Returns:
- The bytes for continuation.
-
hasUserId
boolean hasUserId()Unique identifier for the auth datasource, e.g. JohnSmith123
optional string userId = 3;
- Returns:
- Whether the userId field is set.
-
getUserId
String getUserId()Unique identifier for the auth datasource, e.g. JohnSmith123
optional string userId = 3;
- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()Unique identifier for the auth datasource, e.g. JohnSmith123
optional string userId = 3;
- Returns:
- The bytes for userId.
-
hasName
boolean hasName()Human name, e.g. John Smith
optional string name = 4;
- Returns:
- Whether the name field is set.
-
getName
String getName()Human name, e.g. John Smith
optional string name = 4;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Human name, e.g. John Smith
optional string name = 4;
- Returns:
- The bytes for name.
-
hasFirstName
boolean hasFirstName()optional string firstName = 5;
- Returns:
- Whether the firstName field is set.
-
getFirstName
String getFirstName()optional string firstName = 5;
- Returns:
- The firstName.
-
getFirstNameBytes
com.google.protobuf.ByteString getFirstNameBytes()optional string firstName = 5;
- Returns:
- The bytes for firstName.
-
hasLastName
boolean hasLastName()optional string lastName = 6;
- Returns:
- Whether the lastName field is set.
-
getLastName
String getLastName()optional string lastName = 6;
- Returns:
- The lastName.
-
getLastNameBytes
com.google.protobuf.ByteString getLastNameBytes()optional string lastName = 6;
- Returns:
- The bytes for lastName.
-
hasEmailAddress
boolean hasEmailAddress()e.g. john.smith@bigco.com
optional string emailAddress = 7;
- Returns:
- Whether the emailAddress field is set.
-
getEmailAddress
String getEmailAddress()e.g. john.smith@bigco.com
optional string emailAddress = 7;
- Returns:
- The emailAddress.
-
getEmailAddressBytes
com.google.protobuf.ByteString getEmailAddressBytes()e.g. john.smith@bigco.com
optional string emailAddress = 7;
- Returns:
- The bytes for emailAddress.
-
hasSecurityId
boolean hasSecurityId()Security identifier of the user that uniquely identify a group in the AD
optional string securityId = 8;
- Returns:
- Whether the securityId field is set.
-
getSecurityId
String getSecurityId()Security identifier of the user that uniquely identify a group in the AD
optional string securityId = 8;
- Returns:
- The securityId.
-
getSecurityIdBytes
com.google.protobuf.ByteString getSecurityIdBytes()Security identifier of the user that uniquely identify a group in the AD
optional string securityId = 8;
- Returns:
- The bytes for securityId.
-
getUserGroupList
List<AuthConnectionMessages.AuthResponseMessage.UserGroupInfo> getUserGroupList()users groups of the authenticated user
repeated .com.seeq.link.messages.connector.auth.AuthResponseMessage.UserGroupInfo userGroup = 9;
-
getUserGroup
users groups of the authenticated user
repeated .com.seeq.link.messages.connector.auth.AuthResponseMessage.UserGroupInfo userGroup = 9;
-
getUserGroupCount
int getUserGroupCount()users groups of the authenticated user
repeated .com.seeq.link.messages.connector.auth.AuthResponseMessage.UserGroupInfo userGroup = 9;
-
getUserGroupOrBuilderList
List<? extends AuthConnectionMessages.AuthResponseMessage.UserGroupInfoOrBuilder> getUserGroupOrBuilderList()users groups of the authenticated user
repeated .com.seeq.link.messages.connector.auth.AuthResponseMessage.UserGroupInfo userGroup = 9;
-
getUserGroupOrBuilder
users groups of the authenticated user
repeated .com.seeq.link.messages.connector.auth.AuthResponseMessage.UserGroupInfo userGroup = 9;
-
hasUserGroupsProvided
boolean hasUserGroupsProvided()Tells if the user groups of the user were provided in the response
optional bool userGroupsProvided = 10 [default = false];
- Returns:
- Whether the userGroupsProvided field is set.
-
getUserGroupsProvided
boolean getUserGroupsProvided()Tells if the user groups of the user were provided in the response
optional bool userGroupsProvided = 10 [default = false];
- Returns:
- The userGroupsProvided.
-
hasMessage
boolean hasMessage()When rejecting an authentication request, the connection may provide a reason. For example, the AD server could not be reached vs. the user account has been locked.
optional string message = 11;
- Returns:
- Whether the message field is set.
-
getMessage
String getMessage()When rejecting an authentication request, the connection may provide a reason. For example, the AD server could not be reached vs. the user account has been locked.
optional string message = 11;
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()When rejecting an authentication request, the connection may provide a reason. For example, the AD server could not be reached vs. the user account has been locked.
optional string message = 11;
- Returns:
- The bytes for message.
-
hasErrorInfo
boolean hasErrorInfo()optional .com.seeq.link.messages.ErrorInfo errorInfo = 12;
- Returns:
- Whether the errorInfo field is set.
-
getErrorInfo
ErrorMessage.ErrorInfo getErrorInfo()optional .com.seeq.link.messages.ErrorInfo errorInfo = 12;
- Returns:
- The errorInfo.
-
getErrorInfoOrBuilder
ErrorMessage.ErrorInfoOrBuilder getErrorInfoOrBuilder()optional .com.seeq.link.messages.ErrorInfo errorInfo = 12;
-