|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.security.PermissionCollection
net.spy.aaa.SpyPermissionCollection
A collection of permissions.
| Constructor Summary | |
SpyPermissionCollection()
Get an instance of SpyPermissionCollection. |
|
| Method Summary | |
void |
add(Permission permission)
Add a new permission to the collection. |
Enumeration |
elements()
Get the Permission objects contained herein. |
boolean |
implies(Permission permission)
Returns true if this collection implies the passed permission (which it doesn't). |
| Methods inherited from class java.security.PermissionCollection |
isReadOnly, setReadOnly, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SpyPermissionCollection()
| Method Detail |
public void add(Permission permission)
public boolean implies(Permission permission)
public Enumeration elements()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||