Uses of Class
com.centralnicreseller.apiconnector.APIClient
-
Uses of APIClient in com.centralnicreseller.apiconnector
Modifier and TypeMethodDescriptionAPIClient.disableDebugMode()
Disable Debug OutputAPIClient.enableDebugMode()
Enable Debug OutputAPIClient.resetUserView()
Reset data view back from subuser to userAPIClient.reuseSession
(Map<String, Object> session) Use existing configuration out of ClientRequest session to rebuild and reuse connection settingsAPIClient.saveSession
(Map<String, Object> session) Apply session data (session id and system entity) to given client request sessionAPIClient.setCredentials
(String uid) Set Credentials to be used for API communicationAPIClient.setCredentials
(String uid, String pw) Set Credentials to be used for API communicationAPIClient.setCustomLogger
(Logger logger) Set a custom logger for debug mdoeAPIClient.setDefaultLogger()
Activate the default logger for debug modeSet an API user idAPIClient.setPersistent()
Set one time password to be used for API communicationSet proxy to use for API communicationAPIClient.setReferer
(String referer) Set Referer Header to use for API communicationAPIClient.setRoleCredentials
(String uid, String role) Set Credentials to be used for API communicationAPIClient.setRoleCredentials
(String uid, String role, String pw) Set Credentials to be used for API communicationSet another connection url to be used for API communicationAPIClient.setUserAgent
(String str, String rv) Set a custom user agent header (useful for tools that use our SDK)APIClient.setUserAgent
(String str, String rv, ArrayList<String> modules) Set a custom user agent header (useful for tools that use our SDK)APIClient.setUserView
(String uid) Set a data view to a given subuserAPIClient.useDefaultConnectionSetup()
Activate Default Connection SetupAPIClient.useHighPerformanceConnectionSetup()
Activate High Performance Connection SetupAPIClient.useLIVESystem()
Set LIVE System for API communication (this is the default setting)APIClient.useOTESystem()
Set OT&E System for API communication