Package net.shibboleth.idp.cli
Class DataSealerCLI
java.lang.Object
net.shibboleth.ext.spring.cli.AbstractCommandLine<T>
net.shibboleth.idp.cli.AbstractIdPHomeAwareCommandLine<DataSealerArguments>
net.shibboleth.idp.cli.DataSealerCLI
Command line utility for
DataSealer
.- Since:
- 4.1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class net.shibboleth.ext.spring.cli.AbstractCommandLine
AbstractCommandLine.TerminalCodes
-
Field Summary
FieldsFields inherited from class net.shibboleth.ext.spring.cli.AbstractCommandLine
ARGS_PROPERTY, RC_INIT, RC_IO, RC_OK, RC_UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
doRun
(DataSealerArguments args) protected Class<DataSealerArguments>
protected org.slf4j.Logger
protected String
static void
CLI entry point.Methods inherited from class net.shibboleth.idp.cli.AbstractIdPHomeAwareCommandLine
getHttpClient, getHttpClientSecurityParameters
Methods inherited from class net.shibboleth.ext.spring.cli.AbstractCommandLine
getAdditionalSpringResources, getApplicationContext, initLogging, run, setContextInitializer
-
Field Details
-
log
@Nullable private org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
DataSealerCLI
public DataSealerCLI()
-
-
Method Details
-
getLogger
@Nonnull protected org.slf4j.Logger getLogger()- Specified by:
getLogger
in classAbstractCommandLine<DataSealerArguments>
-
getArgumentClass
- Specified by:
getArgumentClass
in classAbstractCommandLine<DataSealerArguments>
-
getVersion
- Specified by:
getVersion
in classAbstractCommandLine<DataSealerArguments>
-
doRun
- Overrides:
doRun
in classAbstractIdPHomeAwareCommandLine<DataSealerArguments>
-
main
CLI entry point.- Parameters:
args
- arguments
-