Searched defs:getChoiceValues (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllConfiguredModuleInstances.java52 public Map getChoiceValues() { method in class:AllConfiguredModuleInstances
53 return getChoiceValues(Collections.EMPTY_MAP);
61 public Map getChoiceValues(Map envParams) { method in class:AllConfiguredModuleInstances
H A DConfiguredIdentityTypes.java72 public Map getChoiceValues() { method in class:ConfiguredIdentityTypes
73 return getChoiceValues(Collections.EMPTY_MAP);
81 public Map getChoiceValues(Map envParams) { method in class:ConfiguredIdentityTypes
H A DConfiguredAuthServices.java69 public Map getChoiceValues() { method in class:ConfiguredAuthServices
70 return getChoiceValues(Collections.EMPTY_MAP);
78 public Map getChoiceValues(Map envParams) { method in class:ConfiguredAuthServices
H A DConfiguredModuleInstances.java68 public Map getChoiceValues() { method in class:ConfiguredModuleInstances
69 return getChoiceValues(Collections.EMPTY_MAP);
77 public Map getChoiceValues(Map envParams) { method in class:ConfiguredModuleInstances
H A DConfiguredSocialAuthServices.java44 public Map getChoiceValues(Map envParams) { method in class:ConfiguredSocialAuthServices
45 Map<String,String> choices = super.getChoiceValues(envParams);
H A DAllowedModulesChoiceValues.java73 public Map getChoiceValues() { method in class:AllowedModulesChoiceValues
115 public Map getChoiceValues(Map envParams) { method in class:AllowedModulesChoiceValues
117 getChoiceValues();
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/configuration/
H A DAuditTopicChoiceValues.java40 public Map<String, String> getChoiceValues() { method in class:AuditTopicChoiceValues
H A DJdbcDatabaseTypeChoiceValues.java39 public Map getChoiceValues() { method in class:JdbcDatabaseTypeChoiceValues
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DGetAttributeSchemaChoiceValues.java78 getChoiceValues(attrSchema)));
81 private Map<String, String> getChoiceValues(AttributeSchema attrSchema) { method in class:GetAttributeSchemaChoiceValues
83 for (String value : attrSchema.getChoiceValues()) {
/forgerock/openam/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/configuration/
H A DAuditTopicChoiceValues.java40 public Map<String, String> getChoiceValues() { method in class:AuditTopicChoiceValues
H A DJdbcDatabaseTypeChoiceValues.java39 public Map getChoiceValues() { method in class:JdbcDatabaseTypeChoiceValues
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DGetAttributeSchemaChoiceValues.java78 getChoiceValues(attrSchema)));
81 private Map<String, String> getChoiceValues(AttributeSchema attrSchema) { method in class:GetAttributeSchemaChoiceValues
83 for (String value : attrSchema.getChoiceValues()) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllConfiguredModuleInstances.java52 public Map getChoiceValues() { method in class:AllConfiguredModuleInstances
53 return getChoiceValues(Collections.EMPTY_MAP);
61 public Map getChoiceValues(Map envParams) { method in class:AllConfiguredModuleInstances
H A DConfiguredIdentityTypes.java72 public Map getChoiceValues() { method in class:ConfiguredIdentityTypes
73 return getChoiceValues(Collections.EMPTY_MAP);
81 public Map getChoiceValues(Map envParams) { method in class:ConfiguredIdentityTypes
H A DConfiguredAuthServices.java69 public Map getChoiceValues() { method in class:ConfiguredAuthServices
70 return getChoiceValues(Collections.EMPTY_MAP);
78 public Map getChoiceValues(Map envParams) { method in class:ConfiguredAuthServices
H A DConfiguredModuleInstances.java68 public Map getChoiceValues() { method in class:ConfiguredModuleInstances
69 return getChoiceValues(Collections.EMPTY_MAP);
77 public Map getChoiceValues(Map envParams) { method in class:ConfiguredModuleInstances
H A DConfiguredSocialAuthServices.java46 public Map getChoiceValues(Map envParams) { method in class:ConfiguredSocialAuthServices
47 Map<String,String> choices = super.getChoiceValues(envParams);
H A DAllowedModulesChoiceValues.java73 public Map getChoiceValues() { method in class:AllowedModulesChoiceValues
115 public Map getChoiceValues(Map envParams) { method in class:AllowedModulesChoiceValues
117 getChoiceValues();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAllowedAgents.java80 public Map getChoiceValues() { method in class:AllowedAgents
81 return getChoiceValues(Collections.EMPTY_MAP);
89 public Map getChoiceValues(Map envParams) { method in class:AllowedAgents
122 debug.warning("AllowedAgents.getChoiceValues(): SSOException:"
127 debug.warning("AllowedAgents.getChoiceValues(): SMSException:"
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptChoiceValues.java52 public Map getChoiceValues() { method in class:ScriptChoiceValues
53 return getChoiceValues(Collections.EMPTY_MAP);
57 public Map getChoiceValues(Map envParams) { method in class:ScriptChoiceValues
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptChoiceValues.java56 public Map getChoiceValues() { method in class:ScriptChoiceValues
57 return getChoiceValues(Collections.EMPTY_MAP);
61 public Map getChoiceValues(Map envParams) { method in class:ScriptChoiceValues
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAllowedAgents.java80 public Map getChoiceValues() { method in class:AllowedAgents
81 return getChoiceValues(Collections.EMPTY_MAP);
89 public Map getChoiceValues(Map envParams) { method in class:AllowedAgents
122 debug.warning("AllowedAgents.getChoiceValues(): SSOException:"
127 debug.warning("AllowedAgents.getChoiceValues(): SMSException:"
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DChoiceValues.java57 public abstract Map getChoiceValues(); method in class:ChoiceValues
62 * <code>getChoiceValues</code> without the parameter. A class extending
71 public Map getChoiceValues(Map envParams) { method in class:ChoiceValues
72 return (getChoiceValues());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DChoiceValues.java57 public abstract Map getChoiceValues(); method in class:ChoiceValues
62 * <code>getChoiceValues</code> without the parameter. A class extending
71 public Map getChoiceValues(Map envParams) { method in class:ChoiceValues
72 return (getChoiceValues());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/admin/
H A DPossibleLocales.java89 public Map getChoiceValues() { method in class:PossibleLocales

Completed in 96 milliseconds

12