Uses of Class java.security.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
Returns the set of Permissions allowed for a given ProtectionDomain.
boolean
Checks if the designated Permission is granted to a designated ProtectionDomain.

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.

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.lang.instrument

Methods with parameter type java.security.ProtectionDomain

byte[]
ClassFileTransformer.transform(ClassLoader loader, String className, Class classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
Implementation of this method transforms a class by redefining its bytecodes.