Class AuthenticationService


  • public class AuthenticationService
    extends Object
    Web Service class for Authentication operations.
    Since:
    4.0.9
    Version:
    $Revision: 16824 $ $Date: 2015-01-23 18:49:12 -0200 (Fri, 23 Jan 2015) $
    • Constructor Detail

      • AuthenticationService

        public AuthenticationService()
    • Method Detail

      • loginUser

        public String loginUser​(String login,
                                String password)
                         throws WebServicePortalFault
        Logins a user using the specified password as his credentials, and returns the new sessionId for the logged in user. If the login fail, this method throws a PortalException.
        Parameters:
        login - the user's login.
        password - the user's password.
        Returns:
        the created sessionId
        Throws:
        WebServicePortalFault - if the login operation fails.