Searched refs:EMPTY_MAP (Results 26 - 50 of 302) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DAnyUserSubject.java53 return new SubjectDecision(true, Collections.EMPTY_MAP);
H A DUserSubject.java93 return new SubjectDecision(satified, Collections.EMPTY_MAP);
H A DGroupSubject.java109 return new SubjectDecision(satified, Collections.EMPTY_MAP);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/entitlement/
H A DXACMLUtils.java41 return de.isAllowed(adminToken, dp, Collections.EMPTY_MAP);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllConfiguredModuleInstances.java53 return getChoiceValues(Collections.EMPTY_MAP);
H A DConfiguredModuleInstances.java69 return getChoiceValues(Collections.EMPTY_MAP);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DOrSubject.java90 Collections.EMPTY_MAP);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DAnyUserSubject.java53 return new SubjectDecision(true, Collections.EMPTY_MAP);
H A DUserSubject.java93 return new SubjectDecision(satified, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/entitlement/
H A DEntitlementCombinerTest.java30 import static java.util.Collections.EMPTY_MAP;
130 Entitlement eWithAdvice = new Entitlement(APP_NAME, "http://test.web.com:80/hello/world/page.html", EMPTY_MAP);
143 assertThat(entitlement.getActionValues()).isEqualTo(EMPTY_MAP);
198 Entitlement eWithAdvice = new Entitlement(APP_NAME, "http://test.web.com:80/hello/world/page.html", EMPTY_MAP);
212 assertThat(entitlement.getActionValues()).isEqualTo(EMPTY_MAP);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/subject/
H A DIdentitySubject.java147 return new SubjectDecision(false, Collections.EMPTY_MAP);
165 return new SubjectDecision(false, Collections.EMPTY_MAP);
209 return new SubjectDecision(result, Collections.EMPTY_MAP);
234 return new SubjectDecision(false, Collections.EMPTY_MAP);
249 return new SubjectDecision(false, Collections.EMPTY_MAP);
/forgerock/openam/openam-core/src/test/java/com/sun/identity/entitlement/
H A DEntitlementCombinerTest.java30 import static java.util.Collections.EMPTY_MAP;
130 Entitlement eWithAdvice = new Entitlement(APP_NAME, "http://test.web.com:80/hello/world/page.html", EMPTY_MAP);
143 assertThat(entitlement.getActionValues()).isEqualTo(EMPTY_MAP);
198 Entitlement eWithAdvice = new Entitlement(APP_NAME, "http://test.web.com:80/hello/world/page.html", EMPTY_MAP);
212 assertThat(entitlement.getActionValues()).isEqualTo(EMPTY_MAP);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/subject/
H A DIdentitySubject.java152 return new SubjectDecision(false, Collections.EMPTY_MAP);
170 return new SubjectDecision(false, Collections.EMPTY_MAP);
213 return new SubjectDecision(result, Collections.EMPTY_MAP);
238 return new SubjectDecision(false, Collections.EMPTY_MAP);
253 return new SubjectDecision(false, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DDecisionMergeTest.java113 eval.hasEntitlement("/", adminSubject, e, Collections.EMPTY_MAP);
124 ResourceResult.SUBTREE_SCOPE, Collections.EMPTY_MAP);
H A DIdentityGroupToEntitlementGroupTest.java69 Collections.EMPTY_MAP);
71 Collections.EMPTY_MAP);
H A DHttpStarEvaluationTest.java92 actions),Collections.EMPTY_MAP);
H A DMultiWildcardEvalTest.java90 Collections.EMPTY_MAP)) {
H A DReferralPrivilegeRemovalTest.java78 ocm.createSubOrganization(subRealm, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/opensso/
H A DRealmRemovedTest.java80 ocm.createSubOrganization(subRealm, Collections.EMPTY_MAP);
82 ocm.createSubOrganization(subRealm, Collections.EMPTY_MAP);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/authorisation/
H A DSessionChangeAuthorizer.java96 "/", "*", "*", "*", "*", actions, Collections.EMPTY_MAP);
98 topLevelAdmin = evaluator.isAllowed(ssoSession, perm, Collections.EMPTY_MAP);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DDecisionMergeTest.java112 eval.hasEntitlement("/", adminSubject, e, Collections.EMPTY_MAP);
123 ResourceResult.SUBTREE_SCOPE, Collections.EMPTY_MAP);
H A DIdentityGroupToEntitlementGroupTest.java69 Collections.EMPTY_MAP);
71 Collections.EMPTY_MAP);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/opensso/
H A DRealmRemovedTest.java78 ocm.createSubOrganization(subRealm, Collections.EMPTY_MAP);
80 ocm.createSubOrganization(subRealm, Collections.EMPTY_MAP);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredModuleInstances.java69 return getChoiceValues(Collections.EMPTY_MAP);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DWebServiceDefaultResponseProcessor.java90 respMessage, Collections.EMPTY_MAP);

Completed in 651 milliseconds

1234567891011>>