Package prompto.security.auth.source
Interface IAuthenticationSourceFactory
-
- All Known Implementing Classes:
PasswordIsUserNameAuthenticationSourceFactory,StoredPasswordDigestAuthenticationSourceFactory
public interface IAuthenticationSourceFactory
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJettyLoginModuleName()StringinstallJettyLoginModule()IAuthenticationSourcenewAuthenticationSource()IAuthenticationSourceConfigurationnewConfiguration(prompto.config.IConfigurationReader reader)static IAuthenticationSourceFactorynewFactory(String factoryName)voidsetConfiguration(IAuthenticationSourceConfiguration config)com.esotericsoftware.yamlbeans.document.YamlMappingtoYaml()
-
-
-
Method Detail
-
newFactory
static IAuthenticationSourceFactory newFactory(String factoryName) throws Throwable
- Throws:
Throwable
-
newConfiguration
IAuthenticationSourceConfiguration newConfiguration(prompto.config.IConfigurationReader reader)
-
setConfiguration
void setConfiguration(IAuthenticationSourceConfiguration config)
-
installJettyLoginModule
String installJettyLoginModule()
-
getJettyLoginModuleName
String getJettyLoginModuleName()
-
toYaml
com.esotericsoftware.yamlbeans.document.YamlMapping toYaml() throws com.esotericsoftware.yamlbeans.YamlException- Throws:
com.esotericsoftware.yamlbeans.YamlException
-
newAuthenticationSource
IAuthenticationSource newAuthenticationSource()
-
-