.. java:import:: java.util Formatter .. java:import:: java.util Map .. java:import:: java.util HashMap .. java:import:: org.json JSONObject .. java:import:: org.json JSONArray .. java:import:: io.netty.util CharsetUtil RoleCache ========= .. java:package:: io.aalam.common :noindex: .. java:type:: public class RoleCache Cache of all the permissions identifiers of the application Fields ------ _cache ^^^^^^ .. java:field:: static Map _cache :outertype: RoleCache log ^^^ .. java:field:: static final Logger log :outertype: RoleCache Methods ------- get ^^^ .. java:method:: public static Integer get(String permission) :outertype: RoleCache Get the permission identifier with it's name :param permission: Fully qualified permission name :return: Integer identifier for the permission