|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public boolean isAllowIp() throws java.rmi.RemoteException
java.rmi.RemoteException
public void reload() throws java.io.IOException
java.io.IOException
public void save() throws java.io.IOException
java.io.IOException
public boolean hasPermission(java.net.InetAddress addr) throws java.rmi.RemoteException
java.rmi.RemoteException
public void clear() throws java.rmi.RemoteException
java.rmi.RemoteException
public void addEntry(java.lang.String str) throws java.rmi.RemoteException
java.rmi.RemoteException
public void removeEntry(java.lang.String str) throws java.rmi.RemoteException
java.rmi.RemoteException
public 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 |