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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthSchemeCondition.java25 * $Id: AuthSchemeCondition.java,v 1.6 2009/05/05 18:29:01 mrudul_uchil Exp $
57 * The class <code>AuthSchemeCondition</code> is a plugin implementation
61 * @deprecated Use {@link org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition} instead.
64 public class AuthSchemeCondition implements Condition { class in inherits:Condition
112 public AuthSchemeCondition() { method in class:AuthSchemeCondition
186 DEBUG.message("At AuthSchemeCondition."
215 * <code>AuthSchemeCondition</code> looks for value of key
247 DEBUG.message("At AuthSchemeCondition."
261 DEBUG.message("At AuthSchemeCondition."
280 DEBUG.message("At AuthSchemeCondition
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthSchemeCondition.java25 * $Id: AuthSchemeCondition.java,v 1.6 2009/05/05 18:29:01 mrudul_uchil Exp $
57 * The class <code>AuthSchemeCondition</code> is a plugin implementation
61 * @deprecated Use {@link org.forgerock.openam.entitlement.conditions.environment.AuthSchemeCondition} instead.
64 public class AuthSchemeCondition implements Condition { class in inherits:Condition
112 public AuthSchemeCondition() { method in class:AuthSchemeCondition
186 DEBUG.message("At AuthSchemeCondition."
215 * <code>AuthSchemeCondition</code> looks for value of key
247 DEBUG.message("At AuthSchemeCondition."
261 DEBUG.message("At AuthSchemeCondition."
280 DEBUG.message("At AuthSchemeCondition
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthSchemeCondition.java53 public class AuthSchemeCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
84 * Constructs a new AuthSchemeCondition instance.
86 public AuthSchemeCondition() { method in class:AuthSchemeCondition
91 * Constructs a new AuthSchemeCondition instance.
97 AuthSchemeCondition(Debug debug, EntitlementCoreWrapper coreWrapper, TimeService timeService) { method in class:AuthSchemeCondition
126 debug.message("AuthSchemeCondition: Failed to set state", e);
146 debug.message("At AuthSchemeCondition.getConditionDecision():entering:authScheme=" + authScheme
155 debug.message("At AuthSchemeCondition.getConditionDecision(): requestAuthSchemes from env= "
163 debug.message("At AuthSchemeCondition.getConditionDecision(): requestAuthSchemes from ssoToken= "
165 debug.message("At AuthSchemeCondition
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthSchemeCondition.java53 public class AuthSchemeCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
84 * Constructs a new AuthSchemeCondition instance.
86 public AuthSchemeCondition() { method in class:AuthSchemeCondition
91 * Constructs a new AuthSchemeCondition instance.
97 AuthSchemeCondition(Debug debug, EntitlementCoreWrapper coreWrapper, TimeService timeService) { method in class:AuthSchemeCondition
126 debug.message("AuthSchemeCondition: Failed to set state", e);
146 debug.message("At AuthSchemeCondition.getConditionDecision():entering:authScheme=" + authScheme
155 debug.message("At AuthSchemeCondition.getConditionDecision(): requestAuthSchemes from env= "
163 debug.message("At AuthSchemeCondition.getConditionDecision(): requestAuthSchemes from ssoToken= "
165 debug.message("At AuthSchemeCondition
[all...]

Completed in 49 milliseconds