com.sssw.rt.util
Interface AgiUserLogin
- public interface AgiUserLogin
Interface that provides User Login dialog.
prompt
public AgoUserLoginInfo prompt(String realm,
String username,
boolean forceDialog)
- Prompt for username and password.
- Parameters:
realm
- realm name to use for titleusername
- default username to prompt with if not nullforceDialog
- if true, must actually ask the user for the info, instead of
retuning any previously cached info (probably because the
cached info was already tried and failed).- Returns:
- instance of
AgoUserLoginInfo
or null