src/java.base/share/classes/javax/security/auth/SubjectDomainCombiner.java
changeset 53563 a4b7ea85d668
parent 49150 a4a816f88e58
equal deleted inserted replaced
53559:1ae0b76bb5df 53563:a4b7ea85d668
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    55     /**
    55     /**
    56      * Associate the provided {@code Subject} with this
    56      * Associate the provided {@code Subject} with this
    57      * {@code SubjectDomainCombiner}.
    57      * {@code SubjectDomainCombiner}.
    58      *
    58      *
    59      * @param subject the {@code Subject} to be associated with
    59      * @param subject the {@code Subject} to be associated with
    60      *          with this {@code SubjectDomainCombiner}.
    60      *          this {@code SubjectDomainCombiner}.
    61      */
    61      */
    62     public SubjectDomainCombiner(Subject subject) {
    62     public SubjectDomainCombiner(Subject subject) {
    63         this.subject = subject;
    63         this.subject = subject;
    64 
    64 
    65         if (subject.isReadOnly()) {
    65         if (subject.isReadOnly()) {