|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.idp.authn.provider.IPAddressLoginHandler.IPEntry
protected class IPAddressLoginHandler.IPEntry
Encapsulates a network address and a netmask on ipList.
Constructor Summary | |
---|---|
IPAddressLoginHandler.IPEntry(String entry)
Construct a new IPEntry given a network address in CIDR format. |
Method Summary | |
---|---|
BitSet |
getNetmask()
Get the netmask. |
BitSet |
getNetworkAddress()
Get the network address. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IPAddressLoginHandler.IPEntry(String entry) throws UnknownHostException
entry
- A CIDR-formatted network address/netmask
UnknownHostException
- If entry is malformed.Method Detail |
---|
public BitSet getNetworkAddress()
public BitSet getNetmask()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |