Apache Shiro · Example Payload

Apache Shiro Permission Check Result Example

AuthenticationAuthorizationCryptographyJavaSecurityApacheOpen Source

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

Top-level fields

permissionpermittedprincipal

Example Payload

Raw ↑
{
  "permission": "example",
  "permitted": true,
  "principal": "example"
}