Class DoRevocationCacheOperation

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class DoRevocationCacheOperation extends AbstractProfileAction
Action that implements a JSON REST API for the RevocationCache interface.

The API supports GET, PUT/POST, and DELETE at the moment, using jsonapi.org conventions.

GET
Return a revocation record.
PUT/POST
Insert or update a revocation record.
DELETE
Delete revocation record.
Event:
EventIds.PROCEED_EVENT_ID, EventIds.INVALID_PROFILE_CTX, EventIds.IO_ERROR