Class LoginService


  • public class LoginService
    extends JSONService
    Login service which authenticates an existing user, given username and password and attaches the anonymously created lists to it. It requires token authentication
    Author:
    Daniela Butano
    • Constructor Detail

      • LoginService

        public LoginService​(InterMineAPI im)
        Constructor
        Parameters:
        im - A reference to the InterMine API settings bundle
    • Method Detail

      • getResultsKey

        protected java.lang.String getResultsKey()
        Overrides:
        getResultsKey in class JSONService
        Returns:
        The key for the results property.
      • execute

        protected void execute()
                        throws java.lang.Exception
        Description copied from class: WebService
        Runs service. This is abstract method, that must be defined in subclasses and so performs something useful. Standard procedure is overwrite this method in subclasses and let this method to be called from WebService.doGet method that encapsulates logic common for all web services else you can overwrite doGet method in your web service class and manage all the things alone.
        Specified by:
        execute in class WebService
        Throws:
        java.lang.Exception - if some error occurs