Package com.documentum.fc.client
Interface IDfTrustManager
public interface IDfTrustManager
An interface for obtaining Content server trust credentials.
A trust credential is login information for establishing authentication trust with a repository. In other words, a
privileged user and password that is capable of generating tickets for other users.
-
Method Summary
Modifier and TypeMethodDescriptiongetTrustCredential
(String docbaseName) Gets the credential necessary to establish trust with a specific repository.
-
Method Details
-
getTrustCredential
Gets the credential necessary to establish trust with a specific repository.- Returns:
- the credential for establishing trust. null is returned if no such credential exists.
-