Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The bean ID specifies the specific bean of type RevocationCache. The context and key values will depend on the use case (e.g., see AdministrativeLogout for an example, also the examples below).

These HTTP methods are supported:

  1. GET – query for a revocation record matching a particular key

  2. PUT/POST – create or update the expiration of a revocation record

    1. The request body must contain the URL encoded parameter value (the record value to store), and optionally duration (record lifetime in seconds or in XML duration syntax).

  3. DELETE – remove a revocation record manually

Example revocation operations

...