jdk/src/java.base/share/classes/javax/security/auth/SubjectDomainCombiner.java
changeset 45434 4582657c7260
parent 39751 47948cf5c3c5
equal deleted inserted replaced
45433:01ecdcf197df 45434:4582657c7260
    41 /**
    41 /**
    42  * A {@code SubjectDomainCombiner} updates ProtectionDomains
    42  * A {@code SubjectDomainCombiner} updates ProtectionDomains
    43  * with Principals from the {@code Subject} associated with this
    43  * with Principals from the {@code Subject} associated with this
    44  * {@code SubjectDomainCombiner}.
    44  * {@code SubjectDomainCombiner}.
    45  *
    45  *
       
    46  * @since 1.4
    46  */
    47  */
    47 public class SubjectDomainCombiner implements java.security.DomainCombiner {
    48 public class SubjectDomainCombiner implements java.security.DomainCombiner {
    48 
    49 
    49     private Subject subject;
    50     private Subject subject;
    50     private WeakKeyValueMap<ProtectionDomain, ProtectionDomain> cachedPDs =
    51     private WeakKeyValueMap<ProtectionDomain, ProtectionDomain> cachedPDs =