Apache Shiro · JSON Structure

Apache Shiro Permission Check Request Structure

Permission check request

Type: object Properties: 1 Required: 1
AuthenticationAuthorizationCryptographyJavaSecurityApacheOpen Source

PermissionCheckRequest is a JSON Structure definition published by Apache Shiro, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

permission

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-shiro/refs/heads/main/json-structure/apache-shiro-permission-check-request-structure.json",
  "description": "Permission check request",
  "type": "object",
  "properties": {
    "permission": {
      "type": "string",
      "description": "Shiro permission string (e.g. printer:print, user:edit:123)"
    }
  },
  "required": [
    "permission"
  ],
  "name": "PermissionCheckRequest"
}