Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.client.oauth1.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringError occurred in the oauth client support.static StringError occurred in the oauth client support.static StringAuthorization is not finished and access token was not received.static StringError occurred in the oauth client support.static StringError occurred in the oauth client support.static StringError occurred in the oauth client support.static StringError occurred in the oauth client support.static Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizable
-
Method Details
-
localizableERROR_FLOW_NOT_FINISHED
-
ERROR_FLOW_NOT_FINISHED
Authorization is not finished and access token was not received. Call start() and then finish() to perform the authorization. -
localizableERROR_CONFIGURATION_MISSING_CONSUMER
-
ERROR_CONFIGURATION_MISSING_CONSUMER
Error occurred in the oauth client support. Consumer secret and consumer key must not be null. -
localizableERROR_REQUEST_SIGNATURE
-
ERROR_REQUEST_SIGNATURE
Error occurred in the oauth client support. Error signing the request. -
localizableERROR_REQUEST_ACCESS_TOKEN_NULL
-
ERROR_REQUEST_ACCESS_TOKEN_NULL
Error occurred in the oauth client support. Returned Access Token is null. -
localizableERROR_CONFIGURATION_MISSING_TOKEN_SECRET
-
ERROR_CONFIGURATION_MISSING_TOKEN_SECRET
Error occurred in the oauth client support. Token is not null but token secret is null. -
localizableERROR_REQUEST_REQUEST_TOKEN
-
ERROR_REQUEST_REQUEST_TOKEN
Error occurred in the oauth client support. Error requesting Request Token. Response status {0} returned. -
localizableERROR_REQUEST_ACCESS_TOKEN
-
ERROR_REQUEST_ACCESS_TOKEN
Error occurred in the oauth client support. Error requesting Access Token. Response status {0} returned.
-