Exposing the authz client
This commit is contained in:
parent
960e3503ec
commit
2cd82b9861
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,10 @@ public class PolicyEnforcer {
|
|||
return httpClient;
|
||||
}
|
||||
|
||||
public AuthzClient getAuthzClient() {
|
||||
return authzClient;
|
||||
}
|
||||
|
||||
public Map<String, PathConfig> getPaths() {
|
||||
return Collections.unmodifiableMap(paths);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue