|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.security.PermissionManager
public class PermissionManager
Manages the permission for a context.
Constructor Summary | |
---|---|
PermissionManager()
|
Method Summary | |
---|---|
void |
checkPermission(java.security.Permission permission)
Checks the permission. |
static PermissionManager |
getPermissionManager()
Returns the context security manager. |
static void |
setPermissionManager(PermissionManager manager)
Sets the context security manager. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PermissionManager()
Method Detail |
---|
public static PermissionManager getPermissionManager()
public static void setPermissionManager(PermissionManager manager)
public void checkPermission(java.security.Permission permission) throws SecurityException
SecurityException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |