|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.security.PermissionsFactory
public final class PermissionsFactory
This class is used to generate and obtain the permissions that constitute the security policy for a JPPF node.
| Method Summary | |
|---|---|
static PermissionCollection |
getExtendedPermissions(ClassLoader classLoader)
Get the set of permissions granted to a node. |
static PermissionCollection |
getPermissions(ClassLoader classLoader)
Get the set of permissions granted to a node. |
static void |
resetPermissions()
Reset the current permissions to enable their reload. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void resetPermissions()
Permissionspublic static PermissionCollection getPermissions(ClassLoader classLoader)
classLoader - the ClassLoader used to retrieve the policy file.
Permissionspublic static PermissionCollection getExtendedPermissions(ClassLoader classLoader)
classLoader - the ClassLoader used to retrieve the policy file.
Permissions
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||