Uses of Class
com.documentum.fc.client.DfPrincipalException
Packages that use DfPrincipalException
-
Uses of DfPrincipalException in com.documentum.fc.client
Methods in com.documentum.fc.client that return DfPrincipalExceptionModifier and TypeMethodDescriptionstatic DfPrincipalExceptionDfPrincipalException.convertToPrincipalException(Exception e) static DfPrincipalExceptionDfPrincipalException.newBadPrincipalSessionException()static DfPrincipalExceptionDfPrincipalException.newNoPrincipalSupportException()Methods in com.documentum.fc.client that throw DfPrincipalExceptionModifier and TypeMethodDescriptionvoidIDfSessionManager.authenticate(String docbase) Takes the repository name as an argument and throws an exception on bad user credentials.IDfPrincipalSupport.getSession(String docbaseName, String principalName) Retrieves a session for a given principal and repository.IDfSessionManager.getSession(String docbase) To get the session handle a service implementation should call thegetSessionmethod.IDfSessionManager.newSession(String docbase) To get a new instance of a DFC session,newSessionretrieves a new session for the given repository.