Uses of Class
com.collabnet.ce.soap60.fault.LoginFault
Packages that use LoginFault
-
Uses of LoginFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw LoginFaultModifier and TypeMethodDescriptionCollabNetSoap.doMandatoryPasswordChange
(String userName, String oldPassword, String newPassword) Allows user to change the password if and only if the password was set by an administrator.CollabNetSoap.getSessionId
(String oneTimeToken) Returns current user session Id using one time token idCollabNetSoap.getWebAndSoapSessionId
(String oneTimeToken) Gets the web and soap session id's separated by &Logs in a user and creates a new session.This will throw login fault if the user's password was set by an administrator and if the user has not changed it yet.CollabNetSoap.loginAnonymous
(String anonSharedSecret) This method allows to login as anonymous to get TF default access.CollabNetSoap.loginWithToken
(String username, String oneTimeToken) Logs in a user and creates a new session.