Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.client.oauth2.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
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 org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizable
-
Method Details
-
localizableERROR_FLOW_NOT_FINISHED
public static org.glassfish.jersey.internal.l10n.Localizable 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
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_FLOW_REQUEST_REFRESH_TOKEN(Object arg0) -
ERROR_FLOW_REQUEST_REFRESH_TOKEN
Error refreshing an access token. Response status: {0}. -
localizableERROR_FLOW_REQUEST_ACCESS_TOKEN
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_FLOW_REQUEST_ACCESS_TOKEN(Object arg0) -
ERROR_FLOW_REQUEST_ACCESS_TOKEN
Error requesting access token. Response status {0}. -
localizableERROR_FLOW_WRONG_STATE
public static org.glassfish.jersey.internal.l10n.Localizable 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.
-