public interface Credentials
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.client.WebTarget |
buildUrl(javax.ws.rs.core.UriBuilder builder)
JAX-RS Endpoint 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 MalformedURLException
MalformedURLExceptionjavax.ws.rs.client.WebTarget buildUrl(javax.ws.rs.core.UriBuilder builder)
throws MalformedURLException,
IllegalArgumentException,
javax.ws.rs.core.UriBuilderException
builder - base uri builderWebTargetMalformedURLExceptionIllegalArgumentExceptionjavax.ws.rs.core.UriBuilderExceptionCopyright © 2014 Redlink GmbH. All rights reserved.