Class DoLockoutManagerOperation

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

public class DoLockoutManagerOperation extends AbstractProfileAction
Action that implements a JSON REST API for the AccountLockoutManager interface.

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

GET
Check for lockout.
POST
Increment lockout.
DELETE
Clear lockout count.
Event:
EventIds.PROCEED_EVENT_ID, EventIds.INVALID_PROFILE_CTX, EventIds.IO_ERROR