|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.pd.jadmin.PDPop.IPAuthInfo
public static class PDPop.IPAuthInfo
Class that represents information associated with the IP authentication policy.
Modes: Local,Remote
Field Summary | |
---|---|
static long |
IPAUTH_LEVEL_FORBIDDEN_ALL_NETWORKS
String constant representing the FORBIDDEN_ALL_NETWORKS IP authentication level policy. |
Constructor Summary | |
---|---|
PDPop.IPAuthInfo(PDContext context,
java.lang.String ipAddr,
java.lang.String netmask,
long ipAuthLevel,
PDMessages messages)
Constructs a PDAuthLevelInfo object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether this PDPop.IPAuthInfo is equivalent to the input object. |
java.lang.String |
getIPAddr()
Returns the IP address in this IPAuthInfo object as a String value. |
long |
getIPAuthLevel()
Returns the IP authentication level in this IPAuthInfo object. |
java.lang.String |
getNetmask()
Returns the netmask in this IPAuthInfo object as a String value. |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final long IPAUTH_LEVEL_FORBIDDEN_ALL_NETWORKS
Constructor Detail |
---|
public PDPop.IPAuthInfo(PDContext context, java.lang.String ipAddr, java.lang.String netmask, long ipAuthLevel, PDMessages messages) throws PDException
ipAddr
- the IP address (in "%d.%d.%d.%d" format or IPv6 format)
associated with the
credentials for which access to the
protected object that this POP is attached to
is being checked.
A value of "0.0.0.0" is interpreted as setting
this policy for any other network for which
this policy is not set explicitly.netmask
- the "%d.%d.%d.%d" or IPv6 format netmask associated with the
credentials for which access to the
protected object that this POP is attached to
is being checked.
A value of "0.0.0.0" is interpreted as setting
this policy for any other network for which
this policy is not set explicitly.ipAuthLevel
- IP authentication level for the POP.
Specifies the authentication level of
the credentials for the specified IP
address and netmask when trying to access the
protected object to which this POP is attached.
Use PDPOP_IPAUTH_LEVEL_FORBIDDEN_ALL_NETWORKS
to forbid access from all networks.
Refer to the IBM Security Access Manager for
Web Administrator's Guide for more
information about IP authentication POP policy.
PDException
Method Detail |
---|
public java.lang.String getIPAddr()
public java.lang.String getNetmask()
public long getIPAuthLevel()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |