|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.security.AuthorizationManager
public class AuthorizationManager
Manages the authorization for a context.
Constructor Summary | |
---|---|
AuthorizationManager()
|
Method Summary | |
---|---|
void |
checkPermission(java.security.Permission permission)
Checks the permission. |
static AuthorizationManager |
getAuthorizationManager()
Returns the context security manager. |
static void |
setAuthorizationManager(AuthorizationManager 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 AuthorizationManager()
Method Detail |
---|
public static AuthorizationManager getAuthorizationManager()
public static void setAuthorizationManager(AuthorizationManager 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 |