11121314151617
*/ public class PermissionManager { BackbonePermissions backbone; public PermissionManager() { backbone = new BackbonePermissions(); }