Class PolicyValidator.PolicyConfig

    • Method Detail

      • policyStatements

        public List<String> policyStatements()
        The policy statements collected through configuration hierarchy.
        Returns:
        list of statements in order they should be executed
      • shouldInherit

        public boolean shouldInherit()
        Whether to inherit statements from parent configurations.
        Returns:
        true to inherit, false to execute only this class's statements