Interface NameLookup

    • Method Detail

      • getUsername

        java.lang.String getUsername()
        Return name that should be used as the user identity
      • signIn

        boolean signIn​(CloudPlugin plugin,
                       BugCollection bugCollection)
                throws java.io.IOException
        tries to obtain a user name. May prompt the user and/or perform network activity.
        Parameters:
        plugin - TODO
        bugCollection -
        Returns:
        true if successful
        Throws:
        java.io.IOException