@MetaInfServices(value=com.nimbusds.openid.connect.provider.spi.config.SystemPropertiesSource.class) public class URLSystemPropertiesSource extends Object implements com.nimbusds.openid.connect.provider.spi.config.SystemPropertiesSource
This class is thread-safe.
| Modifier and Type | Field and Description |
|---|---|
static String |
SYSTEM_PROPERTY_NAME
The name of the system property specifying the system properties
URL.
|
| Constructor and Description |
|---|
URLSystemPropertiesSource() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getProperties() |
Properties |
getProperties(SourceURL sourceURL)
Gets the properties at the specified source URL.
|
public static final String SYSTEM_PROPERTY_NAME
public Properties getProperties(SourceURL sourceURL)
sourceURL - The source URL.RuntimeException - If retrieval of the properties failed.public Properties getProperties()
getProperties in interface com.nimbusds.openid.connect.provider.spi.config.SystemPropertiesSourceRuntimeException - If retrieval of the properties failed.Copyright © 2021 Connect2id Ltd.. All rights reserved.