Uses of Interface
java.security.DomainCombiner
Packages that use DomainCombiner
Package
Description
Provides the classes and interfaces for the security framework.
This package provides a framework for authentication and
 authorization.
- 
Uses of DomainCombiner in java.securityMethods in java.security that return DomainCombinerModifier and TypeMethodDescriptionAccessControlContext.getDomainCombiner()Get theDomainCombinerassociated with thisAccessControlContext.Constructors in java.security with parameters of type DomainCombinerModifierConstructorDescriptionAccessControlContext(AccessControlContext acc, DomainCombiner combiner)Create a newAccessControlContextwith the givenAccessControlContextandDomainCombiner.
- 
Uses of DomainCombiner in javax.security.authClasses in javax.security.auth that implement DomainCombinerModifier and TypeClassDescriptionclassASubjectDomainCombinerupdates ProtectionDomains with Principals from theSubjectassociated with thisSubjectDomainCombiner.