mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Exposing the authz client
This commit is contained in:
parent
960e3503ec
commit
2cd82b9861
@ -131,6 +131,10 @@ public class PolicyEnforcer {
|
||||
return httpClient;
|
||||
}
|
||||
|
||||
public AuthzClient getAuthzClient() {
|
||||
return authzClient;
|
||||
}
|
||||
|
||||
public Map<String, PathConfig> getPaths() {
|
||||
return Collections.unmodifiableMap(paths);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user