Interface NameLookup
- All Known Implementing Classes:
LocalNameLookup
,NoNameLookup
,PromptForNameLookup
,WebCloudNameLookup
public interface NameLookup
- Author:
- pugh
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturn name that should be used as the user identityboolean
signIn
(CloudPlugin plugin, BugCollection bugCollection) tries to obtain a user name.
-
Field Details
-
USER_NAME
- See Also:
-
-
Method Details
-
getUsername
String getUsername()Return name that should be used as the user identity -
signIn
tries to obtain a user name. May prompt the user and/or perform network activity.- Parameters:
plugin
- TODObugCollection
-- Returns:
- true if successful
- Throws:
IOException
-