Searched refs:EMPTY_MAP (Results 251 - 275 of 302) sorted by relevance

<<111213

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DRuleOpViewBeanBase.java276 getActionValues(serviceType, withResource) : Collections.EMPTY_MAP;
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeConfigurationImpl.java347 orgConfig.addSubConfig(CONFIG_RESOURCE_TYPES, SCHEMA_RESOURCE_TYPES, 0, Collections.EMPTY_MAP);
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptConfigurationService.java388 orgConfig.addSubConfig(SCRIPT_CONFIGURATIONS, SCRIPT_CONFIGURATIONS, 0, Collections.EMPTY_MAP);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthConfigViewBean.java284 return (values == null) ? Collections.EMPTY_MAP : values;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DRuleOpViewBeanBase.java276 getActionValues(serviceType, withResource) : Collections.EMPTY_MAP;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DServerSiteModelImpl.java237 Collections.EMPTY_MAP, svrConfigXML);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentityRepository.java222 newResults.addResult(amid, Collections.EMPTY_MAP);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java444 Map envMap = Collections.EMPTY_MAP;
H A DOrganizationConfigManager.java749 return (Collections.EMPTY_MAP);
827 return ((attrValues == null) ? Collections.EMPTY_MAP : attrValues);
H A DSMSEntry.java1702 Collections.EMPTY_MAP);
1706 Collections.EMPTY_MAP);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSEnhancedFlatFileObject.java370 attrMap = Collections.EMPTY_MAP;
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeConfigurationImpl.java329 orgConfig.addSubConfig(CONFIG_RESOURCE_TYPES, SCHEMA_RESOURCE_TYPES, 0, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java686 return (Collections.EMPTY_MAP);
764 return ((attrValues == null) ? Collections.EMPTY_MAP : attrValues);
H A DSMSEntry.java1702 Collections.EMPTY_MAP);
1706 Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java1637 Collections.EMPTY_SET, false, 0, Collections.EMPTY_MAP, false);
1640 obj[0][1] = Collections.EMPTY_MAP;
1663 0, Collections.EMPTY_MAP, false);
2763 thisAction, Collections.EMPTY_MAP);
2764 Map envMap = Collections.EMPTY_MAP;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java1611 Collections.EMPTY_SET, false, 0, Collections.EMPTY_MAP, false);
1614 obj[0][1] = Collections.EMPTY_MAP;
1637 0, Collections.EMPTY_MAP, false);
2737 thisAction, Collections.EMPTY_MAP);
2738 Map envMap = Collections.EMPTY_MAP;
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java141 this(Collections.EMPTY_MAP, Collections.EMPTY_SET, Collections.EMPTY_MAP,
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java141 this(Collections.EMPTY_MAP, Collections.EMPTY_SET, Collections.EMPTY_MAP,
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionService.java1336 "/", "*", "*", "*", "*", actions, Collections.EMPTY_MAP);
1338 topLevelAdmin = evaluator.isAllowed(tokenUsedForSearch, perm, Collections.EMPTY_MAP);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationDomain.java138 this(Collections.EMPTY_MAP, Collections.EMPTY_SET, Collections.EMPTY_MAP,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerConfiguration.java326 return Collections.EMPTY_MAP;
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/idrepo/
H A DIdRepoTest.java706 Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/idm/
H A DAMIdentityTestBase.java159 amid.assignService(serviceName, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFederationViewBean.java313 Map entities = Collections.EMPTY_MAP;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFederationViewBean.java313 Map entities = Collections.EMPTY_MAP;

Completed in 142 milliseconds

<<111213