/* */ }
/* */
/* 1121 */ addClassAnnotation(container, annotation.annotationType(), annotation);
/* 1122 */ } else if (this.dd.getUnauthenticatedPrincipal() != null)
/* */ {
/* 1124 */ SecurityDomain annotation = (SecurityDomain)this.ejbClass.getAnnotation(SecurityDomain.class);
/* */ SecurityDomainImpl override;
/* 1126 */ if (annotation != null)
/* */ {
/* 1128 */ SecurityDomainImpl override = new SecurityDomainImpl(annotation.value());
/* 1129 */ override.setUnauthenticatedPrincipal(this.dd.getUnauthenticatedPrincipal());
/* */ }
/* */ else
/* */ {
/* 1134 */ override = new SecurityDomainImpl();