Searched defs:UNABLE_TO_RETRIEVE_TICKET_MESSAGE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DAuthorizationRequestEndpoint.java86 private static final String UNABLE_TO_RETRIEVE_TICKET_MESSAGE = "Unable to retrieve Permission Ticket"; field in class:AuthorizationRequestEndpoint
388 throw new UmaException(400, UmaConstants.INVALID_TICKET_ERROR_CODE, UNABLE_TO_RETRIEVE_TICKET_MESSAGE);
401 throw new BadRequestException(UNABLE_TO_RETRIEVE_TICKET_MESSAGE);
405 throw new BadRequestException(UNABLE_TO_RETRIEVE_TICKET_MESSAGE);
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DAuthorizationRequestEndpoint.java85 private static final String UNABLE_TO_RETRIEVE_TICKET_MESSAGE = "Unable to retrieve Permission Ticket"; field in class:AuthorizationRequestEndpoint
387 throw new UmaException(400, UmaConstants.INVALID_TICKET_ERROR_CODE, UNABLE_TO_RETRIEVE_TICKET_MESSAGE);
400 throw new BadRequestException(UNABLE_TO_RETRIEVE_TICKET_MESSAGE);
404 throw new BadRequestException(UNABLE_TO_RETRIEVE_TICKET_MESSAGE);

Completed in 29 milliseconds