public interface PasswordFieldMatcher
A typical matcher will check whether the URI request will match some given paths.
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
getAuthenticationMethod(javax.servlet.ServletRequest request)
Indicates whether HTTP Basic | Form authentication has to
be processed for a given request.
|
Optional<List<String>> |
matches(javax.servlet.http.HttpServletRequest request)
Check whether an HTTP request matches this matcher,
and return the list of passwords fields that have
to be captured in a request.
|
Optional<List<String>> matches(javax.servlet.http.HttpServletRequest request)
request - The HTTP request.AuthenticationMethod getAuthenticationMethod(javax.servlet.ServletRequest request)
request - The HTTP request.Copyright © 2018 Alternet. All rights reserved.