javax.security.auth

Class SubjectDomainCombiner

  • All Implemented Interfaces:
    DomainCombiner

    public class SubjectDomainCombiner
    extends Object
    implements DomainCombiner
    A SubjectDomainCombiner updates ProtectionDomains with Principals from the Subject associated with this SubjectDomainCombiner.
    • Constructor Detail

      • SubjectDomainCombiner

        public SubjectDomainCombiner(Subject subject)
        Associate the provided Subject with this SubjectDomainCombiner.

        Parameters:
        subject - the Subject to be associated with with this SubjectDomainCombiner.
    • Method Detail

      • getSubject

        public Subject getSubject()
        Get the Subject associated with this SubjectDomainCombiner.

        Returns:
        the Subject associated with this SubjectDomainCombiner, or null if no Subject is associated with this SubjectDomainCombiner.
        Throws:
        SecurityException - if the caller does not have permission to get the Subject associated with this SubjectDomainCombiner.
      • combine

        public ProtectionDomain[] combine(ProtectionDomain[] currentDomains,
                                 ProtectionDomain[] assignedDomains)
        Update the relevant ProtectionDomains with the Principals from the Subject associated with this SubjectDomainCombiner.

        A new ProtectionDomain instance is created for each ProtectionDomain in the currentDomains array. Each new ProtectionDomain instance is created using the CodeSource, Permissions and ClassLoader from the corresponding ProtectionDomain in currentDomains, as well as with the Principals from the Subject associated with this SubjectDomainCombiner.

        All of the newly instantiated ProtectionDomains are combined into a new array. The ProtectionDomains from the assignedDomains array are appended to this new array, and the result is returned.

        Note that optimizations such as the removal of duplicate ProtectionDomains may have occurred. In addition, caching of ProtectionDomains may be permitted.

        Specified by:
        combine in interface DomainCombiner
        Parameters:
        currentDomains - the ProtectionDomains associated with the current execution Thread, up to the most recent privileged ProtectionDomain. The ProtectionDomains are are listed in order of execution, with the most recently executing ProtectionDomain residing at the beginning of the array. This parameter may be null if the current execution Thread has no associated ProtectionDomains.

        assignedDomains - the ProtectionDomains inherited from the parent Thread, or the ProtectionDomains from the privileged context, if a call to AccessController.doPrivileged(..., context) had occurred This parameter may be null if there were no ProtectionDomains inherited from the parent Thread, or from the privileged context.
        Returns:
        a new array consisting of the updated ProtectionDomains, or null.

Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/security/auth/SubjectDomainCombiner.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut