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 Stringprivate static final Localizerprivate static final LocalizableMessageFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringInvalid character in Base64 string.static StringBase64 string length is not multiple of 4.static StringCouldn''t obtain public key from consumer secret.static StringInvalid consumer secret: {0}static Localizablestatic Localizablestatic Localizablestatic 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.
-