/* */ throws Exception
/* */ {
/* 115 */ String securityDomainName = name.get(1);
/* 116 */ SecurityDomainContext ctx = new SecurityDomainContext(JaasSecurityManagerService.access$000(securityDomainName), null);
/* 117 */ ctx.setAuthorizationManager(new JBossAuthorizationManager(securityDomainName, new SecurityAssociationHandler()));
/* 118 */ return new BrainlessContext(ctx)
/* */ {
/* */ public Object lookup(Name name) throws NamingException
/* */ {
/* 122 */ JaasSecurityManagerService.SecurityDomainObjectFactory.log.debug("lookup " + name);
/* 123 */ if (name.size() < 2) {