Package | Description |
---|---|
pt.ptcris.test |
Modifier and Type | Method and Description |
---|---|
static TestClients.Profile |
TestClients.Profile.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestClients.Profile[] |
TestClients.Profile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ORCIDClient |
TestClients.getCRISClient(TestClients.Profile profile)
Retrieves an ORCID client for a given user profile using the local CRIS
Member API client id.
|
static ORCIDClient |
TestClients.getExternalClient(TestClients.Profile profile)
Retrieves an ORCID client for a given user profile using the a Member API
client id that is not the local CRIS (used to simulate an external
source).
|