/[classpath]/classpath/javax/security/auth/Subject.java
ViewVC logotype

Diff of /classpath/javax/security/auth/Subject.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rsdio, Sat Aug 14 18:21:35 2004 UTC revision 1.2 by mkoch, Fri Oct 22 17:15:58 2004 UTC
# Line 59  import java.util.Iterator; Line 59  import java.util.Iterator;
59  import java.util.LinkedList;  import java.util.LinkedList;
60  import java.util.Set;  import java.util.Set;
61    
 /**  
  *  
  */  
62  public final class Subject implements Serializable  public final class Subject implements Serializable
63  {  {
   
64    // Fields.    // Fields.
65    // -------------------------------------------------------------------------    // -------------------------------------------------------------------------
66    
# Line 81  public final class Subject implements Se Line 77  public final class Subject implements Se
77     */     */
78    private boolean readOnly;    private boolean readOnly;
79    
80    private transient final SecureSet pubCred;    private final transient SecureSet pubCred;
81    private transient final SecureSet privCred;    private final transient SecureSet privCred;
82    
83    // Constructors.    // Constructors.
84    // -------------------------------------------------------------------------    // -------------------------------------------------------------------------
# Line 371  public final class Subject implements Se Line 367  public final class Subject implements Se
367     */     */
368    private static class SecureSet extends AbstractSet implements Serializable    private static class SecureSet extends AbstractSet implements Serializable
369    {    {
   
370      // Fields.      // Fields.
371      // -----------------------------------------------------------------------      // -----------------------------------------------------------------------
372    
# Line 383  public final class Subject implements Se Line 378  public final class Subject implements Se
378    
379      private final Subject subject;      private final Subject subject;
380      private final LinkedList elements;      private final LinkedList elements;
381      private transient final int type;      private final transient int type;
382    
383      // Constructors.      // Constructors.
384      // -----------------------------------------------------------------------      // -----------------------------------------------------------------------

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26