Package | Description |
---|---|
com.semarchy.mdm.client |
Provides the classes to connect to a Semarchy For MDM instance and to use the services provided by the instance.
|
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
UsernamePassword
Username password credential.
|
Modifier and Type | Method and Description |
---|---|
static IMDMConnection |
MDMConnectionFactory.connect(ICacheResolver pCacheResolver,
ConnectionConfig pConfig,
IMDMCredential pCredentials)
Similar to
MDMConnectionFactory.connect(String, IMDMCredential) except that the
ICacheResolver parameter allows to control the scope of client
side caching. |
static IMDMConnection |
MDMConnectionFactory.connect(String pSemarchyBaseURL,
IMDMCredential pCredentials)
Similar to
MDMConnectionFactory.connect(String, String, String) except that the
client will be authenticated with the provided IMDMCredential . |
Copyright © 2016. All rights reserved.