Interface ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder

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

public static interface ClientWireProtocol.ClientConnectionSSO2ResponseOrBuilder 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;
    • hasPollingIntervalSeconds

      boolean hasPollingIntervalSeconds()
       The minimum amount of time in seconds that the Client
       
      int32 pollingIntervalSeconds = 2;
      Returns:
      Whether the pollingIntervalSeconds field is set.
    • getPollingIntervalSeconds

      int getPollingIntervalSeconds()
       The minimum amount of time in seconds that the Client
       
      int32 pollingIntervalSeconds = 2;
      Returns:
      The pollingIntervalSeconds.
    • hasSessionInfo

      boolean hasSessionInfo()
       MUST wait between polling requests to the server
       
      .xg.cmdcomp.SessionInfo sessionInfo = 3;
      Returns:
      Whether the sessionInfo field is set.
    • getSessionInfo

       MUST wait between polling requests to the server
       
      .xg.cmdcomp.SessionInfo sessionInfo = 3;
      Returns:
      The sessionInfo.
    • getSessionInfoOrBuilder

      ClientWireProtocol.SessionInfoOrBuilder getSessionInfoOrBuilder()
       MUST wait between polling requests to the server
       
      .xg.cmdcomp.SessionInfo sessionInfo = 3;
    • getRedirect

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

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

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

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

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

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

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

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

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