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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DNotSubject.java25 * $Id: NotSubject.java,v 1.1 2009/08/19 05:40:33 veiming Exp $
49 * Membership of <code>NotSubject</code> is satisfied in the user is not a
58 public class NotSubject extends LogicalSubject { class in inherits:LogicalSubject
63 * Constructs NotSubject
65 public NotSubject() { method in class:NotSubject
69 * Constructs NotSubject
72 public NotSubject(EntitlementSubject eSubject) { method in class:NotSubject
77 * Constructs NotSubject
83 public NotSubject(EntitlementSubject eSubject, String pSubjectName) { method in class:NotSubject
107 PolicyConstants.DEBUG.error("NotSubject
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DNotSubject.java25 * $Id: NotSubject.java,v 1.1 2009/08/19 05:40:33 veiming Exp $
49 * Membership of <code>NotSubject</code> is satisfied in the user is not a
58 public class NotSubject extends LogicalSubject { class in inherits:LogicalSubject
63 * Constructs NotSubject
65 public NotSubject() { method in class:NotSubject
69 * Constructs NotSubject
72 public NotSubject(EntitlementSubject eSubject) { method in class:NotSubject
77 * Constructs NotSubject
83 public NotSubject(EntitlementSubject eSubject, String pSubjectName) { method in class:NotSubject
107 PolicyConstants.DEBUG.error("NotSubject
[all...]

Completed in 27 milliseconds