| Modifier and Type | Field and Description |
|---|---|
private LazyList<IPRange> |
StatusServlet.allowedIPs |
| Modifier and Type | Field and Description |
|---|---|
private List<IPRange> |
IPAddressLoginHandler.ipRanges
List of configured IP ranged.
|
| Constructor and Description |
|---|
IPAddressLoginHandler(String user,
List<IPRange> ranges,
boolean isIpInRangeAuthenticated)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private List<IPRange> |
IPAddressLoginHandlerFactoryBean.ipRanges
List of configured IP ranged.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<IPRange> |
IPAddressLoginHandlerBeanDefinitionParser.getIPRanges(Element config)
Gets the list of IP ranges given in the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPAddressLoginHandlerFactoryBean.setIpRanges(List<IPRange> ranges) |
| Modifier and Type | Method and Description |
|---|---|
static IPRange |
IPRange.parseCIDRBlock(String cidrBlock)
Parses a CIDR block definition in to an IP range.
|
Copyright © 1999-2014. All Rights Reserved.