|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IDataEditionConnection | Represents a connection to a Data Edition. |
IMDMConnection | This class represents a connection to a Convergence For MDM instance authenticated with some credentials. |
IMDMCredential | Marker interface representing authentication credentials. |
Class Summary | |
---|---|
ConnectionConfig | Configures the way to connect to the Convergence For MDM instance. |
CookieCredential | This IMDMCredential implementation is useful when client is a webapp running
inside a servlet container and when single sign-on is configured between this web app and Convergence for MDM web application. |
MDMConnectionFactory | This class allows to create client connections to a Convergence for MDM instance. |
UsernamePassword | Username password credential. |
Enum Summary | |
---|---|
PlatformStatus | Enum indicating the possible status of the MDM platform. |
Exception Summary | |
---|---|
AuthenticationFailedException | Exception raised when authentication failed |
InvalidBaseUrlException | Exception raised if BaseURL is malformed |
NoSuchDataEditionException | |
ServiceNotReacheableException |
Provides the classes to connect to a Semarchy For MDM instance and to use the services provided by the instance.
The first class you should look at is MDMConnectionFactory
which allows to create IMDMConnection
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |