Package org.iam.policy


package org.iam.policy
IAM policy representation and parsing support.

This package groups policy-related abstractions used by AccessRefinery and is organized into subpackages:

  • org.iam.policy.grammer: JSON grammar/DTO layer and deserializers for policy documents
  • org.iam.policy.model: MCP-aware symbolic policy model and statement components

Together, these components transform raw policy documents into analyzable symbolic structures for intent mining and reduction.