+

Search Tips   |   Advanced Search

ManagementScopeCommands

Use the Jython or Jacl scripting languages to configure security with the wsadmin tool. Inbound and outbound management scopes represent opposing directions during the connection handshake process. The commands in the ManagementScopeCommands group can be used to create, delete, and list management scopes.

The ManagementScopeCommands command group for the AdminTask objectcommands include:


deleteManagementScope

Delete a management object from the configuration.

Target object: None

Parameters and return values

- scopeName

The name that uniquely identifies the management scope. (String, required)

Examples

Batch mode example usage:

Interactive mode example usage:


getManagementScope

Display the setting of a management scope object.

Target object: None

Parameters and return values

- scopeName

The name that uniquely identifies the management scope. (String, required)

Examples

Batch mode example usage:

Interactive mode example usage:


listManagementScopes

List the management scopes in the configuration.

Target object: None

Parameters and return values

- displayObjectName

Set the value to true to display the object names of the management scope. (Boolean, optional)

Examples

Batch mode example usage:

Interactive mode example usage:

  • wsadmin AdminTask
  • Commands for the AdminTask object