Apache Shiro · Example Payload

Apache Shiro Role List Example

AuthenticationAuthorizationCryptographyJavaSecurityApacheOpen Source

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

Top-level fields

principalroles

Example Payload

Raw ↑
{
  "principal": "example",
  "roles": [
    "example"
  ]
}