public interface IAuthenticationConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static class |
IAuthenticationConfiguration.Inline |
| Modifier and Type | Field and Description |
|---|---|
static Collection<String> |
DEFAULT_WHITE_LIST |
| Modifier and Type | Method and Description |
|---|---|
IAuthenticationMethodConfiguration |
getAuthenticationMethodConfiguration() |
IAuthenticationSourceConfiguration |
getAuthenticationSourceConfiguration() |
Collection<String> |
getWhiteList() |
com.esotericsoftware.yamlbeans.document.YamlMapping |
toYaml() |
IAuthenticationConfiguration |
withAuthenticationMethodConfiguration(IAuthenticationMethodConfiguration config) |
IAuthenticationConfiguration |
withAuthenticationSourceConfiguration(IAuthenticationSourceConfiguration config) |
IAuthenticationConfiguration |
withWhiteList(Collection<String> whiteList) |
static final Collection<String> DEFAULT_WHITE_LIST
IAuthenticationMethodConfiguration getAuthenticationMethodConfiguration()
IAuthenticationSourceConfiguration getAuthenticationSourceConfiguration()
Collection<String> getWhiteList()
IAuthenticationConfiguration withAuthenticationMethodConfiguration(IAuthenticationMethodConfiguration config)
IAuthenticationConfiguration withAuthenticationSourceConfiguration(IAuthenticationSourceConfiguration config)
IAuthenticationConfiguration withWhiteList(Collection<String> whiteList)
com.esotericsoftware.yamlbeans.document.YamlMapping toYaml()
throws com.esotericsoftware.yamlbeans.YamlException
com.esotericsoftware.yamlbeans.YamlExceptionCopyright © 2020 Prompto. All rights reserved.