Uses of Interface
oracle.dbtools.plugin.api.i18n.Translatable
Packages that use Translatable
Package
Description
Services for defining and introspecting Configuration Settings
Resource authorization APIs
-
Uses of Translatable in oracle.dbtools.plugin.api.conf
Methods in oracle.dbtools.plugin.api.conf that return TranslatableMethods in oracle.dbtools.plugin.api.conf with parameters of type TranslatableModifier and TypeMethodDescriptionConfigurationSetting.Builder.description(Translatable description) static ConfigurationSettingConfigurationSetting.setting(boolean defaultValue, Translatable description) Define aBooleansettingstatic ConfigurationSettingConfigurationSetting.setting(int defaultValue, Translatable description) Define anIntegerpropertystatic ConfigurationSettingConfigurationSetting.setting(long defaultValue, Translatable description) Define aLongsettingstatic <T extends Enum<T>>
ConfigurationSettingConfigurationSetting.setting(Class<T> type, T defaultValue, Translatable description) Define anEnumsettingstatic ConfigurationSettingConfigurationSetting.setting(String defaultValue, Translatable description) Define aStringpropertystatic ConfigurationSettingConfigurationSetting.setting(TimeDuration defaultValue, Translatable description) Define aTimeDurationproperty -
Uses of Translatable in oracle.dbtools.plugin.api.errors
Methods in oracle.dbtools.plugin.api.errors that return TranslatableModifier and TypeMethodDescriptionProductErrorMessage.action()Describes how to fix the problemProductErrorMessage.cause()Describes the cause of the problemProductErrorMessage.message()Description of the error conditionMethods in oracle.dbtools.plugin.api.errors with parameters of type TranslatableModifier and TypeMethodDescriptionProductErrorMessage.Identifier.errorMessage(Translatable message, Translatable cause, Translatable action) Produce aProductErrorMessageinstance for this error code -
Uses of Translatable in oracle.dbtools.plugin.api.security
Subinterfaces of Translatable in oracle.dbtools.plugin.api.securityModifier and TypeInterfaceDescriptioninterfaceRepresents an authentication challenge that may be issued when a protected resource is accessed without proper authorization.Methods in oracle.dbtools.plugin.api.security that return TranslatableModifier and TypeMethodDescriptionAuthorizationError.description()Provides a localizable human readable description of the error.EndUserAuthorizationConstraint.description()Description of the purpose of the constraint.EndUserAuthorizationConstraint.label()Title for the constraint that should be displayed to the end-user.Methods in oracle.dbtools.plugin.api.security that return types with arguments of type TranslatableModifier and TypeMethodDescriptionAuthenticationChallenge.parameters()The parameters associated with this challengeMethods in oracle.dbtools.plugin.api.security with parameters of type TranslatableModifier and TypeMethodDescriptionAuthenticationChallenge.Builder.error(CharSequence errorCode, Translatable errorDescription) Create an error parameter and an error_description parameterAuthenticationChallenge.Builder.parameter(CharSequence name, Translatable value) Create a parameter with a value which may be localized