Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.client.oauth2.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
Authorization is not finished and access token was not received.static String
Error requesting access token.static String
Error refreshing an access token.static String
Invalid 'state' parameter.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_FLOW_REQUEST_REFRESH_TOKEN
-
ERROR_FLOW_REQUEST_REFRESH_TOKEN
Error refreshing an access token. Response status: {0}. -
localizableERROR_FLOW_REQUEST_ACCESS_TOKEN
-
ERROR_FLOW_REQUEST_ACCESS_TOKEN
Error requesting access token. Response status {0}. -
localizableERROR_FLOW_WRONG_STATE
-
ERROR_FLOW_WRONG_STATE
Invalid 'state' parameter. 'state' used in the authorization request does not match to the 'state' from the authorization response.
-