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 -
- <section role="region">
Uses of Translatable in oracle.dbtools.plugin.api.conf
Methods in oracle.dbtools.plugin.api.conf that return Translatable Modifier and Type Method Description Translatable
ConfigurationSetting. description()
Methods in oracle.dbtools.plugin.api.conf with parameters of type Translatable Modifier and Type Method Description ConfigurationSetting.Builder
ConfigurationSetting.Builder. description(Translatable description)
static ConfigurationSetting
ConfigurationSetting. setting(boolean defaultValue, Translatable description)
Define aBoolean
settingstatic ConfigurationSetting
ConfigurationSetting. setting(int defaultValue, Translatable description)
Define anInteger
propertystatic ConfigurationSetting
ConfigurationSetting. setting(long defaultValue, Translatable description)
Define aLong
settingstatic <T extends java.lang.Enum<T>>
ConfigurationSettingConfigurationSetting. setting(java.lang.Class<T> type, T defaultValue, Translatable description)
Define anEnum
settingstatic ConfigurationSetting
ConfigurationSetting. setting(java.lang.String defaultValue, Translatable description)
Define aString
propertystatic ConfigurationSetting
ConfigurationSetting. setting(TimeDuration defaultValue, Translatable description)
Define aTimeDuration
property - <section role="region">
Uses of Translatable in oracle.dbtools.plugin.api.errors
Methods in oracle.dbtools.plugin.api.errors that return Translatable Modifier and Type Method Description Translatable
ProductErrorMessage. action()
Describes how to fix the problemTranslatable
ProductErrorMessage. cause()
Describes the cause of the problemTranslatable
ProductErrorMessage. message()
Description of the error conditionMethods in oracle.dbtools.plugin.api.errors with parameters of type Translatable Modifier and Type Method Description ProductErrorMessage
ProductErrorMessage.Identifier. errorMessage(Translatable message, Translatable cause, Translatable action)
Produce aProductErrorMessage
instance for this error code - <section role="region">
Uses of Translatable in oracle.dbtools.plugin.api.security
Subinterfaces of Translatable in oracle.dbtools.plugin.api.security Modifier and Type Interface Description interface
AuthenticationChallenge
Represents 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 Translatable
AuthorizationError. description()
Provides a localizable human readable description of the error.Translatable
EndUserAuthorizationConstraint. description()
Description of the purpose of the constraint.Translatable
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 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.Builder
AuthenticationChallenge.Builder. error(java.lang.CharSequence errorCode, Translatable errorDescription)
Create an error parameter and an error_description parameterAuthenticationChallenge.Builder
AuthenticationChallenge.Builder. parameter(java.lang.CharSequence name, Translatable value)
Create a parameter with a value which may be localized
- <section role="region">