public class ConstraintMatcherHandler extends Object implements io.undertow.server.HttpHandler
Modifier and Type | Field and Description |
---|---|
static io.undertow.util.AttachmentKey<SingleConstraintMatch> |
CONSTRAINT_KEY |
protected String |
errorPage |
protected static org.jboss.logging.Logger |
log |
protected SecurityPathMatches |
matcher |
protected io.undertow.server.HttpHandler |
securedHandler |
protected io.undertow.server.HttpHandler |
unsecuredHandler |
Constructor and Description |
---|
ConstraintMatcherHandler(SecurityPathMatches matcher,
io.undertow.server.HttpHandler securedHandler,
io.undertow.server.HttpHandler unsecuredHandler,
String errorPage) |
protected static org.jboss.logging.Logger log
public static final io.undertow.util.AttachmentKey<SingleConstraintMatch> CONSTRAINT_KEY
protected SecurityPathMatches matcher
protected io.undertow.server.HttpHandler securedHandler
protected io.undertow.server.HttpHandler unsecuredHandler
protected String errorPage
public ConstraintMatcherHandler(SecurityPathMatches matcher, io.undertow.server.HttpHandler securedHandler, io.undertow.server.HttpHandler unsecuredHandler, String errorPage)
Copyright © 2015. All rights reserved.