Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.oauth1.signature.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Invalid character in Base64 string.static String
Base64 string length is not multiple of 4.static String
Couldn''t obtain public key from consumer secret.static String
Invalid consumer secret: {0}static Localizable
static Localizable
static Localizable
static Localizable
-
Method Details
-
localizableERROR_INVALID_CONSUMER_SECRET
-
ERROR_INVALID_CONSUMER_SECRET
Invalid consumer secret: {0} -
localizableERROR_BASE_64_LENGTH
-
ERROR_BASE_64_LENGTH
Base64 string length is not multiple of 4. -
localizableERROR_BASE_64_INVALID_CHARACTER
-
ERROR_BASE_64_INVALID_CHARACTER
Invalid character in Base64 string. -
localizableERROR_CANNOT_OBTAIN_PUBLIC_KEY
-
ERROR_CANNOT_OBTAIN_PUBLIC_KEY
Couldn''t obtain public key from consumer secret.
-