SilverStream
Application Server 3.5

com.sssw.rt.util
Interface AgiUserLogin


public interface AgiUserLogin

Interface that provides User Login dialog.


Method Summary
 AgoUserLoginInfo prompt(String realm, String username, boolean forceDialog)
          Prompt for username and password.
 

Method Detail

prompt

public AgoUserLoginInfo prompt(String realm,
                               String username,
                               boolean forceDialog)
Prompt for username and password.
Parameters:
realm - realm name to use for title
username - default username to prompt with if not null
forceDialog - 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

SilverStream
Application Server 3.5