Apache Shiro · Example Payload

Apache Shiro User Request Example

AuthenticationAuthorizationCryptographyJavaSecurityApacheOpen Source

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

Top-level fields

usernamepasswordemailroles

Example Payload

Raw ↑
{
  "username": "example-name",
  "password": "example",
  "email": "example",
  "roles": [
    "example"
  ]
}