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

/libcore/ojluni/src/main/java/javax/security/auth/
H A DSubject.java45 * <p> A {@code Subject} represents a grouping of related information
47 * Such information includes the Subject's identities as well as
53 * within the {@code Subject}. Principals simply bind names to a
54 * {@code Subject}. For example, a {@code Subject} that happens
57 * to the {@code Subject}, and another which binds,
59 * to the {@code Subject}. Both Principals refer to the same
60 * {@code Subject} even though each has a different name.
62 * <p> A {@code Subject} may also own security-related attributes,
71 * <p> To retrieve all the Principals associated with a {@code Subject},
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 33 milliseconds