Uses of Class java.security.ProtectionDomain

Uses in package javax.security.auth

Methods with parameter type java.security.ProtectionDomain

ProtectionDomain[]

Methods with return type java.security.ProtectionDomain

ProtectionDomain[]

Uses in package java.security

Constructors with parameter type java.security.ProtectionDomain

Construct a new AccessControlContext with the specified ProtectionDomains.

Methods with parameter type java.security.ProtectionDomain

ProtectionDomain[]
DomainCombiner.combine(ProtectionDomain[] currentDomains, ProtectionDomain[] assignedDomains)
Combines the current ProtectionDomains of the Thread with new ProtectionDomains.
PermissionCollection
Evaluates the global policy and returns a PermissionCollection object specifying the set of permissions allowed given the characteristics of the protection domain.
boolean
Evaluates the global policy for the permissions granted to the ProtectionDomain and tests whether the permission is granted.

Methods with return type java.security.ProtectionDomain

ProtectionDomain[]
DomainCombiner.combine(ProtectionDomain[] currentDomains, ProtectionDomain[] assignedDomains)
Combines the current ProtectionDomains of the Thread with new ProtectionDomains.

Uses in package java.lang

Methods with parameter type java.security.ProtectionDomain

Class
ClassLoader.defineClass(String name, byte[] data, int offset, int len, ProtectionDomain domain)
Helper to define a class using a string of bytes.
Class
Helper to define a class using the contents of a byte buffer.

Methods with return type java.security.ProtectionDomain

ProtectionDomain
Returns the protection domain of this class.