This section provides reference information to help you decide how to set the .ini file permission variables.
No specific settings are required.
Variable |
Meaning |
IncludeConnectIPs |
General communication with the hosts at these IP addresses is allowed. |
ExcludeConnectIPs |
General communication with the hosts at these IP addresses is not allowed. |
IncludeBindIPs |
Listening for connections on these local IP addresses is allowed. |
ExcludeBindIPs |
Listening for connections on these local IP addresses is not allowed. |
IncludeMulticastIPs |
The multicast groups specified by these IP addresses can be joined. |
ExcludeMulticastIPs |
The multicast groups specified by these IP addresses cannot be joined. |
IncludeConnectHosts |
General communication with these hosts is allowed. |
ExcludeConnectHosts |
General communication with these hosts is not allowed. |
IncludeBindHosts |
Listening for connections with these hosts is allowed. |
ExcludeBindHosts |
Listening for connections with these hosts is not allowed. |
IncludeMulticastHosts |
The multicast groups specified by these hosts can be joined. |
ExcludeMulticastHosts |
The multicast groups specified by these hosts cannot be joined. |
IncludeConnectGlobalPorts |
General communication with allowed hosts or IP addresses using the specified ports is allowed. |
ExcludeConnectGlobalPorts |
General communication with allowed hosts or IP addresses using the specified ports is not allowed. |
IncludeBindGlobalPorts |
Listening for connections with allowed hosts on the local IP addresses using the specified ports is allowed. |
ExcludeBindGlobalPorts |
Listening for connections with allowed hosts on the local IP addresses using the specified ports is not allowed. |
ConnectToFileURLCodebase |
If true, connection permissions are adjusted so that general communication is allowed with the location that the class with this permission is loaded from if that location is a file://URL/codebase. |
ConnectToNonFileURLCodebase |
If true, connection permissions are adjusted so that general communication is allowed with the location that the class with this permission is loaded from if that location is a non-file://URL/codebase. |
No specific settings are required.
Variable |
Meaning |
PublicSame |
If true, access is allowed to public members of any class loaded by the same loader as the class initiating the reflection operation. |
PublicDifferent |
If true, access is allowed to public members of a non-system class loaded by a different loader than the class initiating the reflection operation. |
PublicSystem |
If true, access is allowed to public members of any system class. |
DeclaredSame |
If true, access is allowed to any member of any class loaded by the same loader as the class initiating the reflection operation. |
DeclaredDifferent |
If true, access is allowed to any member of a non-system class loaded by a different loader than the class initiating the reflection operation. |
DeclaredSystem |
If true, access is allowed to any member of any system class. |
Variable |
Meaning |
IncludeOpen |
These keys can be opened. |
ExcludeOpen |
These keys cannot be opened. |
IncludeRead |
These keys/values can be read. |
ExcludeRead |
These keys/values cannot be read. |
IncludeWrite |
These keys/values can be modified. |
ExcludeWrite |
These keys/values cannot be modified. |
IncludeDelete |
These keys/values can be deleted. |
ExcludeDelete |
These keys/values cannot be deleted. |
IncludeCreate |
These keys/values can be created. |
ExcludeCreate |
These keys/values cannot be created. |
No specific settings are required.