Searched defs:getConditionDecision (Results 1 - 25 of 42) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAMIdentityMembershipCondition.java222 public ConditionDecision getConditionDecision(SSOToken token, method in class:AMIdentityMembershipCondition
227 + "getConditionDecision(): "
230 + "getConditionDecision(): "
244 + "getConditionDecision(): "
H A DAuthRoleCondition.java218 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:AuthRoleCondition
224 DEBUG.message("At AuthRoleCondition.getConditionDecision(): "
H A DAuthenticateToRealmCondition.java212 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:AuthenticateToRealmCondition
223 + "getConditionDecision(): "
243 + "getConditionDecision(): "
257 + "getConditionDecision():"
265 +"getConditionDecision():authenticateToRealm = "
H A DAuthenticateToServiceCondition.java212 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:AuthenticateToServiceCondition
223 + "getConditionDecision(): "
244 + "getConditionDecision(): "
271 + "getConditionDecision():"
279 +"getConditionDecision():authenticateToService = "
H A DPrivilegeCondition.java151 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:PrivilegeCondition
H A DSessionPropertyCondition.java208 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:SessionPropertyCondition
212 debug.message("SessionPropertyCondition.getConditionDecision():"
225 + "getConditionDecision():"
245 + "getConditionDecision():"
299 + "getConditionDecision():"
307 debug.message("SessionPropertyCondition.getConditionDecision():"
H A DUserSelfCheckCondition.java233 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:UserSelfCheckCondition
237 debug.message("UserSelfCheckCondition.getConditionDecision: " +
246 debug.message("UserSelfCheckCondition.getConditionDecision: " +
259 "getConditionDecision: Is attributes " +
268 debug.warning("UserSelfCheckCondition.getConditionDecision " +
273 debug.message("UserSelfCheckCondition.getConditionDecision: " +
289 "getConditionDecision: Is attributes " +
306 debug.message("UserSelfCheckCondition.getConditionDecision:"+
325 +"getConditionDecision: invalid sso token: "
333 +"getConditionDecision IdRep
[all...]
H A DAuthLevelCondition.java62 * <code>getConditionDecision()</code> call. If it is not found in the
158 * @see #getConditionDecision(SSOToken, Map)
229 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:AuthLevelCondition
234 DEBUG.message("AuthLevelCondition.getConditionDecision():"
254 DEBUG.message("At AuthLevelCondition.getConditionDecision():"
H A DAuthSchemeCondition.java244 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:AuthSchemeCondition
248 + "getConditionDecision():entering:"
262 + "getConditionDecision(): "
281 + "getConditionDecision(): "
285 + "getConditionDecision(): "
315 + "getConditionDecision():"
326 + "getConditionDecision():"
338 DEBUG.message("At AuthSchemeCondition.getConditionDecision():"
362 + "getConditionDecision():"
379 + "getConditionDecision()
[all...]
H A DIPCondition.java245 public ConditionDecision getConditionDecision(SSOToken token, Map env) throws PolicyException, SSOException { method in class:IPCondition
249 return iPv6ConditionInstance.getConditionDecision(token, env);
251 return iPv4ConditionInstance.getConditionDecision(token, env);
H A DLEAuthLevelCondition.java61 * <code>getConditionDecision()</code> call. If it is not found in the
158 * @see #getConditionDecision(SSOToken, Map)
224 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:LEAuthLevelCondition
229 DEBUG.message("LEAuthLevelCondition.getConditionDecision():"
243 DEBUG.message("At AuthLevelCondition.getConditionDecision():"
H A DSessionCondition.java77 * invoking <code>getConditionDecision</code> method of the
261 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:SessionCondition
301 new StringBuffer("SessionCondition.getConditionDecision():")
324 "SessionCondition.getConditionDecision(): " +
330 "SessionCondition.getConditionDecision(): " +
/forgerock/openam-v13/openam-distribution/src/main/amserver/samples/server/source/com/sun/identity/samples/policy/
H A DSampleCondition.java201 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:SampleCondition
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAMIdentityMembershipCondition.java222 public ConditionDecision getConditionDecision(SSOToken token, method in class:AMIdentityMembershipCondition
227 + "getConditionDecision(): "
230 + "getConditionDecision(): "
244 + "getConditionDecision(): "
H A DAuthRoleCondition.java218 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:AuthRoleCondition
224 DEBUG.message("At AuthRoleCondition.getConditionDecision(): "
H A DAuthenticateToRealmCondition.java212 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:AuthenticateToRealmCondition
223 + "getConditionDecision(): "
243 + "getConditionDecision(): "
257 + "getConditionDecision():"
265 +"getConditionDecision():authenticateToRealm = "
H A DAuthenticateToServiceCondition.java212 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:AuthenticateToServiceCondition
223 + "getConditionDecision(): "
244 + "getConditionDecision(): "
271 + "getConditionDecision():"
279 +"getConditionDecision():authenticateToService = "
H A DPrivilegeCondition.java151 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:PrivilegeCondition
H A DSessionPropertyCondition.java208 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:SessionPropertyCondition
212 debug.message("SessionPropertyCondition.getConditionDecision():"
225 + "getConditionDecision():"
245 + "getConditionDecision():"
299 + "getConditionDecision():"
307 debug.message("SessionPropertyCondition.getConditionDecision():"
H A DUserSelfCheckCondition.java233 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:UserSelfCheckCondition
237 debug.message("UserSelfCheckCondition.getConditionDecision: " +
246 debug.message("UserSelfCheckCondition.getConditionDecision: " +
259 "getConditionDecision: Is attributes " +
268 debug.warning("UserSelfCheckCondition.getConditionDecision " +
273 debug.message("UserSelfCheckCondition.getConditionDecision: " +
289 "getConditionDecision: Is attributes " +
306 debug.message("UserSelfCheckCondition.getConditionDecision:"+
325 +"getConditionDecision: invalid sso token: "
333 +"getConditionDecision IdRep
[all...]
H A DAuthLevelCondition.java62 * <code>getConditionDecision()</code> call. If it is not found in the
158 * @see #getConditionDecision(SSOToken, Map)
229 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:AuthLevelCondition
234 DEBUG.message("AuthLevelCondition.getConditionDecision():"
254 DEBUG.message("At AuthLevelCondition.getConditionDecision():"
H A DAuthSchemeCondition.java244 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:AuthSchemeCondition
248 + "getConditionDecision():entering:"
262 + "getConditionDecision(): "
281 + "getConditionDecision(): "
285 + "getConditionDecision(): "
315 + "getConditionDecision():"
326 + "getConditionDecision():"
338 DEBUG.message("At AuthSchemeCondition.getConditionDecision():"
362 + "getConditionDecision():"
379 + "getConditionDecision()
[all...]
/forgerock/openam/openam-distribution/src/main/amserver/samples/server/source/com/sun/identity/samples/policy/
H A DSampleCondition.java201 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:SampleCondition
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/network/ipv4/
H A DIPv4Condition.java240 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:IPv4Condition
267 DEBUG.message("At IPv4Condition.getConditionDecision():requestIp, "
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/network/ipv6/
H A DIPv6Condition.java220 public ConditionDecision getConditionDecision(SSOToken token, Map env) method in class:IPv6Condition
247 DEBUG.message("At IPv6Condition.getConditionDecision():requestIp, "

Completed in 69 milliseconds

12