Does the system ticket imply any side effects?
Ticket originalSystemTicket = ... get system ticket from Engine ... Ticket systemTicket = originalSystemTicket.duplicate(); try { ... do whatever ... } finally { systemTicket.close(); }
Remember: This ticket is the master ticket without access restrictions. Limit use of this ticket must to their main task. Do not use them to open a back-door into the system.
تسجيل الدخول إلى حسابك