public abstract class SamlSecureServletConfig<T extends SamlSecurityConfiguration>
extends com.google.inject.servlet.GuiceServletContextListener
| Constructor and Description |
|---|
SamlSecureServletConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<T> |
getClazz() |
protected abstract String |
getConfiguationFilePath() |
T |
getConfiguration() |
protected com.google.inject.Injector |
getInjector() |
protected abstract List<com.google.inject.Module> |
getModules() |
protected abstract String |
getName() |
protected Boolean |
isSecure() |
protected abstract String getConfiguationFilePath()
protected abstract List<com.google.inject.Module> getModules()
protected abstract String getName()
protected com.google.inject.Injector getInjector()
getInjector in class com.google.inject.servlet.GuiceServletContextListenerpublic T getConfiguration()
protected Boolean isSecure()
Copyright © 2017. All Rights Reserved.