Searched refs:getChoiceValuesMap (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java381 public Map getChoiceValuesMap(Map envParams) { method in class:AttributeSchema
382 return as.getChoiceValuesMap(envParams);
418 Map choiceValues = as.getChoiceValuesMap();
435 Map choiceValues = as.getChoiceValuesMap();
H A DAttributeSchemaImpl.java263 protected Map getChoiceValuesMap() { method in class:AttributeSchemaImpl
295 protected Map getChoiceValuesMap(Map envParams) { method in class:AttributeSchemaImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java415 public Map getChoiceValuesMap(Map envParams) { method in class:AttributeSchema
416 return as.getChoiceValuesMap(envParams);
452 Map choiceValues = as.getChoiceValuesMap();
469 Map choiceValues = as.getChoiceValuesMap();
H A DAttributeSchemaImpl.java285 protected Map getChoiceValuesMap() { method in class:AttributeSchemaImpl
317 protected Map getChoiceValuesMap(Map envParams) { method in class:AttributeSchemaImpl
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java354 Map<String, String> valuesMap = attribute.getChoiceValuesMap(environment);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java613 Map<String, String> valuesMap = attribute.getChoiceValuesMap(environment);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java974 Map<String, String> choiceValues = as.getChoiceValuesMap(env);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java974 Map<String, String> choiceValues = as.getChoiceValuesMap(env);

Completed in 54 milliseconds