|
RMI Proxy 1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines the constants of the RMI application firewall (RMI proxy).
| Field Summary | |
static int |
IIOP_PROXY_PORT
IIOP proxy port |
static int |
IIOP_SSL_PROXY_PORT
IIOP/SSL proxy port |
static int |
JRMP_PROXY_PORT
Port used by the proxy registry. |
static java.lang.String |
NonProxyHostsPropertyName
Configuration property which names a list of directly accessible hosts. |
static int |
NORMAL
Proxy mode: normal. |
static int |
PASS_THROUGH
Proxy mode: pass-through. |
static java.lang.String |
PolicyFileName
Name of the RMI Proxy security policy file. |
static java.lang.String |
ProxyHostPropertyName
Configuration property which names the RMI proxy host. |
| Field Detail |
public static final int NORMAL
public static final int PASS_THROUGH
public static final int IIOP_PROXY_PORT
public static final int IIOP_SSL_PROXY_PORT
public static final int JRMP_PROXY_PORT
public static final java.lang.String ProxyHostPropertyName
rmi.proxyHostpublic static final java.lang.String NonProxyHostsPropertyName
rmi.nonProxyHosts.
These hosts will not be accessed via the RMI proxy.
public static final java.lang.String PolicyFileName
A security policy file defining access permissions is required for
every RMI Proxy.
By default, this is ./rmiproxy.policy,
but this can be overridden on the command line using
-Djava.security.policy.
|
www.rmiproxy.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||