Package be.c4j.demo.security.demo.model

Examples of be.c4j.demo.security.demo.model.HRAppPermission


    private HRAppPermission createPermissionEmployeeUpdateSalary() {
        return new HRAppPermission("EMPLOYEE_UPDATE_SALARY", "EMPLOYEE", "UPDATE", "SALARY");
    }

    private HRAppPermission createPermissionDepartmentCreate() {
        return new HRAppPermission("DEPARTMENT_CREATE", "DEPARTMENT", "CREATE", "*");
    }
View Full Code Here

TOP

Related Classes of be.c4j.demo.security.demo.model.HRAppPermission

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.