/* 609 */ synchronized (this.runAsIdentity)
/* */ {
/* 611 */ SecurityIdentityMetaData si = ejb.getSecurityIdentity();
/* 612 */ if (si != null)
/* */ {
/* 614 */ RunAsMetaData runAs = si.getRunAs();
/* 615 */ if (runAs != null)
/* */ {
/* 617 */ String roleName = runAs.getRoleName();
/* 618 */ identity = new RunAsIdentityMetaData(roleName, null);
/* 619 */ this.runAsIdentity.put(ejbName, identity);
/* */ }
/* */ }
/* */ }