Class HelloRequest
- 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 aHelloResponse
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONNECTOR_INFO
static int
CONNECTOR_KEY_LIST
static int
SERVER_INFO
-
Constructor Summary
Constructors Constructor Description HelloRequest(int infoLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getInfoLevel()
boolean
isConnectorInfo()
boolean
isConnectorKeys()
boolean
isServerInfo()
-
-
-
Field Detail
-
SERVER_INFO
public static final int SERVER_INFO
- See Also:
- Constant Field Values
-
CONNECTOR_KEY_LIST
public static final int CONNECTOR_KEY_LIST
- See Also:
- Constant Field Values
-
CONNECTOR_INFO
public static final int CONNECTOR_INFO
- See Also:
- Constant Field Values
-
-