Visit Azul.com Support

Delete-Message-Security-Provider

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

Enables administrators to delete a message security provider.

Synopsis

 
asadmin [asadmin-options] delete-message-security-provider [--help] [--target target] --layer message_layer provider_name

Description

The delete-message-security-provider subcommand enables administrators to delete a message security provider.

In terms of what happens when this subcommand is run, the provider-config sub-element for the given message layer (message-security-config element of domain.xml is deleted. The domain.xml file specifies parameters and properties to the Payara Server). The options specified in the list below apply to attributes within the message-security-config and provider-config sub-elements of the domain.xml file.

If the message-layer (message-security-config attribute) does not exist, it is created, and then the provider-config is created under it.

This command is supported in remote mode only.

Options

If an option has a short option name, then the short option precedes the long option name. Short options have one dash whereas long options have two dashes.

asadmin-options: Options for the asadmin utility. For information about these options, see the asadmin help page. --help: -?: Displays the help text for the subcommand. --target: Specifies the target from which you are deleting the message security provider. Valid values are
server;; Deletes the message security provider from the default server instance server and is the default value domain;; Deletes the message security provider from the domain. cluster_name;; Deletes the message security provider from every server instance in the cluster. instance_name;; Deletes the message security provider from a particular sever instance. --layer: The message-layer from which the provider has to be deleted. The default value is HttpServlet.

Operands

provider_name: The name of the provider used to reference the provider-config element.

Examples

Example 1 Deleting a message security provider

The following example shows how to delete a message security provider for a client.

 
asadmin> delete-message-security-provider --layer SOAP mySecurityProvider

Exit Status

0: command executed successfully 1: error in executing the command

See Also