public class AuthoritiesUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PORTAL_ADMIN |
| Constructor and Description |
|---|
AuthoritiesUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
curator(String type)
Type = FUNDER | COMMUNITY | INSTITUTION | PROJECT etc.
|
static String |
curatorRole(String type) |
static String |
getAaiId() |
static String |
manager(String type,
String id)
Type = FUNDER | COMMUNITY | INSTITUTION | PROJECT etc.
|
static String |
member(String type,
String id)
Type = FUNDER | COMMUNITY | RI | INSTITUTION | PROJECT etc.
|
static String |
memberRole(String type,
String id) |
static String |
portalAdminRole() |
public static String PORTAL_ADMIN
public static String portalAdminRole()
public static String curator(String type)
public static String manager(String type, String id)
Id = EE, EGI, etc
public static String member(String type, String id)
Id = EE, EGI, etc
public static String getAaiId()
Copyright © 2023. All rights reserved.