Generated by
JDiff

Class java.security.ProtectionDomain

Added Constructors
ProtectionDomain(CodeSource, PermissionCollection, ClassLoader, Principal[]) Creates a new ProtectionDomain qualified by the given CodeSource Permissions ClassLoader and array of Principals.
 

Added Methods
ClassLoader getClassLoader() Returns the ClassLoader of this domain.
Principal[] getPrincipals() Returns an array of principals for this domain.