Interface ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ClientWireProtocol.ClientConnectionSecurityTokenResponse, ClientWireProtocol.ClientConnectionSecurityTokenResponse.Builder
Enclosing class:
ClientWireProtocol

public static interface ClientWireProtocol.ClientConnectionSecurityTokenResponseOrBuilder extends MessageOrBuilder
  • Method Details

    • hasResponse

      boolean hasResponse()
      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      Whether the response field is set.
    • getResponse

      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      The response.
    • getResponseOrBuilder

      .xg.cmdcomp.ConfirmationResponse response = 1;
    • getRedirect

      boolean getRedirect()
       Redirect = true, means we are telling client to connect elsewhere
       
      bool redirect = 2;
      Returns:
      The redirect.
    • getRedirectHost

      String getRedirectHost()
      string redirectHost = 3;
      Returns:
      The redirectHost.
    • getRedirectHostBytes

      ByteString getRedirectHostBytes()
      string redirectHost = 3;
      Returns:
      The bytes for redirectHost.
    • getRedirectPort

      int getRedirectPort()
      fixed32 redirectPort = 4;
      Returns:
      The redirectPort.
    • getSecondaryList

      repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
    • getSecondary

      repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
    • getSecondaryCount

      int getSecondaryCount()
      repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
    • getSecondaryOrBuilderList

      List<? extends ClientWireProtocol.SecondaryInterfaceListOrBuilder> getSecondaryOrBuilderList()
      repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
    • getSecondaryOrBuilder

      ClientWireProtocol.SecondaryInterfaceListOrBuilder getSecondaryOrBuilder(int index)
      repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;
    • getServerSessionId

      String getServerSessionId()
       Different from 'sessionID' which belongs to the client.
       
      string serverSessionId = 7;
      Returns:
      The serverSessionId.
    • getServerSessionIdBytes

      ByteString getServerSessionIdBytes()
       Different from 'sessionID' which belongs to the client.
       
      string serverSessionId = 7;
      Returns:
      The bytes for serverSessionId.
    • getFullyQualifiedUsername

      String getFullyQualifiedUsername()
       The fully qualified username used for the connection
       
      string fullyQualifiedUsername = 8;
      Returns:
      The fullyQualifiedUsername.
    • getFullyQualifiedUsernameBytes

      ByteString getFullyQualifiedUsernameBytes()
       The fully qualified username used for the connection
       
      string fullyQualifiedUsername = 8;
      Returns:
      The bytes for fullyQualifiedUsername.