/* */ implements AspectFactory
/* */ {
/* */ public Object createPerClass(Advisor advisor)
/* */ {
/* 50 */ Object domain = null;
/* 51 */ Container container = (Container)advisor;
/* */ try
/* */ {
/* 54 */ InitialContext ctx = container.getInitialContext();
/* 55 */ SecurityDomain securityAnnotation = (SecurityDomain)advisor.resolveAnnotation(SecurityDomain.class);
/* */
/* 58 */ if (securityAnnotation == null) {
/* 59 */ return new NullInterceptor();
/* */ }