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<wbr>(Translatable description)static ConfigurationSettingConfigurationSetting.setting<wbr>(boolean defaultValue, Translatable description)Define aBooleansettingstatic ConfigurationSettingConfigurationSetting.setting<wbr>(int defaultValue, Translatable description)Define anIntegerpropertystatic ConfigurationSettingConfigurationSetting.setting<wbr>(long defaultValue, Translatable description)Define aLongsettingstatic <T extends Enum<T>>
ConfigurationSettingConfigurationSetting.setting<wbr>(Class<T> type, T defaultValue, Translatable description)Define anEnumsettingstatic ConfigurationSettingConfigurationSetting.setting<wbr>(String defaultValue, Translatable description)Define aStringpropertystatic ConfigurationSettingConfigurationSetting.setting<wbr>(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<wbr>(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 TypeMethodDescriptionMap<String,<wbr>Translatable>AuthenticationChallenge.parameters()The parameters associated with this challengeMethods in oracle.dbtools.plugin.api.security with parameters of type TranslatableModifier and TypeMethodDescriptionAuthenticationChallenge.Builder.error<wbr>(CharSequence errorCode, Translatable errorDescription)Create an error parameter and an error_description parameterAuthenticationChallenge.Builder.parameter<wbr>(CharSequence name, Translatable value)Create a parameter with a value which may be localized