+

Search Tips   |   Advanced Search

 

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:

 

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


Use the AdminTask object for scripted administration

 

Related Reference


Commands for the AdminTask object

 

Reference topic