Uses of Class
edu.internet2.middleware.shibboleth.idp.util.IPRange

Packages that use IPRange
edu.internet2.middleware.shibboleth.idp.authn.provider   
edu.internet2.middleware.shibboleth.idp.config.profile.authn   
edu.internet2.middleware.shibboleth.idp.util   
 

Uses of IPRange in edu.internet2.middleware.shibboleth.idp.authn.provider
 

Constructor parameters in edu.internet2.middleware.shibboleth.idp.authn.provider with type arguments of type IPRange
IPAddressLoginHandler(String user, List<IPRange> ranges, boolean ipInRangeIsAuthenticated)
           
 

Uses of IPRange in edu.internet2.middleware.shibboleth.idp.config.profile.authn
 

Methods in edu.internet2.middleware.shibboleth.idp.config.profile.authn that return types with arguments of type IPRange
protected  List<IPRange> IPAddressLoginHandlerBeanDefinitionParser.getIPRanges(Element config)
          Gets the list of IP ranges given in the configuration.
 

Method parameters in edu.internet2.middleware.shibboleth.idp.config.profile.authn with type arguments of type IPRange
 void IPAddressLoginHandlerFactoryBean.setIpRanges(List<IPRange> ranges)
           
 

Uses of IPRange in edu.internet2.middleware.shibboleth.idp.util
 

Methods in edu.internet2.middleware.shibboleth.idp.util that return IPRange
static IPRange IPRange.parseCIDRBlock(String cidrBlock)
          Parses a CIDR block definition in to an IP range.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.