Project

General

Profile

« Previous | Next » 

Revision 4950

Added by daigle almost 15 years ago

Add archival read funtionality (jar/kar/war files)

View differences:

DocumentImpl.java
3310 3310
     * @param groups, user's group
3311 3311
     */
3312 3312
    public static boolean hasReadPermission(String user, String[] groups,
3313
            String docId) throws SQLException, Exception
3313
            String docId) throws SQLException, McdbException
3314 3314
    {
3315 3315
        // Check for READ permission on @docid for @user and/or @groups
3316 3316
        PermissionController controller = new PermissionController(docId);

Also available in: Unified diff