Searched defs:SubjectDecision (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DSubjectDecision.java25 * $Id: SubjectDecision.java,v 1.2 2009/12/22 18:00:25 veiming Exp $
39 public class SubjectDecision { class
45 * Constructs an instance of <code>SubjectDecision</code>.
47 * @param satisfied Result of this <code>SubjectDecision</code>.
48 * @param advices advice map of this <code>SubjectDecision</code>.
50 public SubjectDecision(boolean satisfied, Map<String, Set<String>> advices) { method in class:SubjectDecision
56 * Whether this <code>SubjectDecision</code> is satisfied.
58 * @return <code>true</code> if <code>SubjectDecision</code> is fulfilled.
65 * Advices associated with this <code>SubjectDecision</code>.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DSubjectDecision.java25 * $Id: SubjectDecision.java,v 1.2 2009/12/22 18:00:25 veiming Exp $
39 public class SubjectDecision { class
45 * Constructs an instance of <code>SubjectDecision</code>.
47 * @param satisfied Result of this <code>SubjectDecision</code>.
48 * @param advices advice map of this <code>SubjectDecision</code>.
50 public SubjectDecision(boolean satisfied, Map<String, Set<String>> advices) { method in class:SubjectDecision
56 * Whether this <code>SubjectDecision</code> is satisfied.
58 * @return <code>true</code> if <code>SubjectDecision</code> is fulfilled.
65 * Advices associated with this <code>SubjectDecision</code>.

Completed in 33 milliseconds