Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.oauth1.signature.internal.LocalizationMessages
@Generated("com.sun.istack.maven.ResourceGenMojo")
public final class LocalizationMessages
extends Object
Defines string formatting method for each constant in the resource file
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final Localizer
private static final LocalizableMessageFactory
-
Constructor Summary
Constructors -
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
-
Field Details
-
BUNDLE_NAME
- See Also:
-
MESSAGE_FACTORY
-
LOCALIZER
-
-
Constructor Details
-
LocalizationMessages
public LocalizationMessages()
-
-
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.
-