Dynamic Data Masking
- Dynamic Data Masking 9.9.1
- All Products
Option
| Description
|
---|---|
KDC
| The path to the configuration file that provides details of the Kerberos key distribution center.
|
jaasConfig
| The start of JAAS configuration.
|
JaasDescriptor
| The JAAS descriptor that provides JAAS processor and configuration entries for the processor.
|
fqcn
| The full-qualified class name of the JAAS processor implementation. Dynamic Data Masking provides one implementation:
com.activebase.security.jaas.JaasProcessorImpl
|
jaasEntries
| The map of JAAS configuration entries.
|
entry
| The JAAS configuration entry.
|
key
| The name of the configuration entry. Dynamic Data Masking supports one mandatory entry called "default."
|
value
| The list that contains the map of login modules and their configuration parameters.
|
entry
| The configuration entry of the login module.
|
moduleClass
| The login module class tag.
|
value (moduleClass)
| The fully-qualified class name of the login module implementation. Dynamic Data Masking supports two implementations:
|
moduleFlag
| The login module flag tag.
|
value (moduleFlag)
| Java supports the following standard options: REQUIRED, REQUISITE, SUFFICIENT, and OPTIONAL.
|
options
| The configuration options of the login module as a map of the
option name and the correspondingvalue .
Dynamic Data Masking supports the following configuration options of the com.sun.security.auth.module.Krb5LoginModule login module:
For more information on these options, refer to the following Oracle documentation:
Dynamic Data Masking supports the following configuration options of the com.ibm.security.auth.module.Krb5LoginModule login module:
For more information on these options, refer to the following IBM documentation:
|