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 anIDfLoginInfoobject. -
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 TypeMethodDescriptionvoidIDfSession.assume(IDfLoginInfo loginInfo) Gives ownership of the session to a new user.voidDfClient.authenticate(String docbaseName, IDfLoginInfo loginInfo) voidIDfClient.authenticate(String docbaseName, IDfLoginInfo loginInfo) Validates a username/password combination without returning a new session.voidIDfSession.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 newIDfSessionobject and establishes a new session with the specified Documentum server.voidIDfSessionManager.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 TypeMethodDescriptionbooleanIDfLoginInfo.matches(IDfLoginInfo that) A little bit looser variation ofequalsthat allows for objects of different implementation type to be compared for equality relative toIDfLoginInfo.
IDfSessionManagerinstead for session sharing