/* 110 */ if ((bai instanceof AuthenticationInfo))
/* */ {
/* 113 */ ServerAuthModule sam = new DelegatingServerAuthModule();
/* 114 */ Map options = new HashMap();
/* 115 */ options.put("javax.security.auth.login.LoginContext", secDomain);
/* 116 */ sam.initialize(null, null, new SecurityAssociationHandler(), options);
/* 117 */ this.modules.add(sam);
/* */ }
/* */ else
/* */ {
/* 121 */ JASPIAuthenticationInfo jai = (JASPIAuthenticationInfo)bai;