Searched refs:EMPTY_MAP (Results 51 - 75 of 302) sorted by relevance

1234567891011>>

/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DGroupSubject.java109 return new SubjectDecision(satified, Collections.EMPTY_MAP);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DHttpStarEvaluationTest.java92 actions),Collections.EMPTY_MAP);
H A DMultiWildcardEvalTest.java90 Collections.EMPTY_MAP)) {
H A DReferralPrivilegeRemovalTest.java77 ocm.createSubOrganization(subRealm, Collections.EMPTY_MAP);
H A DMultipleResourceEval.java114 "/", adminSubject, res, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/
H A DServicesAddViewBean.java135 return Collections.EMPTY_MAP;
188 defaultValues = Collections.EMPTY_MAP;
190 defaultValues = Collections.EMPTY_MAP;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/
H A DServicesAddViewBean.java135 return Collections.EMPTY_MAP;
188 defaultValues = Collections.EMPTY_MAP;
190 defaultValues = Collections.EMPTY_MAP;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCModelBase.java117 return (values == null) ? Collections.EMPTY_MAP : values;
147 return (values == null) ? Collections.EMPTY_MAP : values;
187 return (values == null) ? Collections.EMPTY_MAP : values;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCModelBase.java117 return (values == null) ? Collections.EMPTY_MAP : values;
147 return (values == null) ? Collections.EMPTY_MAP : values;
187 return (values == null) ? Collections.EMPTY_MAP : values;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredAuthServices.java70 return getChoiceValues(Collections.EMPTY_MAP);
H A DConfiguredIdentityTypes.java73 return getChoiceValues(Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/admin/
H A DDisplayOptionsUtils.java128 Map attrMap = Collections.EMPTY_MAP;
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DWebServiceDefaultAuthenticator.java102 Collections.EMPTY_MAP, null, null);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DCoreAttributesModelImpl.java144 return (attrs == null) ? Collections.EMPTY_MAP : attrs;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSAuthDomainsOpViewBeanBase.java95 return (map == null) ? Collections.EMPTY_MAP : map;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DPMDefaultAuthLevelConditionAddViewBean.java107 Map map = Collections.EMPTY_MAP;
/forgerock/openam/openam-samples/policy-evaluation-plugin/src/main/java/org/forgerock/openam/examples/
H A DSampleConditionType.java143 return new ConditionDecision(authorized, Collections.EMPTY_MAP);
H A DSampleSubjectType.java122 return new SubjectDecision(authorized, Collections.EMPTY_MAP);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DCoreAttributesModelImpl.java144 return (attrs == null) ? Collections.EMPTY_MAP : attrs;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSAuthDomainsOpViewBeanBase.java95 return (map == null) ? Collections.EMPTY_MAP : map;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DPMDefaultAuthLevelConditionAddViewBean.java107 Map map = Collections.EMPTY_MAP;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredAuthServices.java70 return getChoiceValues(Collections.EMPTY_MAP);
H A DConfiguredIdentityTypes.java73 return getChoiceValues(Collections.EMPTY_MAP);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/admin/
H A DDisplayOptionsUtils.java128 Map attrMap = Collections.EMPTY_MAP;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DUserPasswordValidationHelper.java68 private static Map pluginsCache = Collections.EMPTY_MAP;
83 if (pluginsCache == Collections.EMPTY_MAP) {

Completed in 117 milliseconds

1234567891011>>