Uses of Interface
oracle.dbtools.plugin.api.i18n.Translatable
-
Packages that use Translatable Package Description oracle.dbtools.plugin.api.conf Services for defining and introspecting Configuration Settingsoracle.dbtools.plugin.api.errors oracle.dbtools.plugin.api.security Resource authorization APIs -
-
Uses of Translatable in oracle.dbtools.plugin.api.conf
Methods in oracle.dbtools.plugin.api.conf that return Translatable Modifier and Type Method Description TranslatableConfigurationSetting. description()Methods in oracle.dbtools.plugin.api.conf with parameters of type Translatable Modifier and Type Method Description ConfigurationSetting.BuilderConfigurationSetting.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 java.lang.Enum<T>>
ConfigurationSettingConfigurationSetting. setting(java.lang.Class<T> type, T defaultValue, Translatable description)Define anEnumsettingstatic ConfigurationSettingConfigurationSetting. setting(java.lang.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 Translatable Modifier and Type Method Description TranslatableProductErrorMessage. action()Describes how to fix the problemTranslatableProductErrorMessage. cause()Describes the cause of the problemTranslatableProductErrorMessage. message()Description of the error conditionMethods in oracle.dbtools.plugin.api.errors with parameters of type Translatable Modifier and Type Method Description ProductErrorMessageProductErrorMessage.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.security Modifier and Type Interface Description interfaceAuthenticationChallengeRepresents 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 Translatable Modifier and Type Method Description TranslatableAuthorizationError. description()Provides a localizable human readable description of the error.TranslatableEndUserAuthorizationConstraint. description()Description of the purpose of the constraint.TranslatableEndUserAuthorizationConstraint. 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 Translatable Modifier and Type Method Description java.util.Map<java.lang.String,Translatable>AuthenticationChallenge. parameters()The parameters associated with this challengeMethods in oracle.dbtools.plugin.api.security with parameters of type Translatable Modifier and Type Method Description AuthenticationChallenge.BuilderAuthenticationChallenge.Builder. error(java.lang.CharSequence errorCode, Translatable errorDescription)Create an error parameter and an error_description parameterAuthenticationChallenge.BuilderAuthenticationChallenge.Builder. parameter(java.lang.CharSequence name, Translatable value)Create a parameter with a value which may be localized
-