Package security.controller
Interface BaseAuthenticationController<T>
- All Known Implementing Classes:
AuthenticationController
,CertificateAuthenticationController
,KerberosAuthenticationController
public interface BaseAuthenticationController<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-