Searched defs:choiceValues (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredIdentityTypes.java97 if ((choiceValues != null) && (!choiceValues.isEmpty())) {
98 answer = (Map) choiceValues.get(orgDN);
128 choiceValues.put(orgDN,answer);
134 private static Hashtable choiceValues = new Hashtable(); field in class:ConfiguredIdentityTypes
H A DAllowedModulesChoiceValues.java106 choiceValues = answer;
107 return (choiceValues);
141 for (Iterator ite=choiceValues.keySet().iterator(); ite.hasNext();){
200 Map choiceValues = null; field in class:AllowedModulesChoiceValues
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredIdentityTypes.java97 if ((choiceValues != null) && (!choiceValues.isEmpty())) {
98 answer = (Map) choiceValues.get(orgDN);
128 choiceValues.put(orgDN,answer);
134 private static Hashtable choiceValues = new Hashtable(); field in class:ConfiguredIdentityTypes
H A DAllowedModulesChoiceValues.java106 choiceValues = answer;
107 return (choiceValues);
141 for (Iterator ite=choiceValues.keySet().iterator(); ite.hasNext();){
200 Map choiceValues = null; field in class:AllowedModulesChoiceValues
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java96 * @param choiceValues the new choice values
100 protected AttributeSchemaImpl updateChoiceValues(AttributeSchemaImpl attribute, Collection<String> choiceValues) argument
106 for (String choiceValue : choiceValues) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java78 private Map choiceValues; field in class:AttributeSchemaImpl
229 choiceValues = choiceObject.getChoiceValues();
231 if (choiceValues != null) {
232 Set ret = choiceValues.keySet();
249 choiceValues = choiceObject.getChoiceValues(envParams);
251 if (choiceValues != null) {
252 Set ret = choiceValues.keySet();
265 choiceValues = choiceObject.getChoiceValues();
267 if (choiceValues != null) {
268 return (choiceValues);
[all...]
H A DAttributeSchema.java418 Map choiceValues = as.getChoiceValuesMap();
419 choiceValues.put(value, i18nKey);
420 updateChoiceValues(choiceValues);
435 Map choiceValues = as.getChoiceValuesMap();
436 if (choiceValues.remove(value) != null) {
437 updateChoiceValues(choiceValues);
828 protected void updateChoiceValues(Map choiceValues) throws SMSException, argument
830 updateChoiceValues(choiceValues, null);
833 protected void updateChoiceValues(Map choiceValues, Document doc) argument
838 Iterator items = choiceValues
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java82 private Map choiceValues; field in class:AttributeSchemaImpl
251 choiceValues = choiceObject.getChoiceValues();
253 if (choiceValues != null) {
254 Set ret = choiceValues.keySet();
271 choiceValues = choiceObject.getChoiceValues(envParams);
273 if (choiceValues != null) {
274 Set ret = choiceValues.keySet();
287 choiceValues = choiceObject.getChoiceValues();
289 if (choiceValues != null) {
290 return (choiceValues);
[all...]
H A DAttributeSchema.java452 Map choiceValues = as.getChoiceValuesMap();
453 choiceValues.put(value, i18nKey);
454 updateChoiceValues(choiceValues);
469 Map choiceValues = as.getChoiceValuesMap();
470 if (choiceValues.remove(value) != null) {
471 updateChoiceValues(choiceValues);
862 protected void updateChoiceValues(Map choiceValues) throws SMSException, argument
864 updateChoiceValues(choiceValues, null);
867 protected void updateChoiceValues(Map choiceValues, Document doc) argument
872 Iterator items = choiceValues
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java1249 * @param choiceValues Choice values e.g. Inactive
1257 Set choiceValues,
1264 for (Iterator i = choiceValues.iterator(); i.hasNext();) {
1253 removeAttributeChoiceValues( String serviceName, String schemaType, String attributeName, Set choiceValues, String subSchema) argument
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java1249 * @param choiceValues Choice values e.g. Inactive
1257 Set choiceValues,
1264 for (Iterator i = choiceValues.iterator(); i.hasNext();) {
1253 removeAttributeChoiceValues( String serviceName, String schemaType, String attributeName, Set choiceValues, String subSchema) argument

Completed in 61 milliseconds