| |
|
| java.lang.Object org.quickserver.util.xmlreader.AccessConstraintConfig
AccessConstraintConfig | public class AccessConstraintConfig implements Serializable(Code) | | This class encapsulate the access constraints on servers running.
The xml is <access-constraint>...</access-constraint>.
author: Akshathkumar Shetty since: 1.3.3 |
checkAccept | public void checkAccept(Socket socket)(Code) | | Finds if the socket has access to connect to server.
Based on the access constrains set.
exception: SecurityException - if access not allowed. |
getIpFilterConfig | public IpFilterConfig getIpFilterConfig()(Code) | | Returns the IpFilterConfig.
IpFilterConfig |
setIpFilterConfig | public void setIpFilterConfig(IpFilterConfig ipFilterConfig)(Code) | | Sets the IpFilterConfig
XML Tag: <ip-filter></ip-filter>
Parameters: ipFilterConfig - |
|
|
|