Interface BaseAuthenticationController<T>

All Known Implementing Classes:
AuthenticationController, CertificateAuthenticationController, KerberosAuthenticationController

public interface BaseAuthenticationController<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    authenticate(T credentials, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
     
  • Method Details

    • authenticate

      void authenticate(T credentials, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)