|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IpRestrictorInterface
IP Restrictor remotr interface. Used by admin GUI.
Method Summary | |
---|---|
void |
addEntry(String str)
Add new entry |
void |
clear()
Clear all entries. |
Collection |
getAllEntries()
Get all entries |
boolean |
hasPermission(InetAddress addr)
Check IP permission. |
boolean |
isAllowIp()
Allow/ban IP flag |
void |
reload()
Reload data from store. |
void |
removeEntry(String str)
Remove entry |
void |
save()
Save data into store. |
Method Detail |
---|
boolean isAllowIp() throws RemoteException
RemoteException
void reload() throws IOException
IOException
void save() throws IOException
IOException
boolean hasPermission(InetAddress addr) throws RemoteException
RemoteException
void clear() throws RemoteException
RemoteException
void addEntry(String str) throws RemoteException
RemoteException
void removeEntry(String str) throws RemoteException
RemoteException
Collection getAllEntries() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |