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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjects.java25 * $Id: Subjects.java,v 1.4 2008/06/25 05:43:45 qcheng Exp $
44 * The class <code>Subjects</code> provides methods to maintain
49 * <code>Subjects</code>, which identifies users to whom the
52 public class Subjects { class
63 * to get a default instance of the <code>Subjects</code>
65 protected Subjects() { method in class:Subjects
71 * an instance of <code>Subjects</code> from the
74 * @param usersNode node that repersents the Subjects
81 * @throws PolicyException if can not construct <code>Subjects</code>
83 protected Subjects(PolicyManage method in class:Subjects
184 public Subjects(String name, String description) { method in class:Subjects
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjects.java25 * $Id: Subjects.java,v 1.4 2008/06/25 05:43:45 qcheng Exp $
43 * The class <code>Subjects</code> provides methods to maintain
48 * <code>Subjects</code>, which identifies users to whom the
51 public class Subjects { class
62 * to get a default instance of the <code>Subjects</code>
64 protected Subjects() { method in class:Subjects
70 * an instance of <code>Subjects</code> from the
73 * @param usersNode node that repersents the Subjects
80 * @throws PolicyException if can not construct <code>Subjects</code>
82 protected Subjects(PolicyManage method in class:Subjects
183 public Subjects(String name, String description) { method in class:Subjects
[all...]

Completed in 407 milliseconds