|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.providers.ftp.server.InMemoryIpRestrictor
This class is needed to avoid creating unnesessary configuration files while running ftp transport tests.
Constructor Summary | |
InMemoryIpRestrictor()
|
Method Summary | |
void |
configure(Configuration config)
Configure the IP restrictor. |
void |
dispose()
Release all the resources |
Object[][] |
getPermissions()
Get permission array. |
boolean |
hasPermission(InetAddress address)
Has the permission? |
void |
setPermissions(Object[][] permissions)
Set permission array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InMemoryIpRestrictor()
Method Detail |
public void configure(Configuration config)
config
- ignoredpublic boolean hasPermission(InetAddress address)
address
- ignored
public Object[][] getPermissions()
public void setPermissions(Object[][] permissions)
permissions
- ignoredpublic void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |