public class FodApi extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_SIZE |
Constructor and Description |
---|
FodApi(String key,
String secret,
String baseUrl)
Constructor that encapsulates the api
|
Modifier and Type | Method and Description |
---|---|
void |
authenticate()
Used for authenticating in the case of a time out using the saved api credentials.
|
ApplicationController |
getApplicationController() |
String |
getBaseUrl() |
okhttp3.OkHttpClient |
getClient() |
String |
getKey() |
LookupItemsController |
getLookupItemsController() |
ReleaseController |
getReleaseController() |
String |
getSecret() |
StaticScanController |
getStaticScanController() |
TenantEntitlementsController |
getTenantEntitlementsController() |
String |
getToken() |
void |
retireToken()
Retire the current token.
|
public static final int MAX_SIZE
public StaticScanController getStaticScanController()
public ApplicationController getApplicationController()
public ReleaseController getReleaseController()
public TenantEntitlementsController getTenantEntitlementsController()
public LookupItemsController getLookupItemsController()
public void authenticate()
public void retireToken()
public String getToken()
public String getKey()
public String getSecret()
public String getBaseUrl()
public okhttp3.OkHttpClient getClient()
Copyright © 2016–2017. All rights reserved.