Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.2) Part Number E21606-01 |
|
|
PDF · Mobi · ePub |
Sets one or more parameters for all proxy log-ins (federated trusted entities) from an XML description.
update proxyLogin
updateAll proxyLogin --INPUT_FILE=xml_filename --UPDATE_METHOD=method [--ENCRYPT_KEY=key] [--NOT_FOUND_METHOD=action]
or
updateAll proxyLogin -i xml_filename -a method [-e key] [-t action]
Path to the XML document that configures the object. See proxyLogin.
Method to use when updating the properties of an object:
add
: Adds new properties and overwrites existing properties, but does not delete existing properties that are omitted in the XML file.
remove
: Removes existing properties that are defined in the XML file.
overwrite
: Replaces the existing property values with the new values.
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.
Action to take when an object does not exist:
create
: A new object is created from the XML description and processing continues.
error
: The command fails with an error. (Default)
ignore
: The new description is ignored and processing continues
This example updates all proxy log-ins described in proxy.xml:
SES>updateAll proxyLogin --INPUT_FILE=proxy.xml --UPDATE_METHOD=overwrite --ENCRYPT_KEY=key2encrypt
updateAll operation succeeded for type "proxyLogin".
3 object(s) with status UPDATE_SUCCEEDED