@Component public class ConfigurationPropertiesAuthServerProvider extends Object implements AuthServersProvider
| Constructor and Description |
|---|
ConfigurationPropertiesAuthServerProvider(AuthServerConfigurationProperties authServerConfigurationProperties,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
AuthServer |
get(String issuer) |
Map<String,AuthServer> |
getAll() |
@Autowired public ConfigurationPropertiesAuthServerProvider(AuthServerConfigurationProperties authServerConfigurationProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public Map<String,AuthServer> getAll()
getAll in interface AuthServersProviderpublic AuthServer get(String issuer)
get in interface AuthServersProviderCopyright © 2022. All rights reserved.