jdk/src/java.base/share/classes/javax/security/auth/Subject.java
changeset 31061 fead7d86d75f
parent 30438 c261149b9fff
child 45434 4582657c7260
equal deleted inserted replaced
31060:be4eb6360ee0 31061:fead7d86d75f
  1399         }
  1399         }
  1400 
  1400 
  1401         /**
  1401         /**
  1402          * Writes this object out to a stream (i.e., serializes it).
  1402          * Writes this object out to a stream (i.e., serializes it).
  1403          *
  1403          *
  1404          * <p>
       
  1405          *
       
  1406          * @serialData If this is a private credential set,
  1404          * @serialData If this is a private credential set,
  1407          *      a security check is performed to ensure that
  1405          *      a security check is performed to ensure that
  1408          *      the caller has permission to access each credential
  1406          *      the caller has permission to access each credential
  1409          *      in the set.  If the security check passes,
  1407          *      in the set.  If the security check passes,
  1410          *      the set is serialized.
  1408          *      the set is serialized.