loginChooser.addPara().addContent(T_para1);
List list = loginChooser.addList("login-options", List.TYPE_SIMPLE);
while (authMethods.hasNext()) {
final AuthenticationMethod authMethod = (AuthenticationMethod) authMethods
.next();
HttpServletRequest hreq = (HttpServletRequest) this.objectModel
.get(HttpEnvironment.HTTP_REQUEST_OBJECT);
HttpServletResponse hresp = (HttpServletResponse) this.objectModel
.get(HttpEnvironment.HTTP_RESPONSE_OBJECT);
String loginURL = authMethod.loginPageURL(context, hreq, hresp);
String authTitle = authMethod.loginPageTitle(context);
if (loginURL != null && authTitle != null)
{
if (ConfigurationManager.getBooleanProperty("xmlui.force.ssl")