Searched refs:AuthenticateToServiceCondition (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthenticateToServiceCondition.java49 public class AuthenticateToServiceCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
59 * Constructs a new AuthenticateToServiceCondition instance.
61 public AuthenticateToServiceCondition() { method in class:AuthenticateToServiceCondition
66 * Constructs a new AuthenticateToServiceCondition instance.
72 AuthenticateToServiceCondition(Debug debug, CoreWrapper coreWrapper, EntitlementCoreWrapper entitlementCoreWrapper) { method in class:AuthenticateToServiceCondition
90 debug.message("AuthenticateToServiceCondition: Failed to set state", e);
111 debug.error("AuthenticateToServiceCondition.evaluate(): property value not defined, " +
122 debug.message("At AuthenticateToServiceCondition.evaluate(): requestAuthnServices "
132 debug.message("At AuthenticateToServiceCondition.evaluate(): requestAuthnServices from "
158 debug.message("At AuthenticateToServiceCondition
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthenticateToServiceCondition.java49 public class AuthenticateToServiceCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
59 * Constructs a new AuthenticateToServiceCondition instance.
61 public AuthenticateToServiceCondition() { method in class:AuthenticateToServiceCondition
66 * Constructs a new AuthenticateToServiceCondition instance.
72 AuthenticateToServiceCondition(Debug debug, CoreWrapper coreWrapper, EntitlementCoreWrapper entitlementCoreWrapper) { method in class:AuthenticateToServiceCondition
90 debug.message("AuthenticateToServiceCondition: Failed to set state", e);
111 debug.error("AuthenticateToServiceCondition.evaluate(): property value not defined, " +
122 debug.message("At AuthenticateToServiceCondition.evaluate(): requestAuthnServices "
132 debug.message("At AuthenticateToServiceCondition.evaluate(): requestAuthnServices from "
158 debug.message("At AuthenticateToServiceCondition
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DCompositeAdvices.java47 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
116 AuthenticateToServiceCondition.
120 AuthenticateToServiceCondition.
H A DAuthUtils.java59 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
1596 } else if (name.equals(AuthenticateToServiceCondition.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DCompositeAdvices.java47 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
116 AuthenticateToServiceCondition.
120 AuthenticateToServiceCondition.
H A DAuthUtils.java78 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
1272 } else if (name.equals(AuthenticateToServiceCondition.
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DAuthToServiceHelper.java40 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
70 AuthenticateToServiceCondition.AUTHENTICATE_TO_SERVICE;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DAuthToServiceHelper.java40 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
70 AuthenticateToServiceCondition.AUTHENTICATE_TO_SERVICE;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthenticateToServiceCondition.java25 * $Id: AuthenticateToServiceCondition.java,v 1.7 2009/05/05 18:29:01 mrudul_uchil Exp $
57 * The class <code>AuthenticateToServiceCondition</code> is a plugin
61 * @deprecated See {@link org.forgerock.openam.entitlement.conditions.environment.AuthenticateToServiceCondition}
65 public class AuthenticateToServiceCondition implements Condition { class in inherits:Condition
82 public AuthenticateToServiceCondition() { method in class:AuthenticateToServiceCondition
180 * <code>AuthenticateToServiceCondition</code> looks for value of key
222 DEBUG.message("At AuthenticateToServiceCondition."
243 DEBUG.message("At AuthenticateToServiceCondition."
270 DEBUG.message("At AuthenticateToServiceCondition."
278 DEBUG.message("At AuthenticateToServiceCondition
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthenticateToServiceCondition.java25 * $Id: AuthenticateToServiceCondition.java,v 1.7 2009/05/05 18:29:01 mrudul_uchil Exp $
57 * The class <code>AuthenticateToServiceCondition</code> is a plugin
61 * @deprecated See {@link org.forgerock.openam.entitlement.conditions.environment.AuthenticateToServiceCondition}
65 public class AuthenticateToServiceCondition implements Condition { class in inherits:Condition
82 public AuthenticateToServiceCondition() { method in class:AuthenticateToServiceCondition
180 * <code>AuthenticateToServiceCondition</code> looks for value of key
222 DEBUG.message("At AuthenticateToServiceCondition."
243 DEBUG.message("At AuthenticateToServiceCondition."
270 DEBUG.message("At AuthenticateToServiceCondition."
278 DEBUG.message("At AuthenticateToServiceCondition
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/
H A DCoreConditionTypeRegistry.java27 import org.forgerock.openam.entitlement.conditions.environment.AuthenticateToServiceCondition;
76 conditions.add(AuthenticateToServiceCondition.class);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/
H A DCoreConditionTypeRegistry.java27 import org.forgerock.openam.entitlement.conditions.environment.AuthenticateToServiceCondition;
76 conditions.add(AuthenticateToServiceCondition.class);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DPolicyConditionUpgradeMap.java33 import org.forgerock.openam.entitlement.conditions.environment.AuthenticateToServiceCondition;
122 environmentConditionsUpgradeMap.put(com.sun.identity.policy.plugins.AuthenticateToServiceCondition.class
127 AuthenticateToServiceCondition eCondition = new AuthenticateToServiceCondition();
136 com.sun.identity.policy.plugins.AuthenticateToServiceCondition.class.getName(),
137 AuthenticateToServiceCondition.class.getName());
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DPolicyConditionUpgradeMap.java34 import org.forgerock.openam.entitlement.conditions.environment.AuthenticateToServiceCondition;
123 environmentConditionsUpgradeMap.put(com.sun.identity.policy.plugins.AuthenticateToServiceCondition.class
128 AuthenticateToServiceCondition eCondition = new AuthenticateToServiceCondition();
137 com.sun.identity.policy.plugins.AuthenticateToServiceCondition.class.getName(),
138 AuthenticateToServiceCondition.class.getName());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/util/
H A DPolicyDecisionUtils.java51 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
196 } else if (findAdviceValue(advices, AuthenticateToServiceCondition
314 } else if (AuthenticateToServiceCondition.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/util/
H A DPolicyDecisionUtils.java51 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
196 } else if (findAdviceValue(advices, AuthenticateToServiceCondition
314 } else if (AuthenticateToServiceCondition.
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/policy/client/
H A DPolicyEvaluatorTest.java41 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
/forgerock/openam/openam-test/src/test/java/com/sun/identity/policy/client/
H A DPolicyEvaluatorTest.java41 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthenticateToServiceConditionTest.java44 private AuthenticateToServiceCondition condition;
56 condition = new AuthenticateToServiceCondition(debug, coreWrapper, entitlementCoreWrapper);
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthenticateToServiceConditionTest.java44 private AuthenticateToServiceCondition condition;
56 condition = new AuthenticateToServiceCondition(debug, coreWrapper, entitlementCoreWrapper);

Completed in 130 milliseconds