730731732733734735736737
if (loginConfig.isSetRealmName()) { webModuleData.setAttribute("realmName", loginConfig.getRealmName().getStringValue()); } } else if (jettyWebApp.isSetSecurityRealmName()) { webModuleData.setAttribute("authenticator", new NonAuthenticator()); } }
746747748749750751752753
767768769770771772773774
726727728729730731732733
768769770771772773774775