Interface ClientValidationManager
- All Known Implementing Classes:
ClientValidationManagerImpl
public interface ClientValidationManager
Manager that validates whether a client can make a request.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Application application, javax.servlet.http.HttpServletRequest request) Validates that the client is allowed to perform the request.
-
Method Details
-
validate
void validate(Application application, javax.servlet.http.HttpServletRequest request) throws ClientValidationException Validates that the client is allowed to perform the request.- Parameters:
application- Application to validate with.request- HttpServletRequest- Throws:
ClientValidationException- if the client fails to validate with the application
-