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

java.lang.Object
  extended by org.glassfish.jersey.oauth1.signature.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_BASE_64_INVALID_CHARACTER()
          Invalid character in Base64 string
static String ERROR_BASE_64_LENGTH()
          Base64 string length is not multiple of 4
static Localizable localizableERROR_BASE_64_INVALID_CHARACTER()
           
static Localizable localizableERROR_BASE_64_LENGTH()
           
 
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_BASE_64_INVALID_CHARACTER

public static Localizable localizableERROR_BASE_64_INVALID_CHARACTER()

ERROR_BASE_64_INVALID_CHARACTER

public static String ERROR_BASE_64_INVALID_CHARACTER()
Invalid character in Base64 string


localizableERROR_BASE_64_LENGTH

public static Localizable localizableERROR_BASE_64_LENGTH()

ERROR_BASE_64_LENGTH

public static String ERROR_BASE_64_LENGTH()
Base64 string length is not multiple of 4



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