Package | Description |
---|---|
com.documentum.com |
Provides an interface for accessing the DFC through OLE/COM.
|
com.documentum.fc.client |
Provides classes and interfaces for managing sessions and manipulating data in the repository. |
com.documentum.fc.common |
Provides classes and interfaces to utility functionality associated with all DFC objects.
|
Modifier and Type | Method and Description |
---|---|
IDfLoginInfo |
IDfClientX.getLoginInfo()
Factory method for an
IDfLoginInfo object. |
IDfLoginInfo |
DfClientX.getLoginInfo() |
Modifier and Type | Method and Description |
---|---|
IDfLoginInfo |
IDfSessionManager.getIdentity(java.lang.String docbase)
Retrieves a previously set identity for a given repository.
|
IDfLoginInfo |
IDfSession.getLoginInfo()
Returns a copy of the login information used to establish this DFC session.
|
IDfLoginInfo |
IDfTrustManager.getTrustCredential(java.lang.String docbaseName)
Gets the credential necessary to establish trust with a specific repository.
|
Modifier and Type | Method and Description |
---|---|
void |
IDfSession.assume(IDfLoginInfo loginInfo)
Gives ownership of the session to a new user.
|
void |
IDfSession.authenticate(IDfLoginInfo loginInfo)
Validates credentials without returning a new session.
|
void |
IDfClient.authenticate(java.lang.String docbaseName,
IDfLoginInfo loginInfo)
Validates a username/password combination without returning a new session.
|
void |
DfClient.authenticate(java.lang.String docbaseName,
IDfLoginInfo loginInfo) |
IDfSession |
IDfClient.getSharedSession(java.lang.String docbaseName,
IDfLoginInfo loginInfo,
java.lang.String key)
Deprecated.
use
IDfSessionManager instead for session sharing |
IDfSession |
DfClient.getSharedSession(java.lang.String docbaseName,
IDfLoginInfo loginInfo,
java.lang.String key) |
IDfSession |
IDfClient.newSession(java.lang.String docbaseName,
IDfLoginInfo loginInfo)
Factory method that always constructs a new
IDfSession object and establishes a new session with the
specified Documentum server. |
IDfSession |
DfClient.newSession(java.lang.String docbaseName,
IDfLoginInfo loginInfo) |
void |
IDfSessionManager.setIdentity(java.lang.String docbase,
IDfLoginInfo identity)
Sets the identity for "manual" user authentication.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IDfLoginInfo.matches(IDfLoginInfo that)
A little bit looser variation of
equals |
Copyright 1994-2023 OpenText Corporation. All rights reserved.