Package prompto.config.auth
Interface IAuthenticationConfiguration
-
- All Known Implementing Classes:
AuthenticationConfiguration,CodeStoreAuthenticationConfiguration,IAuthenticationConfiguration.Inline
public interface IAuthenticationConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIAuthenticationConfiguration.Inline
-
Field Summary
Fields Modifier and Type Field Description static Collection<String>DEFAULT_WHITE_LIST
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthenticationMethodConfigurationgetAuthenticationMethodConfiguration()IAuthenticationSourceConfigurationgetAuthenticationSourceConfiguration()Collection<String>getWhiteList()com.esotericsoftware.yamlbeans.document.YamlMappingtoYaml()IAuthenticationConfigurationwithAuthenticationMethodConfiguration(IAuthenticationMethodConfiguration config)IAuthenticationConfigurationwithAuthenticationSourceConfiguration(IAuthenticationSourceConfiguration config)IAuthenticationConfigurationwithWhiteList(Collection<String> whiteList)
-
-
-
Field Detail
-
DEFAULT_WHITE_LIST
static final Collection<String> DEFAULT_WHITE_LIST
-
-
Method Detail
-
getAuthenticationMethodConfiguration
IAuthenticationMethodConfiguration getAuthenticationMethodConfiguration()
-
getAuthenticationSourceConfiguration
IAuthenticationSourceConfiguration getAuthenticationSourceConfiguration()
-
getWhiteList
Collection<String> getWhiteList()
-
withAuthenticationMethodConfiguration
IAuthenticationConfiguration withAuthenticationMethodConfiguration(IAuthenticationMethodConfiguration config)
-
withAuthenticationSourceConfiguration
IAuthenticationConfiguration withAuthenticationSourceConfiguration(IAuthenticationSourceConfiguration config)
-
withWhiteList
IAuthenticationConfiguration withWhiteList(Collection<String> whiteList)
-
toYaml
com.esotericsoftware.yamlbeans.document.YamlMapping toYaml() throws com.esotericsoftware.yamlbeans.YamlException- Throws:
com.esotericsoftware.yamlbeans.YamlException
-
-