|
ADK CVS | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.security.Permission
java.security.BasicPermission
tryllian.are.security.BasicAREPermission
tryllian.naming.JNDIPermission
With the JNDIPermission, agents can access restricted parts of the ARE JNDI provider. It contains a target and no actions; you either have the permission, or you don't.
Currently, the only allowed target is modifyJNDI.
| Constructor Summary | |
JNDIPermission()
Creates a JNDIPermission for all targets, no actions. |
|
JNDIPermission(java.lang.String target)
Creates a new JNDIPermission for a specific target, no actions. |
|
JNDIPermission(java.lang.String target,
java.lang.String actions)
Creates a new JNDIPermission. |
|
| Methods inherited from class java.security.BasicPermission |
equals, getActions, hashCode, implies, newPermissionCollection |
| Methods inherited from class java.security.Permission |
checkGuard, getName, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JNDIPermission()
public JNDIPermission(java.lang.String target)
public JNDIPermission(java.lang.String target,
java.lang.String actions)
|
Copyright 2005, Tryllian Solutions B.V. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||