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 Stringprivate static final Localizerprivate static final LocalizableMessageFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringAuthorization is not finished and access token was not received.static StringError requesting access token.static StringError refreshing an access token.static StringInvalid 'state' parameter.static Localizablestatic Localizablestatic Localizablestatic 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
-
localizableERROR_FLOW_REQUEST_ACCESS_TOKEN
-
ERROR_FLOW_REQUEST_ACCESS_TOKEN
-
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.
-