public static class IAuthenticationConfiguration.Inline extends Object implements IAuthenticationConfiguration
IAuthenticationConfiguration.InlineDEFAULT_WHITE_LIST| Constructor and Description |
|---|
Inline() |
| 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> list) |
public IAuthenticationMethodConfiguration getAuthenticationMethodConfiguration()
getAuthenticationMethodConfiguration in interface IAuthenticationConfigurationpublic IAuthenticationSourceConfiguration getAuthenticationSourceConfiguration()
getAuthenticationSourceConfiguration in interface IAuthenticationConfigurationpublic Collection<String> getWhiteList()
getWhiteList in interface IAuthenticationConfigurationpublic IAuthenticationConfiguration withAuthenticationMethodConfiguration(IAuthenticationMethodConfiguration config)
withAuthenticationMethodConfiguration in interface IAuthenticationConfigurationpublic IAuthenticationConfiguration withAuthenticationSourceConfiguration(IAuthenticationSourceConfiguration config)
withAuthenticationSourceConfiguration in interface IAuthenticationConfigurationpublic IAuthenticationConfiguration withWhiteList(Collection<String> list)
withWhiteList in interface IAuthenticationConfigurationpublic com.esotericsoftware.yamlbeans.document.YamlMapping toYaml()
throws com.esotericsoftware.yamlbeans.YamlException
toYaml in interface IAuthenticationConfigurationcom.esotericsoftware.yamlbeans.YamlExceptionCopyright © 2020 Prompto. All rights reserved.