Class HelloResponse
java.lang.Object
org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
- All Implemented Interfaces:
Message
Sent in response to a
HelloRequest
.-
Field Summary
-
Constructor Summary
ConstructorDescriptionHelloResponse
(Throwable exception, Map<String, Object> serverInfo, List<ConnectorKey> connectorKeys, List<RemoteConnectorInfoImpl> connectorInfos) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
SERVER_START_TIME
- See Also:
-
-
Constructor Details
-
HelloResponse
public HelloResponse(Throwable exception, Map<String, Object> serverInfo, List<ConnectorKey> connectorKeys, List<RemoteConnectorInfoImpl> connectorInfos)
-
-
Method Details
-
getException
-
getConnectorInfos
-
getConnectorKeys
-
getServerInfo
-
getStartTime
-