Searched defs:REQUEST_AUTH_LEVEL (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthLevelCondition.java56 private static final String REQUEST_AUTH_LEVEL = "requestAuthLevel"; field in class:AuthLevelCondition
183 * Gets the maximum auth level specified for the {@link #REQUEST_AUTH_LEVEL} property in the environment Map.
194 Set<String> envAuthLevelObject = env.get(REQUEST_AUTH_LEVEL);
236 * Gets the maximum auth level specified for the {@link #REQUEST_AUTH_LEVEL} property in the SSO token.
H A DConditionConstants.java83 * <code>REQUEST_AUTH_LEVEL</code>, the value for <code>REQUEST_AUTH_LEVEL</code> is obtained from the single
86 public static final String REQUEST_AUTH_LEVEL = "requestAuthLevel"; field in class:ConditionConstants
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthLevelCondition.java54 private static final String REQUEST_AUTH_LEVEL = "requestAuthLevel"; field in class:AuthLevelCondition
177 * Gets the maximum auth level specified for the {@link #REQUEST_AUTH_LEVEL} property in the environment Map.
188 Set<String> envAuthLevelObject = env.get(REQUEST_AUTH_LEVEL);
230 * Gets the maximum auth level specified for the {@link #REQUEST_AUTH_LEVEL} property in the SSO token.
H A DConditionConstants.java83 * <code>REQUEST_AUTH_LEVEL</code>, the value for <code>REQUEST_AUTH_LEVEL</code> is obtained from the single
86 public static final String REQUEST_AUTH_LEVEL = "requestAuthLevel"; field in class:ConditionConstants
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DCondition.java116 * define value for <code>REQUEST_AUTH_LEVEL</code>, the value for
117 * <code>REQUEST_AUTH_LEVEL</code> is obtained from the single sign
123 public static final String REQUEST_AUTH_LEVEL = "requestAuthLevel"; field in interface:Condition
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequestHandler.java94 static final String REQUEST_AUTH_LEVEL = "requestAuthLevel"; field in class:PolicyRequestHandler
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DCondition.java116 * define value for <code>REQUEST_AUTH_LEVEL</code>, the value for
117 * <code>REQUEST_AUTH_LEVEL</code> is obtained from the single sign
123 public static final String REQUEST_AUTH_LEVEL = "requestAuthLevel"; field in interface:Condition
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequestHandler.java99 static final String REQUEST_AUTH_LEVEL = "requestAuthLevel"; field in class:PolicyRequestHandler

Completed in 41 milliseconds