public class SAMLBundle<T extends SamlSecurityConfiguration> extends Object implements io.dropwizard.ConfiguredBundle<T>
| Constructor and Description |
|---|
SAMLBundle(io.dropwizard.Application<T> app,
Class<T> clazz,
com.google.inject.Module module) |
| Modifier and Type | Method and Description |
|---|---|
protected SecureServerCommand<T> |
getSecureServerCommand() |
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) |
void |
run(T configuration,
io.dropwizard.setup.Environment environment) |
public void run(T configuration, io.dropwizard.setup.Environment environment) throws Exception
run in interface io.dropwizard.ConfiguredBundle<T extends SamlSecurityConfiguration>Exceptionpublic void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize in interface io.dropwizard.ConfiguredBundle<T extends SamlSecurityConfiguration>protected SecureServerCommand<T> getSecureServerCommand()
Copyright © 2017. All Rights Reserved.