Exposing the authz client

This commit is contained in:
Pedro Igor 2023-05-05 09:04:46 -03:00
parent 960e3503ec
commit 2cd82b9861

View file

@ -131,6 +131,10 @@ public class PolicyEnforcer {
return httpClient;
}
public AuthzClient getAuthzClient() {
return authzClient;
}
public Map<String, PathConfig> getPaths() {
return Collections.unmodifiableMap(paths);
}