Apache Shiro · Example Payload

Apache Shiro User Example

AuthenticationAuthorizationCryptographyJavaSecurityApacheOpen Source

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

Top-level fields

idusernameemailroleslocked

Example Payload

Raw ↑
{
  "id": "500123",
  "username": "example-name",
  "email": "example",
  "roles": [
    "example"
  ],
  "locked": true
}