public interface CrowdHttpValidationFactorExtractor
Modifier and Type | Method and Description |
---|---|
List<ValidationFactor> |
getValidationFactors(javax.servlet.http.HttpServletRequest request)
Retrieves validation factors from the request:
Remote Address: the source IP address of the HTTP request.
Original Address: the X-Forwarded-For HTTP header (if present and distinct from the Remote Address).
|
List<ValidationFactor> getValidationFactors(javax.servlet.http.HttpServletRequest request)
request
- HttpServletRequest.Copyright © 2021 Atlassian. All rights reserved.