Searched refs:EMPTY_MAP (Results 226 - 250 of 302) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModelImpl.java386 return (mapServices == null) ? Collections.EMPTY_MAP : mapServices;
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DPrivilegeManagerTest.java96 orgMgr.createSubOrganization(subRealm, Collections.EMPTY_MAP);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMCommonNameGenerator.java202 return (values != null) ? values : Collections.EMPTY_MAP;
H A DAMModelBase.java782 return (map != null) ? map : Collections.EMPTY_MAP;
806 return (map != null) ? map : Collections.EMPTY_MAP;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModelImpl.java386 return (mapServices == null) ? Collections.EMPTY_MAP : mapServices;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoveryServiceData.java403 Map map = Collections.EMPTY_MAP;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DNamingTableConfigurationFactory.java268 return Collections.EMPTY_MAP;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/jaas/
H A DISPermission.java98 private Map envParams = Collections.synchronizedMap(Collections.EMPTY_MAP);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeValidator.java373 Collections.EMPTY_MAP);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DPrivilegeManagerTest.java95 orgMgr.createSubOrganization(subRealm, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DConfigManagerUMS.java394 return (java.util.Collections.EMPTY_MAP);
399 return (java.util.Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java459 return (Collections.EMPTY_MAP);
478 return (Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewConfig.java376 return (supported == null) ? Collections.EMPTY_MAP : supported;
390 return (supported == null) ? Collections.EMPTY_MAP : supported;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMModelBase.java778 return (map != null) ? map : Collections.EMPTY_MAP;
802 return (map != null) ? map : Collections.EMPTY_MAP;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java169 return (SPAttributes != null) ? SPAttributes : Collections.EMPTY_MAP;
197 return (IDPAttributes != null) ? IDPAttributes : Collections.EMPTY_MAP;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewConfig.java376 return (supported == null) ? Collections.EMPTY_MAP : supported;
390 return (supported == null) ? Collections.EMPTY_MAP : supported;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DWSFedPropertiesModelImpl.java173 return (SPAttributes != null) ? SPAttributes : Collections.EMPTY_MAP;
201 return (IDPAttributes != null) ? IDPAttributes : Collections.EMPTY_MAP;
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DConfigManagerUMS.java394 return (java.util.Collections.EMPTY_MAP);
399 return (java.util.Collections.EMPTY_MAP);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java459 return (Collections.EMPTY_MAP);
478 return (Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DServerSiteModelImpl.java237 Collections.EMPTY_MAP, svrConfigXML);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentityRepository.java221 newResults.addResult(amid, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java438 Map envMap = Collections.EMPTY_MAP;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSEnhancedFlatFileObject.java370 attrMap = Collections.EMPTY_MAP;
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/datastore/
H A DScriptConfigurationDataStore.java307 orgConfig.addSubConfig(SCRIPT_CONFIGURATIONS, SCRIPT_CONFIGURATIONS, 0, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthConfigViewBean.java284 return (values == null) ? Collections.EMPTY_MAP : values;

Completed in 96 milliseconds

1234567891011>>