Package prompto.security.auth.method
Class FormAuthenticationMethodFactory
- java.lang.Object
-
- prompto.security.auth.method.FormAuthenticationMethodFactory
-
- All Implemented Interfaces:
IAuthenticationMethodFactory
public class FormAuthenticationMethodFactory extends Object implements IAuthenticationMethodFactory
-
-
Constructor Summary
Constructors Constructor Description FormAuthenticationMethodFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jetty.security.AuthenticatornewAuthenticator(boolean withXAuthorization)IAuthenticationMethodConfigurationnewConfiguration(prompto.config.IConfigurationReader reader)voidsetConfiguration(IAuthenticationMethodConfiguration config)com.esotericsoftware.yamlbeans.document.YamlMappingtoYaml()
-
-
-
Method Detail
-
newConfiguration
public IAuthenticationMethodConfiguration newConfiguration(prompto.config.IConfigurationReader reader)
- Specified by:
newConfigurationin interfaceIAuthenticationMethodFactory
-
setConfiguration
public void setConfiguration(IAuthenticationMethodConfiguration config)
- Specified by:
setConfigurationin interfaceIAuthenticationMethodFactory
-
newAuthenticator
public org.eclipse.jetty.security.Authenticator newAuthenticator(boolean withXAuthorization)
- Specified by:
newAuthenticatorin interfaceIAuthenticationMethodFactory
-
toYaml
public com.esotericsoftware.yamlbeans.document.YamlMapping toYaml() throws com.esotericsoftware.yamlbeans.YamlException- Specified by:
toYamlin interfaceIAuthenticationMethodFactory- Throws:
com.esotericsoftware.yamlbeans.YamlException
-
-