public final class AuthenticationYamlSwapper extends Object implements YamlSwapper<YamlAuthenticationConfiguration,Authentication>
| 构造器和说明 |
|---|
AuthenticationYamlSwapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
Authentication |
swapToObject(YamlAuthenticationConfiguration yamlConfig)
Swap from YAML configuration to object.
|
YamlAuthenticationConfiguration |
swapToYamlConfiguration(Authentication data)
Swap to YAML configuration.
|
public YamlAuthenticationConfiguration swapToYamlConfiguration(Authentication data)
YamlSwapperswapToYamlConfiguration 在接口中 YamlSwapper<YamlAuthenticationConfiguration,Authentication>data - data to be swappedpublic Authentication swapToObject(YamlAuthenticationConfiguration yamlConfig)
YamlSwapperswapToObject 在接口中 YamlSwapper<YamlAuthenticationConfiguration,Authentication>yamlConfig - YAML configurationCopyright © 2020 The Apache Software Foundation. All rights reserved.