Apache Shiro · Example Payload

Apache Shiro Session Example

AuthenticationAuthorizationCryptographyJavaSecurityApacheOpen Source

Apache Shiro Session Example is an example object payload from Apache Shiro, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstartTimestamplastAccessTimetimeouthostexpired

Example Payload

Raw ↑
{
  "id": "500123",
  "startTimestamp": "2026-04-19T10:00:00Z",
  "lastAccessTime": "2026-04-19T10:00:00Z",
  "timeout": 1234,
  "host": "example",
  "expired": true
}