Searched defs:EVALUATION_REALM (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogRecWrite.java80 private static final String EVALUATION_REALM = "org.forgerock.openam.agents.config.policy.evaluation.realm"; field in class:LogRecWrite
188 realm = getFirstItem(appAttributes.get(EVALUATION_REALM), NO_REALM);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogRecWrite.java80 private static final String EVALUATION_REALM = "org.forgerock.openam.agents.config.policy.evaluation.realm"; field in class:LogRecWrite
188 realm = getFirstItem(appAttributes.get(EVALUATION_REALM), NO_REALM);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequestHandler.java91 private static final String EVALUATION_REALM = "org.forgerock.openam.agents.config.policy.evaluation.realm"; field in class:PolicyRequestHandler
298 auditor.setRealm(getFirstItem(appAttributes.get(EVALUATION_REALM), NO_REALM));
729 appAttributes.get(EVALUATION_REALM), "/");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequestHandler.java96 private static final String EVALUATION_REALM = "org.forgerock.openam.agents.config.policy.evaluation.realm"; field in class:PolicyRequestHandler
303 auditor.setRealm(getFirstItem(appAttributes.get(EVALUATION_REALM), NO_REALM));
728 appAttributes.get(EVALUATION_REALM), "/");

Completed in 35 milliseconds