public class SecretIdChoiceValues extends ChoiceValues
ChoiceValues
implementation that fetches the names of all known purposes.This type (including all methods, constructors and fields) is continuing to evolve and so should be expected to change, potentially in backwards-incompatible ways even in a minor release. Changes are documented at the time of product release.
Constructor and Description |
---|
SecretIdChoiceValues(SecretIdRegistry secretIdRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getChoiceValues()
Abstract method that must be implemented by a class extending this class,
and should return the choice values and their corresponding I18N key, for
the attribute.
|
Map<String,String> |
getChoiceValues(Map envParams)
Returns the choice values for attribute for the given environment
parameters.
|
getAttributeName, getAttributeSchemaNode, getConfiguredKeyValues
@Inject public SecretIdChoiceValues(SecretIdRegistry secretIdRegistry)
public Map<String,String> getChoiceValues()
ChoiceValues
getChoiceValues
in class ChoiceValues
java.util.Map
.
Key being the choice and the value being the I18N keypublic Map<String,String> getChoiceValues(Map envParams)
ChoiceValues
getChoiceValues
without the parameter. A class extending
this class can override this method to return the choice values and their
corresponding I18N key, for the attribute.getChoiceValues
in class ChoiceValues
envParams
- environment parametersjava.util.Map
.
Key being the choice and the value being the I18N keyCopyright © 2010-2018, ForgeRock All Rights Reserved.