public abstract class SAMLSecureApp<T extends SamlSecurityConfiguration>
extends io.dropwizard.Application<T>
| Constructor and Description |
|---|
SAMLSecureApp() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIfSecurityDeclared(String[] args) |
SAMLBundle<T> |
createSAMLBundle() |
com.hubspot.dropwizard.guice.GuiceBundle<T> |
createSimpleBundle() |
abstract Class<T> |
getClazz() |
void |
initialize(io.dropwizard.setup.Bootstrap<T> bootstrap) |
boolean |
isSecure() |
abstract com.google.inject.Module |
module() |
abstract com.google.inject.Module |
moduleWithSession() |
void |
runSec(String[] args) |
public boolean isSecure()
public void initialize(io.dropwizard.setup.Bootstrap<T> bootstrap)
initialize in class io.dropwizard.Application<T extends SamlSecurityConfiguration>public boolean checkIfSecurityDeclared(String[] args)
public abstract com.google.inject.Module module()
public abstract com.google.inject.Module moduleWithSession()
public SAMLBundle<T> createSAMLBundle()
public com.hubspot.dropwizard.guice.GuiceBundle<T> createSimpleBundle()
Copyright © 2017. All Rights Reserved.