Project

General

Profile

« Previous | Next » 

Revision 59346

Rename subscriber to member

View differences:

modules/uoa-authorization-library/trunk/src/main/java/eu/dnetlib/uoaauthorizationlibrary/security/AuthorizationService.java
31 31
     *
32 32
     * Id = EE, EGI, etc
33 33
     * */
34
    public String subscriber(String type, String id) {
34
    public String member(String type, String id) {
35 35
        return type.toUpperCase() + "_" + id.toUpperCase();
36 36
    }
37 37
}

Also available in: Unified diff