T - the Configuration subclass which is loaded from the configuration filepublic class SecureServerCommand<T extends SamlSecurityConfiguration>
extends io.dropwizard.cli.EnvironmentCommand<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
SECURE_SERVER_COMMAND |
| Constructor and Description |
|---|
SecureServerCommand(io.dropwizard.Application<T> application) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<T> |
getConfigurationClass() |
protected void |
run(io.dropwizard.setup.Environment environment,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration) |
public static final String SECURE_SERVER_COMMAND
public SecureServerCommand(io.dropwizard.Application<T> application)
protected Class<T> getConfigurationClass()
getConfigurationClass in class io.dropwizard.cli.ConfiguredCommand<T extends SamlSecurityConfiguration>protected void run(io.dropwizard.setup.Environment environment,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration)
throws Exception
run in class io.dropwizard.cli.EnvironmentCommand<T extends SamlSecurityConfiguration>ExceptionCopyright © 2017. All Rights Reserved.