Package prompto.security.auth.method
Interface IAuthenticationMethodFactory
-
- All Known Implementing Classes:
BasicAuthenticationMethodFactory,FormAuthenticationMethodFactory
public interface IAuthenticationMethodFactory
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.eclipse.jetty.security.AuthenticatornewAuthenticator(boolean withXAuthorization)IAuthenticationMethodConfigurationnewConfiguration(prompto.config.IConfigurationReader reader)static IAuthenticationMethodFactorynewFactory(String factoryName)voidsetConfiguration(IAuthenticationMethodConfiguration config)default com.esotericsoftware.yamlbeans.document.YamlMappingtoYaml()
-
-
-
Method Detail
-
newFactory
static IAuthenticationMethodFactory newFactory(String factoryName) throws Throwable
- Throws:
Throwable
-
newConfiguration
IAuthenticationMethodConfiguration newConfiguration(prompto.config.IConfigurationReader reader)
-
setConfiguration
void setConfiguration(IAuthenticationMethodConfiguration config)
-
newAuthenticator
org.eclipse.jetty.security.Authenticator newAuthenticator(boolean withXAuthorization)
-
toYaml
default com.esotericsoftware.yamlbeans.document.YamlMapping toYaml() throws com.esotericsoftware.yamlbeans.YamlException- Throws:
com.esotericsoftware.yamlbeans.YamlException
-
-