public interface Credentials extends Serializable
| Modifier and Type | Method and Description |
|---|---|
URI |
buildUrl(UriBuilder builder)
URI Builder for RedLink.
|
String |
getApiKey()
Get the API Key
|
String |
getDataHub()
Get the base URI of the data hub
|
String |
getEndpoint()
Get the API endpoint
|
Status |
getStatus()
Forces the update of the cached status
|
String |
getVersion()
Get the API version
|
boolean |
verify()
Verify the current (cached) credentials are valid
|
String getEndpoint()
String getVersion()
String getApiKey()
String getDataHub()
boolean verify()
throws MalformedURLException
MalformedURLExceptionStatus getStatus() throws IOException, URISyntaxException
MalformedURLExceptionIOExceptionURISyntaxExceptionURI buildUrl(UriBuilder builder) throws MalformedURLException, IllegalArgumentException, URISyntaxException
builder - base uri builderURIMalformedURLExceptionIllegalArgumentExceptionURISyntaxExceptionCopyright © 2018 Redlink GmbH. All rights reserved.