com.atlassian.crowd.manager.validation
Interface ClientValidationManager

All Known Implementing Classes:
ClientValidationManagerImpl, HordeClientValidationManager

public interface ClientValidationManager

Manager that validates whether a client can make a request.


Method Summary
 void validate(Application application, javax.servlet.http.HttpServletRequest request)
          Validates that the client is allowed to perform the request.
 

Method Detail

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


Copyright © 2013 Atlassian. All Rights Reserved.