Uses of Class java.security.ProtectionDomain

Uses in package javax.security.auth

Methods with parameter type java.security.ProtectionDomain

ProtectionDomain[]
Combines the current ProtectionDomains of the Thread with new ProtectionDomains.

Methods with return type java.security.ProtectionDomain

ProtectionDomain[]
Combines the current ProtectionDomains of the Thread with new ProtectionDomains.

Uses in package gnu.gcj.runtime

Methods with parameter type java.security.ProtectionDomain

SharedLibHelper
SharedLibHelper.findHelper(ClassLoader loader, String libname, CodeSource source, ProtectionDomain domain, boolean tryParents)

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.

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 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 gnu.java.lang

Methods with parameter type java.security.ProtectionDomain

byte[]
InstrumentationImpl.callTransformers(ClassLoader loader, String className, Class classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
Called by the VM or redefineClasses to call each transformer