org.glassfish.jersey.client.oauth1.internal
Class LocalizationMessages

java.lang.Object
  extended by org.glassfish.jersey.client.oauth1.internal.LocalizationMessages

public final class LocalizationMessages
extends Object

Defines string formatting method for each constant in the resource file


Constructor Summary
LocalizationMessages()
           
 
Method Summary
static String ERROR_CONFIGURATION_MISSING_CONSUMER()
          Error occurred in the oauth client support.
static String ERROR_CONFIGURATION_MISSING_TOKEN_SECRET()
          Error occurred in the oauth client support.
static String ERROR_FLOW_NOT_FINISHED()
          Authorization is not finished and access token was not received.
static String ERROR_REQUEST_ACCESS_TOKEN_NULL()
          Error occurred in the oauth client support.
static String ERROR_REQUEST_ACCESS_TOKEN(Object arg0)
          Error occurred in the oauth client support.
static String ERROR_REQUEST_REQUEST_TOKEN(Object arg0)
          Error occurred in the oauth client support.
static String ERROR_REQUEST_SIGNATURE()
          Error occurred in the oauth client support.
static Localizable localizableERROR_CONFIGURATION_MISSING_CONSUMER()
           
static Localizable localizableERROR_CONFIGURATION_MISSING_TOKEN_SECRET()
           
static Localizable localizableERROR_FLOW_NOT_FINISHED()
           
static Localizable localizableERROR_REQUEST_ACCESS_TOKEN_NULL()
           
static Localizable localizableERROR_REQUEST_ACCESS_TOKEN(Object arg0)
           
static Localizable localizableERROR_REQUEST_REQUEST_TOKEN(Object arg0)
           
static Localizable localizableERROR_REQUEST_SIGNATURE()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizationMessages

public LocalizationMessages()
Method Detail

localizableERROR_REQUEST_ACCESS_TOKEN_NULL

public static 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_REQUEST_SIGNATURE

public static 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_REQUEST_TOKEN

public static 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_CONFIGURATION_MISSING_CONSUMER

public static 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_ACCESS_TOKEN

public static Localizable localizableERROR_REQUEST_ACCESS_TOKEN(Object arg0)

ERROR_REQUEST_ACCESS_TOKEN

public static String ERROR_REQUEST_ACCESS_TOKEN(Object arg0)
Error occurred in the oauth client support. Error requesting Access Token. Response status {0} returned.


localizableERROR_FLOW_NOT_FINISHED

public static 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_TOKEN_SECRET

public static 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.



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.