Package | Description |
---|---|
com.okta.sdk.impl.config | |
com.okta.sdk.impl.io |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
DefaultPropertiesParser.parse(Resource resource) |
Map<String,String> |
PropertiesParser.parse(Resource resource)
Parses the specified
.properties resource and returns a map of the parsed properties or an
empty map if no properties were found. |
Constructor and Description |
---|
ResourcePropertiesSource(Resource resource) |
YAMLPropertiesSource(Resource resource) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResource |
class |
ClasspathResource |
class |
FileResource |
class |
StringResource |
class |
UrlResource |
Modifier and Type | Method and Description |
---|---|
Resource |
DefaultResourceFactory.createResource(String location) |
Resource |
ResourceFactory.createResource(String location) |
Copyright © 2017–2023 Okta. All rights reserved.