Package org.ehrbase.application.abac
Class AbacConfig.AbacCheck
java.lang.Object
org.ehrbase.application.abac.AbacConfig.AbacCheck
- Enclosing class:
- AbacConfig
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbacCheck
public AbacCheck(org.apache.http.client.HttpClient httpClient)
-
-
Method Details
-
execute
Helper to build and send the actual HTTP request to the ABAC server.- Parameters:
url- URL for ABAC server requestbodyMap- Map of attributes for the request- Returns:
- HTTP response
- Throws:
IOException- On error during attribute or HTTP handling
-