public class ServletAuthenticationConstraintHandler extends AuthenticationConstraintHandler
SingleConstraintMatch
instances and identifying if any require authentication.Constructor and Description |
---|
ServletAuthenticationConstraintHandler(HttpHandler next) |
Modifier and Type | Method and Description |
---|---|
protected boolean | isAuthenticationRequired(HttpServerExchange exchange) Evaluate the current request and indicate if authentication is required for the current request. |
handleRequest
public ServletAuthenticationConstraintHandler(HttpHandler next)
protected boolean isAuthenticationRequired(HttpServerExchange exchange)
AuthenticationConstraintHandler
isAuthenticationRequired
in class AuthenticationConstraintHandler
exchange
- - the HttpServerExchange
for the current request to decide if authentication is required.Copyright © 2020 JBoss by Red Hat. All rights reserved.