Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
enables administrators to delete a message security provider
delete-message-security-provider [--help] [--target target] --layer message_layer provider_name
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 GlassFish 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.
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.
--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
.
The name of the provider used to reference the provider-config
element.
The following example shows how to delete a message security provider for a client.
asadmin> delete-message-security-provider --layer SOAP mySecurityProvider
command executed successfully
error in executing the command
create-message-security-provider(1), list-message-security-providers(1)