Interface NameLookup

All Known Implementing Classes:
LocalNameLookup, NoNameLookup, PromptForNameLookup, WebCloudNameLookup

public interface NameLookup
Author:
pugh
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Return name that should be used as the user identity
    boolean
    signIn(CloudPlugin plugin, BugCollection bugCollection)
    tries to obtain a user name.
  • Field Details

  • Method Details

    • getUsername

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

      boolean signIn(CloudPlugin plugin, BugCollection bugCollection) throws 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:
      IOException