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 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

       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

       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;