|
JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessList.Entry | |
---|---|
net.jxta.impl.access |
Uses of AccessList.Entry in net.jxta.impl.access |
---|
Fields in net.jxta.impl.access with type parameters of type AccessList.Entry | |
---|---|
protected Map<ID,AccessList.Entry> |
AccessList.accessMap
|
Methods in net.jxta.impl.access that return types with arguments of type AccessList.Entry | |
---|---|
Map<ID,AccessList.Entry> |
AccessList.getAccessMap()
gets the entries list |
Methods in net.jxta.impl.access with parameters of type AccessList.Entry | |
---|---|
void |
AccessList.add(AccessList.Entry entry)
Adds an ACL entry |
void |
AccessList.remove(AccessList.Entry entry)
Removes an ACL entry |
Method parameters in net.jxta.impl.access with type arguments of type AccessList.Entry | |
---|---|
protected void |
AccessList.setEntries(Map<ID,AccessList.Entry> map)
sets the entries list |
Constructor parameters in net.jxta.impl.access with type arguments of type AccessList.Entry | |
---|---|
AccessList(Map<ID,AccessList.Entry> map)
|
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |