public interface ClientValidationManager
Modifier and Type | Method and Description |
---|---|
void |
validate(Application application,
javax.servlet.http.HttpServletRequest request)
Validates that the client is allowed to perform the request.
|
void validate(Application application, javax.servlet.http.HttpServletRequest request) throws ClientValidationException
application
- Application to validate with.request
- HttpServletRequestClientValidationException
- if the client fails to validate with the applicationCopyright © 2019 Atlassian. All rights reserved.