Class AuthoritiesUtils
- java.lang.Object
-
- eu.dnetlib.dnetrolemanagement.utils.AuthoritiesUtils
-
public class AuthoritiesUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPORTAL_ADMINstatic StringSUPER_ADMIN
-
Constructor Summary
Constructors Constructor Description AuthoritiesUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringcurator(String type)Type = FUNDER | COMMUNITY | INSTITUTION | PROJECT etc.static StringcuratorRole(String type)static StringgetAaiId()static Stringmanager(String type, String id)Type = FUNDER | COMMUNITY | INSTITUTION | PROJECT etc.static Stringmember(String type, String id)Type = FUNDER | COMMUNITY | RI | INSTITUTION | PROJECT etc.static StringmemberRole(String type, String id)static StringportalAdminRole()static StringsuperAdminRole()
-
-
-
Method Detail
-
superAdminRole
public static String superAdminRole()
-
portalAdminRole
public static String portalAdminRole()
-
curator
public static String curator(String type)
Type = FUNDER | COMMUNITY | INSTITUTION | PROJECT etc.
-
manager
public static String manager(String type, String id)
Type = FUNDER | COMMUNITY | INSTITUTION | PROJECT etc.Id = EE, EGI, etc
-
member
public static String member(String type, String id)
Type = FUNDER | COMMUNITY | RI | INSTITUTION | PROJECT etc.Id = EE, EGI, etc
-
getAaiId
public static String getAaiId()
-
-