public interface Extension
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
init(java.lang.String parameterString,
Tracer tracer)
Initializes classes that implement Extension.
|
java.util.Properties init(java.lang.String parameterString, Tracer tracer) throws StatusException
parameterString
- If the correct element is found in the driver settings, this string
contains that text. Otherwise, it is null. You can control
what is in the parameterString by setting the appropriate Init Parameter
driver setting in iManager. For more information, see the driver documentation.tracer
- The Tracer object that this extension can use
to print output to the DSTrace utility.secure
and the value of
either true
or false
. If this extension transports or stores data and does so
without using encryption, you must use false
. If your extension doesn't
transport or store data, or does so securely, you can use true
. This
property might be used by future releases of Identity Manager to determine whether a driver
is allowed access to sensitive data. Other properties might be defined in the future as
well.StatusException