HomeSort by relevance Sort by last modified time
    Searched defs:Subject (Results 1 - 6 of 6) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Subject.java 7 * employees are not subject to copyright protection in the United States
48 public class Subject extends SIPHeader implements SubjectHeader {
54 /** subject field
56 protected String subject; field in class:Subject
60 public Subject() {
61 super(SUBJECT);
69 if (subject != null) {
70 return subject;
77 * Sets the subject value of the SubjectHeader to the supplied string
78 * subject value
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
SubjectTest.java 29 import javax.security.auth.Subject;
46 * Tests for <code>Subject</code> class constructors and methods.
49 @TestTargetClass(Subject.class)
53 * @tests javax.security.auth.Subject#Subject()
58 method = "Subject",
63 Subject s = new Subject();
74 * @tests javax.security.auth.Subject#Subject(boolean readOnly
    [all...]
  /libcore/luni/src/main/java/javax/security/auth/
Subject.java 41 * authenticated user or entity (both referred to as "subject"). IT defines also
43 * to the subject's permissions.
45 * A subject has the following features:
48 * {@code Subject} that distinguish it.</li>
53 public final class Subject implements Serializable {
91 public Subject() {
101 * The constructor for the subject, setting its public and private
105 * {@code true} if this {@code Subject} is read-only, thus
109 * Subject}.
112 * Subject}
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 156 milliseconds