src/java.base/share/classes/javax/security/auth/PrivateCredentialPermission.java
changeset 58519 6e017b301287
parent 57950 4612a3cfb927
child 58679 9c3209ff7550
equal deleted inserted replaced
58518:705c3f88a409 58519:6e017b301287
   117     /**
   117     /**
   118      * @serial The Principals associated with this permission.
   118      * @serial The Principals associated with this permission.
   119      *          The set contains elements of type,
   119      *          The set contains elements of type,
   120      *          {@code PrivateCredentialPermission.CredOwner}.
   120      *          {@code PrivateCredentialPermission.CredOwner}.
   121      */
   121      */
       
   122     @SuppressWarnings("serial") // Not statically typed as Serializable
   122     private Set<Principal> principals;  // ignored - kept around for compatibility
   123     private Set<Principal> principals;  // ignored - kept around for compatibility
   123     private transient CredOwner[] credOwners;
   124     private transient CredOwner[] credOwners;
   124 
   125 
   125     /**
   126     /**
   126      * @serial
   127      * @serial