public interface IAuthenticationSourceFactory
| Modifier and Type | Method and Description |
|---|---|
String |
installJettyLoginModule() |
IAuthenticationSource |
newAuthenticationSource() |
IAuthenticationSourceConfiguration |
newConfiguration(prompto.config.IConfigurationReader reader) |
static IAuthenticationSourceFactory |
newFactory(String factoryName) |
void |
setConfiguration(IAuthenticationSourceConfiguration config) |
com.esotericsoftware.yamlbeans.document.YamlMapping |
toYaml() |
static IAuthenticationSourceFactory newFactory(String factoryName) throws Throwable
ThrowableIAuthenticationSourceConfiguration newConfiguration(prompto.config.IConfigurationReader reader)
void setConfiguration(IAuthenticationSourceConfiguration config)
String installJettyLoginModule()
com.esotericsoftware.yamlbeans.document.YamlMapping toYaml()
throws com.esotericsoftware.yamlbeans.YamlException
com.esotericsoftware.yamlbeans.YamlExceptionIAuthenticationSource newAuthenticationSource()
Copyright © 2020 Prompto. All rights reserved.