== Servlet Enforcement Filter The _Servlet Enforcement Filter_ implements a PEP that can be used to secure applications using the Servlet API. The are available just like any other Keycloak OpenID Connect Adapter. === Keycloak Adapter Enforcement Filter The *org.keycloak.authorization.policy.enforcer.servlet.KeycloakAdapterEnforcementFilter* can be used to protect applications using the {{book.project.name}} OpenID Connect Adapters. To configure it, change your web application descriptor (WEB-INF/web.xml) as follows: ```xml Keycloak Authorization Enforcer org.keycloak.authorization.policy.enforcer.servlet.KeycloakAdapterEnforcementFilter Keycloak Authorization Enforcer /* ``` In order to make it available to your application at runtime, you must create a *META-INF/jboss-deployment-structure.xml* at the application root directory. If you are using maven, this file can be placed under *src/main/webapp/META-INF/jboss-deployment-structure.xml*: ```xml