|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--com.ls.lars.security.ConnectionController.AccessControl
This component is used for configuring the ConnectionController.
| Method Summary | |
void |
addTrustedAgents(List agentNames,
String connectionType)
adds the given list of agent names to the list of trustedAgents. |
void |
addTrustedIpAddresses(List ipAddresses,
String connectionType)
adds the given list of IP addresses to the list of trustedIpAddresses. |
void |
addTrustedPlatforms(List platformNames,
String connectionType)
adds the given list of platform names to the list of trustedPlatforms. |
void |
addUntrustedAgents(List agentNames,
String connectionType)
adds the given list of agent names to the list of untrustedAgents. |
void |
addUntrustedIpAddresses(List ipAddresses,
String connectionType)
adds the given list of IP addresses to the list of untrustedIpAddresses. |
void |
addUntrustedPlatforms(List platformNames,
String connectionType)
adds the given list of platform names to the list of untrustedPlatforms. |
void |
removeTrustedAgent(String agentName,
String connectionType)
removes the given agent name from the list of trustedAgents. |
void |
removeTrustedIpAddress(String ipAddress,
String connectionType)
removes the given IP address from the list of trustedIpAddresses. |
void |
removeTrustedPlatform(String platformName,
String connectionType)
removes the given platform name from the list of trustedPlatforms. |
void |
removeUntrustedAgent(String agentName,
String connectionType)
removes the given agent name from the list of untrustedAgents. |
void |
removeUntrustedIpAddress(String ipAddress,
String connectionType)
removes the given IP address from the list of untrustedIpAddresses. |
void |
removeUntrustedPlatform(String platformName,
String connectionType)
removes the given platform name from the list of untrustedPlatforms. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void addTrustedIpAddresses(List ipAddresses,
String connectionType)
throws NullPointerException
trustedIpAddresses.ipAddresses - a list of trustworthy IP addressesconnectionType - the type of connectionNullPointerException - if the argument is null
public void addUntrustedIpAddresses(List ipAddresses,
String connectionType)
throws NullPointerException
untrustedIpAddresses.ipAddresses - a list of untrustworthy IP addressesconnectionType - the type of connectionNullPointerException - if the argument is null
public void addTrustedPlatforms(List platformNames,
String connectionType)
throws NullPointerException
trustedPlatforms.platformNames - a list containing trustworthy platform namesconnectionType - the type of connectionNullPointerException - if the argument is null
public void addUntrustedPlatforms(List platformNames,
String connectionType)
throws NullPointerException
untrustedPlatforms.platformNames - a list containing untrustworthy platform namesconnectionType - the type of connectionNullPointerException - if the argument is null
public void addTrustedAgents(List agentNames,
String connectionType)
throws NullPointerException
trustedAgents.agentNames - a list containing trustworthy agentsconnectionType - the type of connectionNullPointerException - if the argument is null
public void addUntrustedAgents(List agentNames,
String connectionType)
throws NullPointerException
untrustedAgents.agentNames - a list containing untrustworthy agentsconnectionType - the type of connectionNullPointerException - if the argument is null
public void removeTrustedIpAddress(String ipAddress,
String connectionType)
trustedIpAddresses.ipAddress - a trustworthy IP addressconnectionType - the type of connection
public void removeUntrustedIpAddress(String ipAddress,
String connectionType)
untrustedIpAddresses.ipAddress - an untrustworthy IP addressconnectionType - the type of connection
public void removeTrustedPlatform(String platformName,
String connectionType)
trustedPlatforms.platformName - a trustworthy platform nameconnectionType - the type of connection
public void removeUntrustedPlatform(String platformName,
String connectionType)
untrustedPlatforms.platformName - a untrustworthy platform nameconnectionType - the type of connection
public void removeTrustedAgent(String agentName,
String connectionType)
trustedAgents.agentName - a trustworthy agentconnectionType - the type of connection
public void removeUntrustedAgent(String agentName,
String connectionType)
untrustedAgents.agentName - a untrustworthy agentconnectionType - the type of connection
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||