Merge pull request #3302 from brewers/master

KEYCLOAK-3703 Fix entitlement function call in authorization
This commit is contained in:
Pedro Igor 2016-10-19 14:47:32 -02:00 committed by GitHub
commit 7dee39bbaa

View file

@ -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);
};