Package com.sun.identity.federation.cli
Class DeleteMetaData
- java.lang.Object
-
- com.sun.identity.cli.CLICommandBase
-
- com.sun.identity.cli.AuthenticatedCommand
-
- com.sun.identity.federation.cli.DeleteMetaData
-
- All Implemented Interfaces:
CLICommand
public class DeleteMetaData extends AuthenticatedCommand
Delete a configuration and/or descriptor.
-
-
Field Summary
-
Fields inherited from class com.sun.identity.cli.AuthenticatedCommand
ssoToken
-
-
Constructor Summary
Constructors Constructor Description DeleteMetaData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(RequestContext rc)Deletes a configuration and/or descriptor.-
Methods inherited from class com.sun.identity.cli.AuthenticatedCommand
getAdminID, getAdminPassword, getAdminSSOToken, ldapLogin, processFileAttributes, writeLog
-
Methods inherited from class com.sun.identity.cli.CLICommandBase
debugError, debugError, debugMessage, debugWarning, getCommandManager, getOutputWriter, getResourceString, getStringOptionValue, getStringOptionValue, isOptionSet, isVerbose, tokenize
-
-
-
-
Method Detail
-
handleRequest
public void handleRequest(RequestContext rc) throws CLIException
Deletes a configuration and/or descriptor.- Specified by:
handleRequestin interfaceCLICommand- Overrides:
handleRequestin classAuthenticatedCommand- Parameters:
rc- Request Context.- Throws:
CLIException- if unable to process this request.
-
-