* @param entity the entity
*/
@Post
public final void acceptRepresentation(final Representation entity) {
LOGGER.debug("Obtaining credentials...");
final Credential c = obtainCredentials();
Formatter fmt = null;
try {
final String ticketGrantingTicketId = this.centralAuthenticationService.createTicketGrantingTicket(c);
getResponse().setStatus(determineStatus());