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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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)
-
Constructor Details
-
ExternalInterceptionService
public ExternalInterceptionService()
-
-
Method Details
-
authorization
-