alt_token_signer | RestClient::RestConnection | protected |
alt_token_signer_header | RestClient::RestConnection | protected |
authFailure() | RestClient::RestConnection | |
authSuccess() | RestClient::RestConnection | |
checkAuthCodeFeature() | RestClient::RestConnection | protected |
checkCanConnect() | RestClient::RestConnection | protected |
clearAltTokenSigner() | RestClient::RestConnection | |
ConnectionScheme | RestClient::RestConnection | |
constructor(string name, string description, string url, hash< auto > attributes={}, hash< auto > options={}) | RestClient::RestConnection | |
constructor(hash< auto > config, *hash< auto > attr) | RestClient::RestConnection | |
features | RestClient::RestConnection | protected |
get(bool connect=True, *hash< auto > rtopts) | RestClient::RestConnection | |
getAuthorizationCodeRequest(hash< AuthCodeInfo > info=< AuthCodeInfo >{}) | RestClient::RestConnection | |
getAuthUrl(*bool allow_relative) | RestClient::RestConnection | |
getConnectionOptions(*hash< auto > rtopts) | RestClient::RestConnection | |
getConnectionSchemeInfoImpl() | RestClient::RestConnection | protected |
getDataProvider(*hash< auto > constructor_options) | RestClient::RestConnection | |
getFeaturesImpl() | RestClient::RestConnection | protected |
getImpl(bool connect=True, *hash< auto > rtopts) | RestClient::RestConnection | protected |
getLogger() | RestClient::RestConnection | |
getOAuth2AuthHeaders() | RestClient::RestConnection | |
getOAuth2OptionName(string opt) | RestClient::RestConnection | |
getOAuth2Options() | RestClient::RestConnection | |
getOptions() | RestClient::RestConnection | |
getPingBody() | RestClient::RestConnection | protected |
getPingPath() | RestClient::RestConnection | protected |
getPollImpl() | RestClient::RestConnection | |
getTokenUrl(*bool allow_relative) | RestClient::RestConnection | |
getType() | RestClient::RestConnection | |
getUriValue(auto v, string separator=' ') | RestClient::RestConnection | protectedstatic |
getUrlOption(string opt, *bool allow_relative) | RestClient::RestConnection | protected |
getUrlOptionIntern(string uri, *bool allow_relative) | RestClient::RestConnection | protected |
hasDataProvider() | RestClient::RestConnection | |
needs_auth | RestClient::RestConnection | |
needsAuth() | RestClient::RestConnection | |
OAuth2AuthRequestOptions | RestClient::RestConnection | |
OAuth2Options | RestClient::RestConnection | |
OptionList | RestClient::RestConnection | |
Options | RestClient::RestConnection | |
pingImpl() | RestClient::RestConnection | protected |
processOAuth2TokenResponse(hash< auto > resp) | RestClient::RestConnection | |
processOAuth2TokenResponseImpl(hash< auto > resp) | RestClient::RestConnection | protected |
processOptions(string name, *hash< auto > opts) | RestClient::RestConnection | static |
RCF_OAUTH2_AUTH_CODE | RestClient::RestConnection | |
real_opts | RestClient::RestConnection | |
setAltTokenSigner(code signer, string signer_header) | RestClient::RestConnection | |
setChildCapabilities() | RestClient::RestConnection | protected |
setFeatures() | RestClient::RestConnection | protected |
setLogger(*LoggerInterface logger) | RestClient::RestConnection | |
setupRest() | RestClient::RestConnection | protected |
setupRestClientConfig(RestClient rest) | RestClient::RestConnection | protected |
startPollConnect(*Logger::LoggerInterface logger) | RestClient::RestConnection | |