Class ResourceRole.ResourcePoliciesIndex

java.lang.Object
io.jmix.security.model.ResourceRole.ResourcePoliciesIndex
All Implemented Interfaces:
Serializable
Enclosing class:
ResourceRole

public static class ResourceRole.ResourcePoliciesIndex extends Object implements Serializable
A data structure that stores role policies grouped by policy type and resource. It simplifies operations like extracting policies for entity access for a sec_User entity.
See Also:
  • Method Details

    • getPoliciesByTypeAndResource

      public List<ResourcePolicy> getPoliciesByTypeAndResource(String policyType, String resource)
      Returns a list of policies of the specified type and resource.