java.lang.Object
org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
All Implemented Interfaces:
Message

public class HelloRequest extends Object implements Message
Sent the first time we connect to a given server. The server will respond with a HelloResponse.
  • Field Details

  • Constructor Details

    • HelloRequest

      public HelloRequest(int infoLevel)
  • Method Details

    • getInfoLevel

      public int getInfoLevel()
    • isServerInfo

      public boolean isServerInfo()
    • isConnectorKeys

      public boolean isConnectorKeys()
    • isConnectorInfo

      public boolean isConnectorInfo()