Searched refs:EMPTY_MAP (Results 101 - 125 of 302) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptChoiceValues.java53 return getChoiceValues(Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DCreateIdentity.java71 Map attributeValues = Collections.EMPTY_MAP;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentGroupMembersViewBean.java164 return Collections.EMPTY_MAP;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntityResourceOfferingModelImpl.java118 AMAdminConstants.DISCOVERY_SERVICE, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DAuthToServiceAddViewBean.java177 Map map = Collections.EMPTY_MAP;
H A DPMDefaultAuthLevelConditionEditViewBean.java141 Map map = Collections.EMPTY_MAP;
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DAttributeSubject.java127 return new SubjectDecision(satified, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DApplicationCacheAfterRealmChangeTest.java78 ocm.createSubOrganization(subRealm, Collections.EMPTY_MAP);
H A DCanBeDeletedAppTest.java77 ocm.createSubOrganization(subRealm, Collections.EMPTY_MAP);
H A DMultipleResourceEval.java115 "/", adminSubject, res, Collections.EMPTY_MAP);
H A DOrgAliasReferralTest.java124 Collections.EMPTY_MAP)) {
H A DOrgAliasReferralTestOldAPI.java133 Collections.EMPTY_MAP)) {
H A DSubRealmEvaluationTest.java139 new Entitlement(res, actions), Collections.EMPTY_MAP);
H A DTestAttributeEvaluator.java152 new Entitlement(res, actions), Collections.EMPTY_MAP);
H A DTestGroupEvaluator.java153 new Entitlement(res, actions), Collections.EMPTY_MAP);
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptChoiceValues.java57 return getChoiceValues(Collections.EMPTY_MAP);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DCreateIdentity.java71 Map attributeValues = Collections.EMPTY_MAP;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentGroupMembersViewBean.java164 return Collections.EMPTY_MAP;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntityResourceOfferingModelImpl.java118 AMAdminConstants.DISCOVERY_SERVICE, Collections.EMPTY_MAP);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DAuthToServiceAddViewBean.java177 Map map = Collections.EMPTY_MAP;
H A DPMDefaultAuthLevelConditionEditViewBean.java141 Map map = Collections.EMPTY_MAP;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DNotCondition.java153 return new ConditionDecision(false, Collections.EMPTY_MAP);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAllowedAgents.java81 return getChoiceValues(Collections.EMPTY_MAP);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DAttributeSubject.java127 return new SubjectDecision(satified, Collections.EMPTY_MAP);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DApplicationCacheAfterRealmChangeTest.java77 ocm.createSubOrganization(subRealm, Collections.EMPTY_MAP);

Completed in 52 milliseconds

1234567891011>>