public interface IAuthenticationMethodFactory
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.security.Authenticator |
newAuthenticator(boolean withXAuthorization) |
IAuthenticationMethodConfiguration |
newConfiguration(prompto.config.IConfigurationReader reader) |
static IAuthenticationMethodFactory |
newFactory(String factoryName) |
void |
setConfiguration(IAuthenticationMethodConfiguration config) |
default com.esotericsoftware.yamlbeans.document.YamlMapping |
toYaml() |
static IAuthenticationMethodFactory newFactory(String factoryName) throws Throwable
ThrowableIAuthenticationMethodConfiguration newConfiguration(prompto.config.IConfigurationReader reader)
void setConfiguration(IAuthenticationMethodConfiguration config)
org.eclipse.jetty.security.Authenticator newAuthenticator(boolean withXAuthorization)
default com.esotericsoftware.yamlbeans.document.YamlMapping toYaml()
throws com.esotericsoftware.yamlbeans.YamlException
com.esotericsoftware.yamlbeans.YamlExceptionCopyright © 2020 Prompto. All rights reserved.