public AttributeAuthorizingMethodInterceptor() { MethodInterceptors = new IAuthorizingMethodInterceptor[] { new RolesAttributeMethodInterceptor(), new PermissionsAttributeMethodInterceptor(), new AuthenticatedAttributeMethodInterceptor(), new UserAttributeMethodInterceptor(), new GuestAttributeMethodInterceptor() }; }