Package prompto.config.auth
Class AuthenticationConfiguration
- java.lang.Object
-
- prompto.config.auth.IAuthenticationConfiguration.Inline
-
- prompto.config.auth.AuthenticationConfiguration
-
- All Implemented Interfaces:
IAuthenticationConfiguration
public class AuthenticationConfiguration extends IAuthenticationConfiguration.Inline
-
-
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 AuthenticationConfiguration(prompto.config.IConfigurationReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.esotericsoftware.yamlbeans.document.YamlMappingtoYaml()-
Methods inherited from class prompto.config.auth.IAuthenticationConfiguration.Inline
getAuthenticationMethodConfiguration, getAuthenticationSourceConfiguration, getWhiteList, withAuthenticationMethodConfiguration, withAuthenticationSourceConfiguration, withWhiteList
-
-
-
-
Method Detail
-
toYaml
public com.esotericsoftware.yamlbeans.document.YamlMapping toYaml() throws com.esotericsoftware.yamlbeans.YamlException- Specified by:
toYamlin interfaceIAuthenticationConfiguration- Overrides:
toYamlin classIAuthenticationConfiguration.Inline- Throws:
com.esotericsoftware.yamlbeans.YamlException
-
-