keyManagerCommands command group for the AdminTask object

You can use the Jython or Jacl scripting languages to configure security. The commands and parameters in the keyManagerCommands group can be used to manage key manager settings. You can use these commands to create, modify, list, or obtain information about key managers.

The keyManagerCommands command group for the AdminTask object includes the following commands:

createKeyManager

The createKeyManager command creates a key manager in the configuration.

Target object

None

Parameters and return values

-name
The name that uniquely identifies the key manager. (String, required)
-scopeName
The name of the scope. (String, optional)
-provider
Specifies the provider. (String, optional)
-algorithm
Specifies the algorithm name of the key manager. (String, optional)
-keyManagerClass
Specifies the custom class that implements the KeyManager interface. (String, optional)

Examples

Batch mode example usage:

Interactive mode example usage:

deleteKeyManager

The deleteKeyManager command deletes the key manager settings from the configuration.

Target object

None

Parameters and return values

-name
The name that uniquely identifies the key manager. (String, optional)
-scopeName
The name of the scope. (String, optional)

Examples

Batch mode example usage:

Interactive mode example usage:

getKeyManager

The getKeyManager command obtains the settings of a key manager.

Target object

None

Parameters and return values

-name
The name that uniquely identifies the key manager. (String, optional)
-scopeName
The name of the scope. (String, optional)

Examples

Batch mode example usage:

Interactive mode example usage:

listKeyManagers

The listKeyManagers command lists the key managers within a particular management scope.

Target object

None

Parameters and return values

-scopeName
The name of the scope. (String, optional)
-displayObjectName
Set the value of this parameter to true to list the key manager objects within the scope. Set the value of this parameter to false to list the strings that contain the key manager name and the management scope. (Boolean, optional)

Examples

Batch mode example usage:

Interactive mode example usage:

modifyKeyManagers

The modifyKeyManagers command changes existing key manager settings.

Target object

None

Parameters and return values

-name
The name that uniquely identifies the key manager. (String, required)
-scopeName
The name of the scope. (String, optional)
-provider
The provider name of the key manager. (String, optional)
-algorithm
The algorithm name of the key manager. (String, optional)
-keyManagerClass
The name of the key manager implementation class. You can not use this parameter with the provider or the algorithm parameter. (String, optional)

Examples

Batch mode example usage:

Interactive mode example usage:




Related tasks
Using the AdminTask object for scripted administration
Related reference
Commands for the AdminTask object
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 31, 2013 4:28:44 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-mp&topic=rxml_atkeymgr
File name: rxml_atkeymgr.html