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

java.lang.Object
  extended by org.glassfish.jersey.client.oauth2.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_FLOW_NOT_FINISHED()
          Authorization is not finished and access token was not received.
static String ERROR_FLOW_REQUEST_ACCESS_TOKEN(Object arg0)
          Error requesting access token.
static String ERROR_FLOW_REQUEST_REFRESH_TOKEN(Object arg0)
          Error refreshing an access token.
static String ERROR_FLOW_WRONG_STATE()
          Invalid 'state' parameter.
static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_FLOW_NOT_FINISHED()
           
static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_FLOW_REQUEST_ACCESS_TOKEN(Object arg0)
           
static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_FLOW_REQUEST_REFRESH_TOKEN(Object arg0)
           
static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_FLOW_WRONG_STATE()
           
 
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_FLOW_REQUEST_REFRESH_TOKEN

public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_FLOW_REQUEST_REFRESH_TOKEN(Object arg0)

ERROR_FLOW_REQUEST_REFRESH_TOKEN

public static String ERROR_FLOW_REQUEST_REFRESH_TOKEN(Object arg0)
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

public static String ERROR_FLOW_REQUEST_ACCESS_TOKEN(Object arg0)
Error requesting access token. Response status {0}.


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_FLOW_WRONG_STATE

public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_FLOW_WRONG_STATE()

ERROR_FLOW_WRONG_STATE

public static String ERROR_FLOW_WRONG_STATE()
Invalid 'state' parameter. 'state' used in the authorization request does not match to the 'state' from the authorization response.



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