Package | Description |
---|---|
com.documentum.fc.client |
Provides classes and interfaces for managing sessions and manipulating data in the repository. |
Modifier and Type | Method and Description |
---|---|
static DfPrincipalException |
DfPrincipalException.convertToPrincipalException(java.lang.Exception e) |
static DfPrincipalException |
DfPrincipalException.newBadPrincipalSessionException() |
static DfPrincipalException |
DfPrincipalException.newNoPrincipalSupportException() |
Modifier and Type | Method and Description |
---|---|
void |
IDfSessionManager.authenticate(java.lang.String docbase)
Takes the repository name as an argument and throws an exception on bad user credentials.
|
IDfSession |
IDfSessionManager.getSession(java.lang.String docbase)
To get the session handle a service implementation should call the
getSession method. |
IDfSession |
IDfPrincipalSupport.getSession(java.lang.String docbaseName,
java.lang.String principalName)
Retrieves a session for a given principal and repository.
|
IDfSession |
IDfSessionManager.newSession(java.lang.String docbase)
To get a new instance of a DFC session,
newSession retrieves a new session for the given repository. |
Copyright 1994-2023 OpenText Corporation. All rights reserved.