Account lockout manager needs a documented means of querying/clearing state.
Basics
Logistics
Basics
Logistics
Description
Environment
None
Activity
Show:
Scott Cantor January 31, 2018 at 9:58 PMEdited
Added flow that fetches AccountLockoutManager bean and calls its methods.
/bean ID/key
GET calls check, POST increments, DELETE clears.
To support this, it will usually mean moving the bean definition for the manager from the password login config out to global.xml, so the parent bean was moved from the internals of the flow out to global-system.xml.
The original work to expose the account lockout state got diverted into a general flow to access storage services, which isn't a supported way of doing this.