Interface BasePolicy

All Known Subinterfaces:
BaseSecurityPolicy, HttpPolicy, HttpSecurityPolicy, KafkaPolicy, KafkaSecurityPolicy, Policy, SecurityPolicy

public interface BasePolicy
Author:
Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    The id of the policy (usually the same id as defined in the policy manifest)
  • Method Details

    • id

      String id()
      The id of the policy (usually the same id as defined in the policy manifest)
      Returns:
      the id of the policy.