AbstractAbstractOnCalled when a claim is redeemed by an authenticated user.
Idempotency Requirement: Implementations of OnClaim must be safe to re-run
(idempotent). If downstream provisioning fails or throws an exception, the engine
automatically reverts the atomic CAS state back to 'Pending' so the customer can retry.
AbstractOnAbstractOnCalled when a claim is found to be expired or explicitly marked expired.
AbstractOn
Abstract base driver for pluggable claim type behaviors. Concrete subclasses register via
@RegisterClass(BaseIdentityClaimDriver, DriverClass).