Package prompto.security.auth.source
Class PasswordIsUserNameAuthenticationSourceFactory
- java.lang.Object
-
- prompto.security.auth.source.PasswordIsUserNameAuthenticationSourceFactory
-
- All Implemented Interfaces:
IAuthenticationSourceFactory
public class PasswordIsUserNameAuthenticationSourceFactory extends Object implements IAuthenticationSourceFactory
-
-
Constructor Summary
Constructors Constructor Description PasswordIsUserNameAuthenticationSourceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJettyLoginModuleName()StringinstallJettyLoginModule()IAuthenticationSourcenewAuthenticationSource()IAuthenticationSourceConfigurationnewConfiguration(prompto.config.IConfigurationReader reader)voidsetConfiguration(IAuthenticationSourceConfiguration config)com.esotericsoftware.yamlbeans.document.YamlMappingtoYaml()
-
-
-
Method Detail
-
newConfiguration
public IAuthenticationSourceConfiguration newConfiguration(prompto.config.IConfigurationReader reader)
- Specified by:
newConfigurationin interfaceIAuthenticationSourceFactory
-
setConfiguration
public void setConfiguration(IAuthenticationSourceConfiguration config)
- Specified by:
setConfigurationin interfaceIAuthenticationSourceFactory
-
installJettyLoginModule
public String installJettyLoginModule()
- Specified by:
installJettyLoginModulein interfaceIAuthenticationSourceFactory
-
getJettyLoginModuleName
public String getJettyLoginModuleName()
- Specified by:
getJettyLoginModuleNamein interfaceIAuthenticationSourceFactory
-
newAuthenticationSource
public IAuthenticationSource newAuthenticationSource()
- Specified by:
newAuthenticationSourcein interfaceIAuthenticationSourceFactory
-
toYaml
public com.esotericsoftware.yamlbeans.document.YamlMapping toYaml() throws com.esotericsoftware.yamlbeans.YamlException- Specified by:
toYamlin interfaceIAuthenticationSourceFactory- Throws:
com.esotericsoftware.yamlbeans.YamlException
-
-