public class ConfiguredAuthServices extends ChoiceValues
Modifier and Type | Field and Description |
---|---|
protected static String |
NAMED_CONFIGURATION |
protected static String |
SERVICE_NAME |
Constructor and Description |
---|
ConfiguredAuthServices()
Creates
ConfiguredAuthServices object. |
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
filterConfigs(Set<String> namedConfigs,
ServiceConfig parentConfig,
String realm,
SSOToken adminToken)
Extensions will want to restrict the list of auth services.
|
Map |
getChoiceValues()
Returns the choice values and their corresponding localization keys.
|
Map |
getChoiceValues(Map envParams)
Returns the choice values from configured environment params.
|
getAttributeName, getAttributeSchemaNode, getConfiguredKeyValues
protected static final String SERVICE_NAME
protected static final String NAMED_CONFIGURATION
public ConfiguredAuthServices()
ConfiguredAuthServices
object.
Default constructor that will be used by the SMS
to create an instance of this classpublic Map getChoiceValues()
getChoiceValues
in class ChoiceValues
public Map getChoiceValues(Map envParams)
getChoiceValues
in class ChoiceValues
envParams
- map for configured parametersprotected Set<String> filterConfigs(Set<String> namedConfigs, ServiceConfig parentConfig, String realm, SSOToken adminToken)
namedConfigs
- The auth services that have been found.parentConfig
- The ServiceConfig parent of all auth services.realm
- The current realm.adminToken
- The current SSO token.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.