Interface Authenticator


public interface Authenticator
Authenticates requests
Since:
2.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Encapsulates the results of an authentication attempt.
  • Method Summary

    Modifier and Type
    Method
    Description
    authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Authenticates a request
  • Method Details

    • authenticate

      Authenticator.Result authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Authenticates a request
      Parameters:
      request - The request
      response - The response
      Returns:
      The result of the authentication