Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.client.oauth1.internal.LocalizationMessages
@Generated("com.sun.istack.maven.ResourceGenMojo")
public final class LocalizationMessages
extends Object
Defines string formatting method for each constant in the resource file
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final Localizer
private static final LocalizableMessageFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Error occurred in the oauth client support.static String
Error occurred in the oauth client support.static String
Authorization is not finished and access token was not received.static String
Error occurred in the oauth client support.static String
Error occurred in the oauth client support.static String
Error occurred in the oauth client support.static String
Error occurred in the oauth client support.static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
-
Field Details
-
BUNDLE_NAME
- See Also:
-
MESSAGE_FACTORY
-
LOCALIZER
-
-
Constructor Details
-
LocalizationMessages
public LocalizationMessages()
-
-
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.
-