Project

General

Profile

1 61319 spyroukon
package eu.dnetlib.repo.manager.service.security;
2
3
public interface AuthorizationService {
4
5
    /**
6
     *
7
     * @param type
8
     * @param id
9
     * @return
10
     */
11
    String member(String type, String id);
12
}