Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.0.0) Part Number E14133-02 |
|
|
View PDF |
Creates an identity plug-in from an XML description.
See Also
createAll identityPlugin
Syntax
create identityPlugin --JAR_FILE=jar_filename --MANAGER_CLASS=class --INPUT_FILE=xml_filename]
or
create identityPlugin --JAR_FILE=jar_filename --MANAGER_CLASS=class -i xml_filename]
Parameters
Content of a <search:jarFilePath>
element in the XML document.
Content of a <search:managerClassName>
element in the XML document.
Path to the XML document that defines the object. See identityPlugin.
Encryption key for passwords in xml_filename
. The key must be at least eight ASCII characters long and include at least one letter and one number. Multibyte characters are invalid. If you omit this option, you are prompted for the key.
Example
This example creates an identity plug-in defined in identity.xml.
SES>create identityPlugin --JAR_FILE=OIDPlugins.jar --MANAGER_CLASS=oracle.search.plugin.security.identity.oid.OIDPluginManager --INPUT_FILE=identity.xml
The object "[jarFilePath=OIDPlugins.jar, managerClassName=oracle.search.plugin.security.identity.oid.OIDPluginManager]" was successfully created.