asadmin [asadmin-options] delete-message-security-provider [--help]
[--target target]
--layer message_layer
provider_name
delete-message-security-provider |
Previous | Next | Contents |
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
\{product---name}). 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.
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) 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.
Deletes the message security provider from every server instance in the cluster.
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
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
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |