Class ExternalInterceptionService

java.lang.Object
io.jans.configapi.security.service.ExternalInterceptionService
All Implemented Interfaces:
Serializable

@ApplicationScoped @Named("interceptionService") public class ExternalInterceptionService extends Object implements Serializable
See Also:
  • Constructor Details

    • ExternalInterceptionService

      public ExternalInterceptionService()
  • Method Details

    • authorization

      public boolean authorization(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, io.jans.configapi.model.configuration.ApiAppConfiguration apiAppConfiguration, Map<String,Object> requestParameters, org.json.JSONObject responseAsJsonObject)