Interface PolicyExecutorService

    • Method Detail

      • configKey

        String configKey()
        Configuration key that is expected by this policy validator service. This is obtained from policy-validator area in configuration. Example:
         security.providers:
          - abac
            policy-validator:
              my-custom-policy-engine:
                some-key: "some value"
                another-key: "another value"
         
        Returns:
        configuration key (e.g. "my-custom-policy-engine" from example above)