Package prompto.config.auth
Class IAuthenticationConfiguration.Inline
- java.lang.Object
-
- prompto.config.auth.IAuthenticationConfiguration.Inline
-
- All Implemented Interfaces:
IAuthenticationConfiguration
- Direct Known Subclasses:
AuthenticationConfiguration,CodeStoreAuthenticationConfiguration
- Enclosing interface:
- IAuthenticationConfiguration
public static class IAuthenticationConfiguration.Inline extends Object implements IAuthenticationConfiguration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface prompto.config.auth.IAuthenticationConfiguration
IAuthenticationConfiguration.Inline
-
-
Field Summary
-
Fields inherited from interface prompto.config.auth.IAuthenticationConfiguration
DEFAULT_WHITE_LIST
-
-
Constructor Summary
Constructors Constructor Description Inline()
-
Method Summary
All Methods Instance Methods Concrete 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> list)
-
-
-
Method Detail
-
getAuthenticationMethodConfiguration
public IAuthenticationMethodConfiguration getAuthenticationMethodConfiguration()
- Specified by:
getAuthenticationMethodConfigurationin interfaceIAuthenticationConfiguration
-
getAuthenticationSourceConfiguration
public IAuthenticationSourceConfiguration getAuthenticationSourceConfiguration()
- Specified by:
getAuthenticationSourceConfigurationin interfaceIAuthenticationConfiguration
-
getWhiteList
public Collection<String> getWhiteList()
- Specified by:
getWhiteListin interfaceIAuthenticationConfiguration
-
withAuthenticationMethodConfiguration
public IAuthenticationConfiguration withAuthenticationMethodConfiguration(IAuthenticationMethodConfiguration config)
- Specified by:
withAuthenticationMethodConfigurationin interfaceIAuthenticationConfiguration
-
withAuthenticationSourceConfiguration
public IAuthenticationConfiguration withAuthenticationSourceConfiguration(IAuthenticationSourceConfiguration config)
- Specified by:
withAuthenticationSourceConfigurationin interfaceIAuthenticationConfiguration
-
withWhiteList
public IAuthenticationConfiguration withWhiteList(Collection<String> list)
- Specified by:
withWhiteListin interfaceIAuthenticationConfiguration
-
toYaml
public com.esotericsoftware.yamlbeans.document.YamlMapping toYaml() throws com.esotericsoftware.yamlbeans.YamlException- Specified by:
toYamlin interfaceIAuthenticationConfiguration- Throws:
com.esotericsoftware.yamlbeans.YamlException
-
-