OWL ITS + 탐지시스템(인터넷 진흥원)
src/main/java/kr/wisestone/owl/constant/MngPermission.java
@@ -5,6 +5,8 @@
 */
public class MngPermission {
    public static final int USER_PERMISSION_MNG_ISSUE_ALL = 32768;
    public static final int USER_PERMISSION_MNG_PROJECT_ALL = 16384;
    public static final int USER_PERMISSION_MNG_PARTNER = 8192;   //  업체/ISP/호스팅 관리      10000000000000
    public static final int USER_PERMISSION_MNG_WORKSPACE = 4096;   //  WORK SPACE 관리       01000000000000
    public static final int USER_PERMISSION_MNG_PROJECT = 2048;   //  프로젝트 관리             00100000000000
@@ -38,7 +40,9 @@
    public static int makeAllPermission()
    {
        return (USER_PERMISSION_MNG_PARTNER |
        return (USER_PERMISSION_MNG_ISSUE_ALL |
                USER_PERMISSION_MNG_PROJECT_ALL |
                USER_PERMISSION_MNG_PARTNER |
                USER_PERMISSION_MNG_WORKSPACE |
                USER_PERMISSION_MNG_PROJECT |
                USER_PERMISSION_MNG_API |