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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalInterceptionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
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)
-
-