Class HelloRequest
java.lang.Object
org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
- All Implemented Interfaces:
Message
Sent the first time we connect to a given server. The server
will respond with a
HelloResponse
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
boolean
-
Field Details
-
SERVER_INFO
public static final int SERVER_INFO- See Also:
-
CONNECTOR_KEY_LIST
public static final int CONNECTOR_KEY_LIST- See Also:
-
CONNECTOR_INFO
public static final int CONNECTOR_INFO- See Also:
-
-
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()
-