Uses of Interface
java.security.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.security
Modifier and TypeMethodDescriptionAccessControlContext.getDomainCombiner()
Get theDomainCombiner
associated with thisAccessControlContext
.ModifierConstructorDescriptionAccessControlContext(AccessControlContext acc, DomainCombiner combiner)
Create a newAccessControlContext
with the givenAccessControlContext
andDomainCombiner
. -
Uses of DomainCombiner in javax.security.auth
Modifier and TypeClassDescriptionclass
ASubjectDomainCombiner
updates ProtectionDomains with Principals from theSubject
associated with thisSubjectDomainCombiner
.