106107108109110111112
log.trace("Authentication failed", e); throw new WebApplicationException("Authentication failed", Status.FORBIDDEN); } // At this point we should be authenticated, return a new ticket return new AuthTicketXO().withT(authTickets.createTicket()); }