RMI Proxy 1.2

com.rmiproxy
Interface Firewall


public interface Firewall

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

NORMAL

public static final int NORMAL
Proxy mode: normal.

PASS_THROUGH

public static final int PASS_THROUGH
Proxy mode: pass-through.

IIOP_PROXY_PORT

public static final int IIOP_PROXY_PORT
IIOP proxy port

IIOP_SSL_PROXY_PORT

public static final int IIOP_SSL_PROXY_PORT
IIOP/SSL proxy port

JRMP_PROXY_PORT

public static final int JRMP_PROXY_PORT
Port used by the proxy registry. This is currently hardcoded to be the RMI Registry port.

ProxyHostPropertyName

public static final java.lang.String ProxyHostPropertyName
Configuration property which names the RMI proxy host. This is rmi.proxyHost

NonProxyHostsPropertyName

public static final java.lang.String NonProxyHostsPropertyName
Configuration property which names a list of directly accessible hosts. This is rmi.nonProxyHosts.

These hosts will not be accessed via the RMI proxy.


PolicyFileName

public static final java.lang.String PolicyFileName
Name of the RMI Proxy security policy file.

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

Copyright © 2000, 2003 Telekinesis Pty Ltd, Box 82/85 Grattan St, Carlton 3053, Victoria, Australia. All rights reserved.