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

/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DSubject.java45 * <p> A <code>Subject</code> represents a grouping of related information
47 * Such information includes the Subject's identities as well as
53 * within the <code>Subject</code>. Principals simply bind names to a
54 * <code>Subject</code>. For example, a <code>Subject</code> that happens
57 * to the <code>Subject</code>, and another which binds,
59 * to the <code>Subject</code>. Both Principals refer to the same
60 * <code>Subject</code> even though each has a different name.
62 * <p> A <code>Subject</code> may also own security-related attributes,
71 * <p> To retrieve all the Principals associated with a <code>Subject</cod
100 public final class Subject implements java.io.Serializable { class in inherits:java.io.Serializable
154 public Subject() { method in class:Subject
199 public Subject(boolean readOnly, Set<? extends Principal> principals, method in class:Subject
[all...]

Completed in 35 milliseconds