Class InterceptorRule

  • All Implemented Interfaces:
    Serializable

    @Entity
    public class InterceptorRule
    extends PersistentObject
    The model representing the rules for the GeoServer Interceptor class.

    A rule is following the schema:

    ...=

    The rules will be evaluated for every request where we determine the most specific rule to apply.

    Allowed values for the rule are ALLOW, DENY, MODIFY. Allowed values for the event are REQUEST and RESPONSE.

    Author:
    Daniel Koch, Kai Volland, terrestris GmbH & Co. KG
    See Also:
    Serialized Form