public final class CheckClientAddress extends AbstractProfileAction
| Modifier and Type | Field and Description |
|---|---|
private Collection<net.shibboleth.utilities.java.support.net.IPRange> |
allowedRanges
List of CIDR blocks allowed to access this servlet.
|
private Logger |
log
Class logger.
|
| Constructor and Description |
|---|
CheckClientAddress()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute(ProfileRequestContext profileRequestContext) |
boolean |
doPreExecute(ProfileRequestContext profileRequestContext) |
void |
setAllowedRanges(Collection<net.shibboleth.utilities.java.support.net.IPRange> ranges)
Set the CIDR address ranges to allow.
|
doPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponsedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitialized@Nonnull @NonnullElements private Collection<net.shibboleth.utilities.java.support.net.IPRange> allowedRanges
public void setAllowedRanges(@Nonnull@NonnullElements Collection<net.shibboleth.utilities.java.support.net.IPRange> ranges)
ranges - ranges to allowpublic boolean doPreExecute(@Nonnull ProfileRequestContext profileRequestContext)
doPreExecute in class AbstractProfileActionpublic void doExecute(@Nonnull ProfileRequestContext profileRequestContext)
doExecute in class AbstractProfileActionCopyright © 1999–2014. All rights reserved.