Uses of Class
com.collabnet.ce.soap60.fault.LoginFault
-
Packages that use LoginFault Package Description com.collabnet.ce.soap60.webservices.cemain -
-
Uses of LoginFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw LoginFault Modifier and Type Method Description StringCollabNetSoap. doMandatoryPasswordChange(String userName, String oldPassword, String newPassword)Allows user to change the password if and only if the password was set by an administrator.StringCollabNetSoap. getSessionId(String oneTimeToken)Returns current user session Id using one time token idStringCollabNetSoap. getWebAndSoapSessionId(String oneTimeToken)Gets the web and soap session id's separated by &StringCollabNetSoap. login(String userName, String password)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.StringCollabNetSoap. loginAnonymous(String anonSharedSecret)This method allows to login as anonymous to get TF default access.StringCollabNetSoap. loginWithToken(String username, String oneTimeToken)Logs in a user and creates a new session.
-