Merge pull request #3302 from brewers/master
KEYCLOAK-3703 Fix entitlement function call in authorization
This commit is contained in:
commit
7dee39bbaa
1 changed files with 31 additions and 31 deletions
|
@ -112,6 +112,9 @@
|
|||
}
|
||||
};
|
||||
|
||||
return this;
|
||||
};
|
||||
|
||||
/**
|
||||
* Obtains all entitlements from a Keycloak Server based on a give resourceServerId.
|
||||
*/
|
||||
|
@ -152,9 +155,6 @@
|
|||
return this;
|
||||
};
|
||||
|
||||
return this;
|
||||
};
|
||||
|
||||
this.init(this);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue