|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPRangeManager
An IP range manager.
Method Summary | |
---|---|
IPRange |
add(java.lang.String id)
Add the given IP range |
IPRange |
getIPRange(java.lang.String rangeId)
Get the IPRange with the given id. |
IPRange[] |
getIPRanges()
Get all IP ranges. |
void |
remove(IPRange range)
Remove the given IP range |
Methods inherited from interface org.apache.lenya.ac.ItemManager |
---|
addItemManagerListener, getAccreditableManager, removeItemManagerListener |
Method Detail |
---|
IPRange[] getIPRanges()
IPRange add(java.lang.String id) throws AccessControlException
id
- IP range that is to be added
AccessControlException
- when the IP range is already contained.void remove(IPRange range) throws AccessControlException
range
- IP range that is to be removed
AccessControlException
- when the IP range is not contained.IPRange getIPRange(java.lang.String rangeId)
rangeId
- user id of requested IP range
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |