Uses of Class
net.shibboleth.utilities.java.support.net.IPRange
-
Packages that use IPRange Package Description net.shibboleth.utilities.java.support.net Classes for working with HTTP URLs and the protocol.net.shibboleth.utilities.java.support.security.impl Implementations of security interfaces. -
-
Uses of IPRange in net.shibboleth.utilities.java.support.net
Methods in net.shibboleth.utilities.java.support.net that return IPRange Modifier and Type Method Description static IPRangeIPRange. parseCIDRBlock(String cidrBlock)Parses a CIDR block definition in to an IP range. -
Uses of IPRange in net.shibboleth.utilities.java.support.security.impl
Fields in net.shibboleth.utilities.java.support.security.impl with type parameters of type IPRange Modifier and Type Field Description private Collection<IPRange>IPRangeAccessControl. allowedRangesList of CIDR blocks allowed to access this servlet.Method parameters in net.shibboleth.utilities.java.support.security.impl with type arguments of type IPRange Modifier and Type Method Description voidIPRangeAccessControl. setAllowedRanges(Collection<IPRange> ranges)Set the CIDR address ranges to allow.
-