destroy CredentialManager destroy
NAME
destroy - destroy a credential stored by init
SYNOPSIS
destroy [ options ] <IndexService's base URL> user name credential name
DESCRIPTION
The destroy command destroy a credential from the server that was
previously stored using init. The user must have a valid proxy
credential as generated by grid-proxy-init, init or retrieved by
get when running this command. If the user is not the owner of that credential,
he needs to provide the Credential pass phrase associated with the credential using
-p option.
OPTIONS
-gsiSecConv type --gsi_Secure_Conversation type
Specifies the type of GSI Secure Conversation.
There are two types available:
'sig' - for XML Signature
'enc' - for XML Encryption (default)
'anon' - for anonymous authentication
-gsiXmlSig
Enables GSI XML Signature (can be used together with -gssxml).
-deleg mode --delegation_mode mode
Specifies the mode of delegation.
The modes available are:
'limited' - performs limited delegation
'full' - performs full delegation (default)
-auth type --authorization_type type
The types available are:
'host' - performs host authorization (default)
'self' - performs self authorization
'none' - disables authorization
Otherwise, identity authorization is performed with type identity.
-debug
Enables debug mode.
-p password, --credential_password password
Specifies the password of credentials to be destroyed. If the user
is not the owner of the credential, in other words, he is not the one who
stores that credential. He has to provide the password to destroy it.
-h handle, --handle handle
Specifies the handle of the service instance. There is a
one-to-one mapping between the credentials and the service
instances. The service instance is accessed through its handle.
By default, the user name and credential name is used in destroy
command and the handle is obtained by querying the index service.
This option will allow user to directly specify the handle of
the service instance for that credential without using index
service. For more information, please refer to index service.