Uses of Interface
com.semarchy.mdm.client.IMDMCredential

Packages that use IMDMCredential
com.semarchy.mdm.client Provides the classes to connect to a Semarchy For MDM instance and to use the services provided by the instance. 
 

Uses of IMDMCredential in com.semarchy.mdm.client
 

Classes in com.semarchy.mdm.client that implement IMDMCredential
 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.
 

Methods in com.semarchy.mdm.client with parameters of type IMDMCredential
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 © 2015. All Rights Reserved.