Class LocalizationMessages
- java.lang.Object
-
- org.glassfish.jersey.client.oauth1.internal.LocalizationMessages
-
public final class LocalizationMessages extends Object
Defines string formatting method for each constant in the resource file
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringERROR_CONFIGURATION_MISSING_CONSUMER()Error occurred in the oauth client support.static StringERROR_CONFIGURATION_MISSING_TOKEN_SECRET()Error occurred in the oauth client support.static StringERROR_FLOW_NOT_FINISHED()Authorization is not finished and access token was not received.static StringERROR_REQUEST_ACCESS_TOKEN(Object arg0)Error occurred in the oauth client support.static StringERROR_REQUEST_ACCESS_TOKEN_NULL()Error occurred in the oauth client support.static StringERROR_REQUEST_REQUEST_TOKEN(Object arg0)Error occurred in the oauth client support.static StringERROR_REQUEST_SIGNATURE()Error occurred in the oauth client support.static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_CONFIGURATION_MISSING_CONSUMER()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_CONFIGURATION_MISSING_TOKEN_SECRET()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_FLOW_NOT_FINISHED()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_REQUEST_ACCESS_TOKEN(Object arg0)static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_REQUEST_ACCESS_TOKEN_NULL()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_REQUEST_REQUEST_TOKEN(Object arg0)static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_REQUEST_SIGNATURE()
-
-
-
Method Detail
-
localizableERROR_FLOW_NOT_FINISHED
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_FLOW_NOT_FINISHED()
-
ERROR_FLOW_NOT_FINISHED
public static String 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
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CONFIGURATION_MISSING_CONSUMER()
-
ERROR_CONFIGURATION_MISSING_CONSUMER
public static String ERROR_CONFIGURATION_MISSING_CONSUMER()
Error occurred in the oauth client support. Consumer secret and consumer key must not be null.
-
localizableERROR_REQUEST_SIGNATURE
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_REQUEST_SIGNATURE()
-
ERROR_REQUEST_SIGNATURE
public static String ERROR_REQUEST_SIGNATURE()
Error occurred in the oauth client support. Error signing the request.
-
localizableERROR_REQUEST_ACCESS_TOKEN_NULL
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_REQUEST_ACCESS_TOKEN_NULL()
-
ERROR_REQUEST_ACCESS_TOKEN_NULL
public static String ERROR_REQUEST_ACCESS_TOKEN_NULL()
Error occurred in the oauth client support. Returned Access Token is null.
-
localizableERROR_CONFIGURATION_MISSING_TOKEN_SECRET
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CONFIGURATION_MISSING_TOKEN_SECRET()
-
ERROR_CONFIGURATION_MISSING_TOKEN_SECRET
public static String 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
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_REQUEST_REQUEST_TOKEN(Object arg0)
-
ERROR_REQUEST_REQUEST_TOKEN
public static String ERROR_REQUEST_REQUEST_TOKEN(Object arg0)
Error occurred in the oauth client support. Error requesting Request Token. Response status {0} returned.
-
localizableERROR_REQUEST_ACCESS_TOKEN
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_REQUEST_ACCESS_TOKEN(Object arg0)
-
-