|
||||||||||
| 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(java.lang.String str)
Add new entry |
void |
clear()
Clear all entries. |
java.util.Collection |
getAllEntries()
Get all entries |
boolean |
hasPermission(java.net.InetAddress addr)
Check IP permission. |
boolean |
isAllowIp()
Allow/ban IP flag |
void |
reload()
Reload data from store. |
void |
removeEntry(java.lang.String str)
Remove entry |
void |
save()
Save data into store. |
| Method Detail |
|---|
boolean isAllowIp()
throws java.rmi.RemoteException
java.rmi.RemoteException
void reload()
throws java.io.IOException
java.io.IOException
void save()
throws java.io.IOException
java.io.IOException
boolean hasPermission(java.net.InetAddress addr)
throws java.rmi.RemoteException
java.rmi.RemoteException
void clear()
throws java.rmi.RemoteException
java.rmi.RemoteException
void addEntry(java.lang.String str)
throws java.rmi.RemoteException
java.rmi.RemoteException
void removeEntry(java.lang.String str)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Collection getAllEntries()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||