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 void |
toYaml(com.esotericsoftware.yamlbeans.document.YamlMapping yaml) |
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 void toYaml(com.esotericsoftware.yamlbeans.document.YamlMapping yaml)
throws com.esotericsoftware.yamlbeans.YamlException
com.esotericsoftware.yamlbeans.YamlExceptionCopyright © 2018 Prompto. All rights reserved.