|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Constructors | |
CodeSource, |
Creates a new ProtectionDomain qualified by the given CodeSource Permissions ClassLoader and array of Principals. |
Changed Constructors | ||
CodeSource, |
Documentation changed from old to new. |
Creates a new ProtectionDomain with the given CodeSource and Permissions. |
Added Methods | |
ClassLoader getClassLoader() |
Returns the ClassLoader of this domain. |
Principal[] getPrincipals() |
Returns an array of principals for this domain. |
Changed Methods | ||
CodeSource getCodeSource() |
Documentation changed from old to new. |
Returns the CodeSource of this domain. |
PermissionCollection getPermissions() |
Documentation changed from old to new. |
Returns the static permissions granted to this domain. |
boolean implies(Permission ) |
Documentation changed from old to new. |
Check and see if this ProtectionDomain implies the permissions expressed in the Permission object. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |