PDPop.IPAuthInfo object
An array of PDPop.IPAuthInfo objects is
passed as input to the PDPop.setIPAuthInfo and PDPop.removeIPAuthInfo methods.
PDPop.IPAuthInfo object contains the following
information: - The IP address that is associated with the credentials that are being checked.
- The netmask that is associated with the credentials that are being checked.
- The IP authentication level of the credentials for the specified
IP address and netmask that are used when accessing the protected
object to which this POP is attached. All integer values except
1000are supported for specifying a level index. Use the constantIPAUTH_LEVEL_FORBIDDEN_ALL_NETWORKSto deny access from all networks.
- IPv4
- The primary format of an IPv4 IP address is
x.x.x.x, which is a 32-bit numeric address that is written as four numbers that are separated by periods. A value of0.0.0.0indicates that this setting is for any other network for which this policy is not set explicitly. - IPv6
One of the primary formats of an IPv6 IP address is
x:x:x:x:x:x:x:x, which is a 128-bit numeric address that is written as eight numbers that are separated by colons. The contiguous fields that contain only the digits zero can be collapsed (for example:0009:0000:0000:0000:0000:0008:0007:0006can be represented as9::8:7:6).A zero network and netmask value indicates that this setting is for any other network for which this policy is not set explicitly. See the standard RFC 2373 to determine what constitutes a valid representation of an IPv6 address. Verify Identity Access does not support prefix notation.
- IPv4 clients must provide addresses in IPv4 format to IPv4 servers.
- IPv4 clients can provide addresses in IPv4 or IPv6 format to IPv6 servers.
See the IBM Verify Identity Access for Web:
Administration Guide for more information about the IP authentication
POP policy. See the Javadoc information for the PDPop.IPAuthInfo object
and its associated methods for more information.