TeneoManagerClient(String pTeneoManagerURL,
String pApiToken) |
Creates a TeneoManagerClient instance and initializes it with the given access token.
Besides regular checked exceptions, it can also throw IllegalStateException or ProcessingException runtime exceptions.
|
TeneoManagerClient(String pTeneoManagerURL,
String pApiToken,
com.artisol.teneo.manager.api.misc.Settings pSettings) |
Creates a TeneoManagerClient instance and initializes it with the given access token.
Besides regular checked exceptions, it can also throw IllegalStateException or ProcessingException runtime exceptions.
|
TeneoManagerClient(String pTeneoManagerURL,
String pClientId,
String pClientSecret) |
Creates a TeneoManagerClient instance and requests a client access token from the server.
Besides, regular checked exceptions, it can also throw IllegalStateException or ProcessingException runtime exceptions.
|
TeneoManagerClient(String pTeneoManagerURL,
String pClientId,
String pClientSecret,
com.artisol.teneo.manager.api.misc.Settings pSettings) |
Creates a TeneoManagerClient instance and requests a client access token from the server.
Besides regular checked exceptions, it can also throw IllegalStateException or ProcessingException runtime exceptions.
|
TeneoManagerClient(String pTeneoManagerURL,
String pClientId,
String pClientSecret,
String pUsername,
String pPassword) |
|
TeneoManagerClient(String pTeneoManagerURL,
String pClientId,
String pClientSecret,
String pUsername,
String pPassword,
com.artisol.teneo.manager.api.misc.Settings pSettings) |
Creates a TeneoManagerClient instance and requests a user access token from the server.
Besides regular checked exceptions, it can also throw IllegalStateException or ProcessingException runtime exceptions.
|