T - The type of the object that holds key details about where exactly to look when retrieving the settings.public interface ValidDomainExtractor<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
extractValidDomains(T configInfo)
Extracts the Valid goto URL domains based on the provided configuration details.
|
Collection<String> extractValidDomains(T configInfo)
configInfo - The necessary information to retrieve the correct configuration.Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.