Uses of Interface
com.documentum.fc.common.IDfLoginInfo
Packages that use IDfLoginInfo
Package
Description
Provides an interface for accessing the DFC through OLE/COM.
Provides classes and interfaces to utility functionality associated with all DFC objects.
-
Uses of IDfLoginInfo in com.documentum.com
Methods in com.documentum.com that return IDfLoginInfoModifier and TypeMethodDescriptionDfClientX.getLoginInfo()
IDfClientX.getLoginInfo()
Factory method for anIDfLoginInfo
object. -
Uses of IDfLoginInfo in com.documentum.fc.client
Methods in com.documentum.fc.client that return IDfLoginInfoModifier and TypeMethodDescriptionIDfSessionManager.getIdentity
(String docbase) Retrieves a previously set identity for a given repository.IDfSession.getLoginInfo()
Returns a copy of the login information used to establish this DFC session.IDfTrustManager.getTrustCredential
(String docbaseName) Gets the credential necessary to establish trust with a specific repository.Methods in com.documentum.fc.client with parameters of type IDfLoginInfoModifier and TypeMethodDescriptionvoid
IDfSession.assume
(IDfLoginInfo loginInfo) Gives ownership of the session to a new user.void
DfClient.authenticate
(String docbaseName, IDfLoginInfo loginInfo) void
IDfClient.authenticate
(String docbaseName, IDfLoginInfo loginInfo) Validates a username/password combination without returning a new session.void
IDfSession.authenticate
(IDfLoginInfo loginInfo) Validates credentials without returning a new session.DfClient.getSharedSession
(String docbaseName, IDfLoginInfo loginInfo, String key) IDfClient.getSharedSession
(String docbaseName, IDfLoginInfo loginInfo, String key) Deprecated.DfClient.newSession
(String docbaseName, IDfLoginInfo loginInfo) IDfClient.newSession
(String docbaseName, IDfLoginInfo loginInfo) Factory method that always constructs a newIDfSession
object and establishes a new session with the specified Documentum server.void
IDfSessionManager.setIdentity
(String docbase, IDfLoginInfo identity) Sets the identity for "manual" user authentication. -
Uses of IDfLoginInfo in com.documentum.fc.common
Methods in com.documentum.fc.common with parameters of type IDfLoginInfoModifier and TypeMethodDescriptionboolean
IDfLoginInfo.matches
(IDfLoginInfo that) A little bit looser variation ofequals
that allows for objects of different implementation type to be compared for equality relative to
IDfLoginInfo
.
IDfSessionManager
instead for session sharing